PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r2b.examples@1.4.0
    http://hl7.org/fhir/StructureDefinition/Organization
description: Base StructureDefinition for Organization Resource
package_name: hl7.fhir.r2b.examples
derivation: specialization
name: Organization
type: null
elements:
  identifier:
    isModifier: false
    short: Identifies this organization  across multiple systems
    index: 0
    type: Identifier
    mustSupport: false
    array: true
    maxLength: 0
    base: {max: '*', min: 0, path: Organization.identifier}
    isSummary: true
  active:
    isModifier: true
    short: Whether the organization's record is still in active use
    index: 1
    comments: Default is true.
    type: boolean
    defaultValueBoolean: true
    mustSupport: false
    maxLength: 0
    base: {max: '1', min: 0, path: Organization.active}
    isSummary: true
  type:
    isModifier: false
    short: Kind of organization
    index: 2
    comments: Organizations can be corporations, wards, sections, clinical teams, government departments, etc. Note that code is generally a classifier of the type of organization; in many applications, codes are used to identity a particular organization (say, ward) as opposed to another of the same type - these are identifiers, not codes.
    type: CodeableConcept
    mustSupport: false
    maxLength: 0
    base: {max: '1', min: 0, path: Organization.type}
    isSummary: true
  name:
    isModifier: false
    short: Name used for the organization
    type: string
    mustSupport: false
    maxLength: 0
    base: {max: '1', min: 0, path: Organization.name}
    isSummary: true
    index: 3
  telecom:
    constraint:
      org-3: {human: The telecom of an organization can never be of use 'home', severity: error, expression: where(use = 'home').empty()}
    isModifier: false
    short: A contact detail for the organization
    index: 4
    comments: The use code home is not to be used. Note that these contacts are not the contact details of people who are employed by or represent the organization, but official contacts for the organization itself.
    type: ContactPoint
    mustSupport: false
    array: true
    maxLength: 0
    base: {max: '*', min: 0, path: Organization.telecom}
    isSummary: false
  address:
    constraint:
      org-2: {human: An address of an organization can never be of use 'home', severity: error, expression: where(use = 'home').empty()}
    isModifier: false
    short: An address for the organization
    index: 5
    comments: Organization may have multiple addresses with different uses or applicable periods. The use code home is not to be used.
    type: Address
    mustSupport: false
    array: true
    maxLength: 0
    base: {max: '*', min: 0, path: Organization.address}
    isSummary: false
  partOf:
    isModifier: false
    short: The organization of which this organization forms a part
    type: Reference
    mustSupport: false
    maxLength: 0
    base: {max: '1', min: 0, path: Organization.partOf}
    isSummary: true
    index: 6
  contact:
    isModifier: false
    short: Contact for the organization for a certain purpose
    index: 7
    comments: Where multiple contacts for the same purpose are provided there is a standard extension that can be used to determine which one is the preferred contact to use.
    type: BackboneElement
    mustSupport: false
    array: true
    elements:
      purpose:
        isModifier: false
        short: The type of contact
        type: CodeableConcept
        mustSupport: false
        maxLength: 0
        base: {max: '1', min: 0, path: Organization.contact.purpose}
        isSummary: false
        index: 8
      name:
        isModifier: false
        short: A name associated with the contact
        type: HumanName
        mustSupport: false
        maxLength: 0
        base: {max: '1', min: 0, path: Organization.contact.name}
        isSummary: false
        index: 9
      telecom:
        isModifier: false
        short: Contact details (telephone, email, etc.)  for a contact
        index: 10
        type: ContactPoint
        mustSupport: false
        array: true
        maxLength: 0
        base: {max: '*', min: 0, path: Organization.contact.telecom}
        isSummary: false
      address:
        isModifier: false
        short: Visiting or postal addresses for the contact
        type: Address
        mustSupport: false
        maxLength: 0
        base: {max: '1', min: 0, path: Organization.contact.address}
        isSummary: false
        index: 11
    maxLength: 0
    base: {max: '*', min: 0, path: Organization.contact}
    isSummary: false
package_version: 1.4.0
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/Organization
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: null