--- type: "valueset" title: "Organization Type" valueset: "organization-type" --- # Organization Type - **Official URL**: http://hl7.org/fhir/ValueSet/organization-type - **Version**: 6.0.0 - **Status**: active - **Name**: OrganizationType - **Title**: Organization Type - **Publisher**: FHIR Project team - **Description**: This example value set defines a set of codes that can be used to indicate a type of organization. ## Content (Compose) - **System**: http://terminology.hl7.org/CodeSystem/organization-type ## ValueSet XML ```xml <status value="active"/> <experimental value="true"/> <publisher value="FHIR Project team"/> <contact> <telecom> <system value="url"/> <value value="http://hl7.org/fhir"/> </telecom> </contact> <description value="This example value set defines a set of codes that can be used to indicate a type of organization."/> <compose> <include> <system value="http://terminology.hl7.org/CodeSystem/organization-type"/> </include> </compose> </ValueSet> ```