5.4 Organization リソース

logo fhir

HomeAdministrativeOrganization [organization]

Resource Organization - Content5.4

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.

The resource name as it appears in a RESTful URL is [root]/organization/

Resource Content5.4.1

<Organization xmlns="http://hl7.org/fhir"> <!-- from Resource: extension, narrative, and contained --> <identifier><!-- 0..* Identifier Identifier for this organization --></identifier> <name value="[string]"/><!-- 0..1 Name used for the organization --> <type><!-- 0..1 CodeableConcept Kind of organization --></type> <telecom><!-- 0..* Contact A contact detail for the organization --></telecom> <address><!-- 0..* Address An address for the organization --></address> <partOf><!-- 0..1 Resource(Organization) The organization of which this organization forms a part --></partOf> <contact> <!-- 0..* Contact for the organization --> <purpose><!-- 0..1 CodeableConcept The type of contact --></purpose> <name><!-- 0..1 HumanName A name associated with the contact --></name> <telecom><!-- 0..* Contact Contact details (telephone, email, etc) for a contact --></telecom> <address><!-- 0..1 Address Visiting or postal addresses for the contact --></address> <gender><!-- 0..1 CodeableConcept Gender for administrative purposes --></gender> </contact> <active value="[boolean]"/><!-- 0..1 Whether the organization's record is still in active use --> </Organization>

Alternate definitions: Schema/Schematron, Resource Profile

Terminology Bindings 5.4.1.1

Constraints5.4.1.2

  • Inv-1: The organization must at least have a name or an id, and possibly more (xpath: count(f:identifier | f:name) > 0)
  • Inv-3: On Organization.telecom: The telecom of an organization can never be of use 'home' (xpath on f:Organization/f:telecom:count(f:use[@value='home']) = 0)
  • Inv-2: On Organization.address: An address of an organization can never be of use 'home' (xpath on f:Organization/f:address:count(f:use[@value='home']) = 0)

Notes:5.4.2

  • The Organization is used for collections of people that have come together to achieve an objective. The Group resource is used to identify a collection of people (or animals, devices, etc.) that are gathered for the purpose of analysis or acting upon, but are not expected to act themselves.
  • There are two places for contact information: one on Organization itself and zero or more using the ContactEntity construct. The first one is to be used for the generic, public organization point of contact. The ContactEntity is to be used for reaching a person or party that has been designated by the organization to be contacted for a specific purpose or goal.

Search Parameters 5.4.3

Search Parameters for RESTful searches. The standard parameters also apply. See Searching for more information.