description: Defines basic constraints and extensions on the Location resource for use with other US Core resources package_name: hl7.fhir.us.core derivation: constraint name: USCoreLocation type: Location elements: status: {mustSupport: true, index: 0} name: {mustSupport: true, index: 1} telecom: {mustSupport: true, index: 2} address: mustSupport: true index: 3 elements: line: {type: string, mustSupport: true, array: true, index: 4} city: {type: string, mustSupport: true, index: 5} state: type: string binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/us/core/ValueSet/us-core-usps-state'} mustSupport: true index: 6 postalCode: {type: string, short: US Zip Codes, mustSupport: true, index: 7} managingOrganization: type: Reference mustSupport: true refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization'] index: 8 package_version: 4.1.0 class: profile kind: resource url: http://hl7.org/fhir/us/core/StructureDefinition/us-core-location base: http://hl7.org/fhir/StructureDefinition/Location version: 4.1.0 required: [name]