description: The US Core Location Profile inherits from the FHIR [Location](https://hl7.org/fhir/R4/location.html) resource; refer to it for scope and usage definitions. This profile sets minimum expectations for the Location resource for recording, searching, and fetching a \"physical place of available services or resources.\" It specifies which core elements, extensions, vocabularies, and value sets **SHALL** be present and constrains how the elements are used. Providing the floor for standards development for specific use cases promotes interoperability and adoption. package_name: hl7.fhir.us.core derivation: constraint name: USCoreLocationProfile type: Location elements: identifier: {short: Unique business identifier for facility or location., mustSupport: true, index: 0} status: {mustSupport: true, index: 1} name: {short: Name by which a facility or location is known., mustSupport: true, index: 2} type: short: Category of service or resource available in a location. binding: {strength: extensible, valueSet: 'http://terminology.hl7.org/ValueSet/v3-ServiceDeliveryLocationRoleType'} mustSupport: true index: 3 telecom: {mustSupport: true, index: 4} address: mustSupport: true index: 5 elements: line: {type: string, mustSupport: true, array: true, index: 6} city: {type: string, mustSupport: true, index: 7} state: type: string binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/us/core/ValueSet/us-core-usps-state'} mustSupport: true index: 8 postalCode: {type: string, short: US Zip Codes, mustSupport: true, index: 9} managingOrganization: type: Reference mustSupport: true refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization'] index: 10 package_version: 7.0.0 class: profile kind: resource url: http://hl7.org/fhir/us/core/StructureDefinition/us-core-location base: http://hl7.org/fhir/StructureDefinition/Location version: 7.0.0 required: [name]