STU3 Candidate

This page is part of the FHIR Specification (v1.8.0: STU 3 Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2

Detailed Descriptions for the elements in the Organization resource.

Organization
Definition

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.

Control1..1
InvariantsDefined on this element
org-1: The organization SHALL at least have a name or an id, and possibly more than one (expression : (identifier.count() + name.count()) > 0, xpath: count(f:identifier | f:name) > 0)
Organization.identifier
Definition

Identifier for the organization that is used to identify the organization across multiple disparate systems.

NoteThis is a business identifer, not a resource identifier (see discussion)
Control0..*
TypeIdentifier
Requirements

Organizations are known by a variety of ids. Some institutions maintain several, and most collect identifiers for exchange with other organizations concerning the organization.

Summarytrue
InvariantsAffect this element
org-1: The organization SHALL at least have a name or an id, and possibly more than one (expression : (identifier.count() + name.count()) > 0, xpath: count(f:identifier | f:name) > 0)
Organization.active
Definition

Whether the organization's record is still in active use.

Control0..1
Typeboolean
Is Modifiertrue
Default Valuetrue
Requirements

Need a flag to indicate a record is no longer to be used and should generally be hidden for the user in the UI.

Summarytrue
Comments

Default is true.

This active flag is not intended to be used to mark an organizations as temporarily closed or under construction. Instead the Location(s) within the Organization should have the suspended status. If further details of the reason for the suspension are required, then an extension on this element should be used.

Organization.type
Definition

The kind of organization that this is.

Control0..1
Terminology BindingOrganizationType (Example)
TypeCodeableConcept
Requirements

Need to be able to track the kind of organization that this is - different organization types have different uses.

Summarytrue
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.

Organization.name
Definition

A name associated with the organization.

Control0..1
Typestring
Requirements

Need to use the name as the label of the organization.

Summarytrue
Comments

If the name of an organization changes, consider putting the old name in the alias column so that it can still be located through searches.

InvariantsAffect this element
org-1: The organization SHALL at least have a name or an id, and possibly more than one (expression : (identifier.count() + name.count()) > 0, xpath: count(f:identifier | f:name) > 0)
Organization.alias
Definition

A list of alternate names that the organization is known as, or was known as in the past.

Control0..*
Typestring
Requirements

Over time locations and organizations go through many changes and can be known by different names.

For searching knowing previous names that the location was known by can be very useful.

Comments

There are no dates associated with the alias/historic names, as this is not intended to track when names were used, but to assist in searching so that older names can still result in identifying the organization.

Organization.telecom
Definition

A contact detail for the organization.

Control0..*
TypeContactPoint
Requirements

Human contact for the organization.

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.

InvariantsDefined on this element
org-3: The telecom of an organization can never be of use 'home' (expression : where(use = 'home').empty(), xpath: count(f:use[@value='home']) = 0)
Affect this element
Organization.address
Definition

An address for the organization.

Control0..*
TypeAddress
Requirements

May need to keep track of the organization's addresses for contacting, billing or reporting requirements.

Comments

Organization may have multiple addresses with different uses or applicable periods. The use code home is not to be used.

InvariantsDefined on this element
org-2: An address of an organization can never be of use 'home' (expression : where(use = 'home').empty(), xpath: count(f:use[@value='home']) = 0)
Affect this element
Organization.partOf
Definition

The organization of which this organization forms a part.

Control0..1
TypeReference(Organization)
Requirements

Need to be able to track the hierarchy of organizations within an organization.

Summarytrue
Organization.contact
Definition

Contact for the organization for a certain purpose.

Control0..*
Requirements

Need to keep track of assigned contact points within bigger organization.

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.

Organization.contact.purpose
Definition

Indicates a purpose for which the contact can be reached.

Control0..1
Terminology BindingContactEntityType (Extensible)
TypeCodeableConcept
Requirements

Need to distinguish between multiple contact persons.

Organization.contact.name
Definition

A name associated with the contact.

Control0..1
TypeHumanName
Requirements

Need to be able to track the person by name.

Organization.contact.telecom
Definition

A contact detail (e.g. a telephone number or an email address) by which the party may be contacted.

Control0..*
TypeContactPoint
Requirements

People have (primary) ways to contact them in some way such as phone, email.

Organization.contact.address
Definition

Visiting or postal addresses for the contact.

Control0..1
TypeAddress
Requirements

May need to keep track of a contact party's address for contacting, billing or reporting requirements.

Organization.endpoint
Definition

Technical endpoints providing access to services operated for the organization.

Control0..*
TypeReference(Endpoint)
Requirements

Organizations have multiple systems that provide various services and need to be able to define the technical connection details for how to connect to them, and for what purpose.