description: A Facility is defined as a pairing of a Location and an Organization. Facilities are sites where care is provided such as clinics, hospitals, pharmacies, etc. A facilities will have attributes such as a unique identifier, geographic location (address, geocode), contact information, hours of operation, etc. This profile covers the location porition of the facility. package_name: ca.infoway.io.ca-csd derivation: constraint name: FacilityLocation type: Location elements: address: mustSupport: true index: 10 elements: line: {mustSupport: true, index: 11} city: {mustSupport: true, index: 12} state: {mustSupport: true, index: 13} postalCode: {mustSupport: true, index: 14} country: {mustSupport: true, index: 15} required: [city] managingOrganization: type: Reference mustSupport: true refers: ['http://fhir.infoway-inforoute.ca/io/CA-CSD/StructureDefinition/CA-CSD-Facility-Organization'] index: 16 name: {mustSupport: true, index: 5} type: {mustSupport: true, index: 6} extension: type: Extension url: http://fhir.infoway-inforoute.ca/ca-ext/StructureDefinition/location-AcceptingNewPatients index: 0 slicing: slices: acceptingnewpatients: match: {} schema: {type: Extension, url: 'http://fhir.infoway-inforoute.ca/ca-ext/StructureDefinition/location-AcceptingNewPatients', index: 0} status: {mustSupport: true, index: 4} identifier: mustSupport: true index: 1 elements: system: {mustSupport: true, index: 2} value: {mustSupport: true, index: 3} required: [system, value] telecom: mustSupport: true index: 7 elements: system: {mustSupport: true, index: 8} value: {mustSupport: true, index: 9} required: [value] partOf: type: Reference mustSupport: true refers: ['http://fhir.infoway-inforoute.ca/io/CA-CSD/StructureDefinition/CA-CSD-Location'] index: 17 package_version: 1.1.0-dft-preBallot extensions: acceptingnewpatients: {url: 'http://fhir.infoway-inforoute.ca/ca-ext/StructureDefinition/location-AcceptingNewPatients', type: Extension, index: 0} class: profile kind: resource url: http://fhir.infoway-inforoute.ca/io/CA-CSD/StructureDefinition/CA-CSD-Facility-Location base: https://profiles.ihe.net/ITI/mCSD/StructureDefinition/IHE.mCSD.FacilityLocation version: null