--- type: "valueset" title: "Location Form" valueset: "location-form" --- # Location Form - **Official URL**: http://hl7.org/fhir/ValueSet/location-form - **Version**: 6.0.0 - **Status**: active - **Name**: LocationForm - **Title**: Location Form - **Publisher**: FHIR Project team - **Description**: This example value set defines a set of codes that can be used to indicate the physical form of the Location. ## Content (Compose) - **System**: http://terminology.hl7.org/CodeSystem/location-physical-type ## ValueSet XML ```xml <status value="active"/> <experimental value="false"/> <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 the physical form of the Location."/> <compose> <include> <system value="http://terminology.hl7.org/CodeSystem/location-physical-type"/> </include> </compose> </ValueSet> ```