This page is part of the FHIR Specification (v0.0.82: DSTU 1). 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

5.4.7 Resource Organization - Formal Definitions

Formal definitions for the elements in the Organization resource.

Organization
DefinitionA 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
Inv-1: The organization SHALL at least have a name or an id, and possibly more than one (xpath: count(f:identifier | f:name) > 0)
Organization.identifier
DefinitionIdentifier for the organization that is used to identify the organization across multiple disparate systems.
Control0..*
TypeIdentifier
RequirementsOrganizations are known by a variety of ids. Some institutions maintain several, and most collect identifiers for exchange with other organizations concerning the organization.
InvariantsAffect this element
Inv-1: The organization SHALL at least have a name or an id, and possibly more than one (xpath: count(f:identifier | f:name) > 0)
Organization.name
DefinitionA name associated with the organization.
Control0..1
Typestring
RequirementsNeed to use the name as the label of the organization.
InvariantsAffect this element
Inv-1: The organization SHALL at least have a name or an id, and possibly more than one (xpath: count(f:identifier | f:name) > 0)
Organization.type
DefinitionThe kind of organization that this is.
Control0..1
BindingOrganizationType: (See http://hl7.org/fhir/vs/organization-type)
TypeCodeableConcept
RequirementsNeed to be able to track the kind of organization that this is - different organization types have different uses.
CommentsOrganizations 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.telecom
DefinitionA contact detail for the organization.
Control0..*
TypeContact
RequirementsHuman contact for the organization.
CommentsThe 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
Inv-3: The telecom of an organization can never be of use 'home' (xpath: count(f:use[@value='home']) = 0)
Affect this element
Inv-3: The telecom of an organization can never be of use 'home' (xpath: count(f:use[@value='home']) = 0)
Organization.address
DefinitionAn address for the organization.
Control0..*
TypeAddress
RequirementsMay need to keep track of the organization's addresses for contacting, billing or reporting requirements.
CommentsOrganization may have multiple addresses with different uses or applicable periods. The use code home is not to be used.
InvariantsDefined on this element
Inv-2: An address of an organization can never be of use 'home' (xpath: count(f:use[@value='home']) = 0)
Affect this element
Inv-2: An address of an organization can never be of use 'home' (xpath: count(f:use[@value='home']) = 0)
Organization.partOf
DefinitionThe organization of which this organization forms a part.
Control0..1
TypeResource(Organization)
RequirementsNeed to be able to track the hierarchy of organizations within an organization.
Organization.contact
DefinitionContact for the organization for a certain purpose.
Control0..*
RequirementsNeed to keep track of assigned contact points within bigger organization.
Organization.contact.purpose
DefinitionIndicates a purpose for which the contact can be reached.
Control0..1
BindingContactPartyType: (See http://hl7.org/fhir/vs/contactentity-type)
TypeCodeableConcept
RequirementsNeed to distinguish between multiple contact persons.
Organization.contact.name
DefinitionA name associated with the contact.
Control0..1
TypeHumanName
RequirementsNeed to be able to track the person by name.
Organization.contact.telecom
DefinitionA contact detail (e.g. a telephone number or an email address) by which the party may be contacted.
Control0..*
TypeContact
RequirementsPeople have (primary) ways to contact them in some way such as phone, email.
Organization.contact.address
DefinitionVisiting or postal addresses for the contact.
Control0..1
TypeAddress
RequirementsMay need to keep track of a contact party's address for contacting, billing or reporting requirements.
Organization.contact.gender
DefinitionAdministrative Gender - the gender that the person is considered to have for administration and record keeping purposes.
Control0..1
BindingAdministrativeGender: (See http://hl7.org/fhir/vs/administrative-gender)
TypeCodeableConcept
RequirementsNeeded to address the person correctly.
Organization.location
DefinitionLocation(s) the organization uses to provide services.
Control0..*
TypeResource(Location)
Organization.active
DefinitionWhether the organization's record is still in active use.
Control0..1
Typeboolean
Is Modifiertrue
RequirementsNeed a flag to indicate a record is no longer to be used and should generally be hidden for the user in the UI.
CommentsDefault is true.

comments powered by Disqus