description: Each line of the Location File is a minified JSON object that \nconveys a physical location where appointments are available. package_name: hl7.fhir.uv.smart-scheduling-links derivation: constraint name: SmartSchedulingLocation type: Location elements: id: {mustSupport: true, index: 0} identifier: {mustSupport: true, index: 1} name: {mustSupport: true, index: 2} description: {mustSupport: true, index: 3} telecom: mustSupport: true index: 4 elements: system: {mustSupport: true, index: 5} value: {mustSupport: true, index: 6} required: [value, system] address: mustSupport: true index: 7 elements: line: {mustSupport: true, index: 8} city: {mustSupport: true, index: 9} district: {mustSupport: true, index: 10} state: {mustSupport: true, index: 11} postalCode: {mustSupport: true, index: 12} required: [city, postalCode, line, state] position: mustSupport: true index: 13 elements: longitude: {mustSupport: true, index: 14} latitude: {mustSupport: true, index: 15} package_version: 1.0.0-ballot class: profile kind: resource url: http://hl7.org/fhir/uv/smart-scheduling-links/StructureDefinition/smart-scheduling-location base: http://hl7.org/fhir/StructureDefinition/Location version: 1.0.0-ballot required: [id, name, address, identifier, telecom]