Home > Administrative > Organization [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 (Resource)identifier : Identifier 0..*name : string 0..1type : CodeableConcept 0..1 <<OrganizationType>>telecom : Contact 0..*address : Address 0..*partOf : Resource(Organization) 0..1active : boolean 0..1Contactpurpose : CodeableConcept 0..1 <<ContactPartyType>>name : HumanName 0..1telecom : Contact 0..*address : Address 0..1gender : CodeableConcept 0..1 <<AdministrativeGender>>contact0..*
<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
Notes:5.4.2
Search Parameters for RESTful searches. The standard parameters also apply. See Searching for more information.