FHIR Release 3 (STU) CI-Build

This page is part of the FHIR Specification (v3.0.2: STU 3). The current version which supercedes this version is 5.0.0 . For a full list Continuous Integration Build of available versions, see FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions icon . Page versions: R5 R4B R4 R3 R2

Responsible Owner: Patient Administration icon Work Group Maturity Level : 3   Trial Use Security Category : Business Compartments : Not linked to any No defined compartments

Detailed Descriptions for the elements in the Organization resource.

Control Control Control Control Invariants Control Control ContactEntityType Control Control
Definition Element Id 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.

Short Display A grouping of people or organizations with a common purpose
Cardinality 0..*
1..1 Type DomainResource
Invariants Summary false
Constraints :
Defined on this element
org-1 : Rule The organization SHALL at least have a name or an id, identifier, and possibly more than one ( expression (identifier.count() + name.count()) > 0, xpath: count(f:identifier | f:name) > 0) 0
Definition Element Id Organization.identifier
Definition

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

Note Short Display Identifies this organization across multiple systems
Note This is a business identifer, identifier, not a resource identifier (see discussion )
Control Cardinality 0..*
Type Identifier
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.

Summary true
Invariants Constraints :
Affect this element
org-1 : Rule The organization SHALL at least have a name or an id, identifier, and possibly more than one ( expression (identifier.count() + name.count()) > 0, xpath: count(f:identifier | f:name) > 0) 0
Definition Element Id Organization.active
Definition

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

Short Display Whether the organization's record is still in active use
Control Cardinality 0..1
Type boolean
Is Modifier true (Reason: 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)
Default Value Meaning if Missing true This resource is generally assumed to be active if no value is provided for the active element
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.

Summary true
Comments

Default is true. This active flag is not intended to be used to mark an organizations organization 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.

This element is labeled as a modifier because it may be used to mark that the resource was created in error.

Definition Element Id Organization.type
Definition

The kind(s) of organization that this is.

Short Display Kind of organization
Cardinality 0..*
Terminology Binding OrganizationType Organization Type ( Example )
Type CodeableConcept
Requirements

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

Summary true
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

When considering if multiple types are appropriate, you should evaluate if child organizations would be a more appropriate use of the concept, as different types likely are in different sub-areas of the organization. This is most likely to be used where type values have orthogonal values, such as a religious, academic and medical center.

We expect that some jurisdictions will profile this optionality to be a single cardinality.

Definition Element Id Organization.name
Definition

A name associated with the organization.

Short Display Name used for the organization
Cardinality 0..1
Type string
Requirements

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

Summary true
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.

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

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

Short Display A list of alternate names that the organization is known as, or was known as in the past
Cardinality 0..*
Type string
Requirements

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

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

Comments Summary false
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.

Definition Element Id Organization.description
Definition

A contact detail for Description of the organization. organization, which helps provide additional general context on the organization to ensure that the correct organization is selected.

Short Display Additional details about the Organization that could be displayed as further information to identify the Organization beyond its name
Control Cardinality 0..* 0..1
Type ContactPoint markdown
Requirements

Human contact for the organization. Humans need additional information to verify a correct Organization has been selected.

Comments Summary 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. true
Element Id Organization.contact
Definition

An address for The contact details of communication devices available relevant to the organization. specific Organization. This can include addresses, phone numbers, fax numbers, mobile numbers, email addresses and web sites.

Short Display Official contact details for the Organization
Cardinality 0..*
Type Address ExtendedContactDetail
Requirements

May need Need to keep track of the organization's addresses for contacting, billing or reporting requirements. assigned contact points within bigger organization.

Comments Summary false
Comments

Organization may have multiple addresses with different uses or applicable periods. The address/telecom use code home is 'home' are not to be used. Note that these contacts are not the contact details of people who provide the service (that would be through PractitionerRole), these are official contacts for the Organization itself for specific purposes. E.g. Mailing Addresses, Billing Addresses, Contact numbers for Booking or Billing Enquiries, general web address, web address for online bookings etc.

Invariants Constraints : where(use = 'home').empty(), xpath: count(f:use[@value='home'])
Defined on this element
org-2 : An address org-3 Rule The telecom of an organization can never be of use 'home' ( expression telecom.where(use = 0) 'home').empty() Affect this element
org-4 Rule The address of an organization can never be of use 'home' address.where(use = 'home').empty()
Definition Element Id Organization.partOf
Definition

The organization of which this organization forms a part.

Short Display The organization of which this organization forms a part
Control Cardinality 0..1
Type Reference ( Organization )
Requirements Hierarchy This reference is part of a strict Hierarchy
Requirements

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

Summary true
Definition Element Id Organization.endpoint
Definition

Contact Technical endpoints providing access to services operated for the organization for a certain purpose. organization.

Short Display Technical endpoints providing access to services operated for the organization
Cardinality 0..*
Requirements Type Reference ( Endpoint )
Requirements

Need Organizations have multiple systems that provide various services and need to keep track of assigned contact points within bigger organization. be able to define the technical connection details for how to connect to them, and for what purpose.

Comments Summary false
Comments

Where multiple contacts for Note that an organization might have endpoints listed in any of the same purpose are provided there is a standard extension referenced directory resources, not just at the top Organization level (i.e. sub Organizations, Locations, HealthcareServices, PractitionerRoles)

The Endpoint.managingOrganization property indicates the organization that can be used to determine which one is supporting/managing the preferred contact to use. technical endpoint.

Definition Element Id Organization.qualification
Definition

Indicates The official certifications, accreditations, training, designations and licenses that authorize and/or otherwise endorse the provision of care by the organization.

For example, an approval to provide a purpose for which type of services issued by a certifying body (such as the contact can be reached. US Joint Commission) to an organization.

Short Display Qualifications, certifications, accreditations, licenses, training, etc. pertaining to the provision of care
Control Cardinality 0..1 0..*
Terminology Binding Summary false
Element Id Organization.qualification.identifier
Definition

An identifier allocated to this qualification for this organization.

Short Display An identifier for this qualification for the organization
Note This is a business identifier, not a resource identifier (see discussion )
Cardinality 0..*
Type CodeableConcept Identifier
Requirements

Need to distinguish between multiple contact persons. Often, specific identities are assigned for the qualification by the assigning organization.

Summary false
Definition Element Id Organization.qualification.code
Definition

A name associated with Coded representation of the contact. qualification.

Short Display Coded representation of the qualification
Control Cardinality 1..1
0..1 Terminology Binding Qualification :
Type HumanName CodeableConcept
Requirements Summary Need to be able to track the person by name. false
Definition Element Id Organization.qualification.status
Definition

A contact detail (e.g. Qualifications often take time to attain and might be tracked during this time, and completed qualifications might not always be valid. This status concept has some overlap with period and both should be considered together. Refer to the descriptions of the codes for how the period should be interpreted.

If a telephone number qualification is revoked or an email address) by which otherwise cancelled, then the party may period is likely to be contacted. ignored, and might be related to when it was active.

Short Display Status/progress of the qualification
Cardinality 0..1
0..* Terminology Binding Qualification Status ( Preferred )
Type ContactPoint CodeableConcept
Requirements Summary People have (primary) ways to contact them in some way such as phone, email. false
Definition Element Id Organization.qualification.period
Definition

Visiting or postal addresses for Period during which the contact. qualification is valid.

Short Display Period during which the qualification is valid
Control Cardinality 0..1
Type Address Period
Requirements

May need to keep track of a contact party's address Qualifications are often for contacting, billing or reporting requirements. a limited period of time, and can be revoked.

Summary false
Definition Element Id Organization.qualification.issuer
Definition

Technical endpoints providing access to services operated for Organization that regulates and issues the organization. qualification.

Short Display Organization that regulates and issues the qualification
Cardinality 0..* 0..1
Type Reference ( Endpoint Organization )
Requirements Summary 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. false