description: Base StructureDefinition for Location Resource package_name: hl7.fhir.r2b.examples derivation: specialization name: Location type: null elements: description: isModifier: false short: Additional details about the location that could be displayed as further information to identify the location beyond its name type: string mustSupport: false maxLength: 0 base: {max: '1', min: 0, path: Location.description} isSummary: true index: 3 address: isModifier: false short: Physical location index: 7 comments: This was kept as 0..1 as there is no use property on the address, so wouldn't be able to identify different address types. type: Address mustSupport: false maxLength: 0 base: {max: '1', min: 0, path: Location.address} isSummary: false managingOrganization: isModifier: false short: Organization responsible for provisioning and upkeep index: 13 comments: This can also be used as the part of the organization hierarchy where this location provides services. These services can be defined through the HealthcareService resource. type: Reference mustSupport: false maxLength: 0 base: {max: '1', min: 0, path: Location.managingOrganization} isSummary: true name: isModifier: false short: Name of the location as used by humans type: string mustSupport: false maxLength: 0 base: {max: '1', min: 0, path: Location.name} isSummary: true index: 2 mode: isModifier: true short: instance | kind type: code mustSupport: false maxLength: 0 base: {max: '1', min: 0, path: Location.mode} isSummary: true index: 4 type: isModifier: false short: Type of function performed type: CodeableConcept mustSupport: false maxLength: 0 base: {max: '1', min: 0, path: Location.type} isSummary: true index: 5 status: isModifier: true short: active | suspended | inactive type: code mustSupport: false maxLength: 0 base: {max: '1', min: 0, path: Location.status} isSummary: true index: 1 identifier: isModifier: false short: Unique code or number identifying the location to its users index: 0 type: Identifier mustSupport: false array: true maxLength: 0 base: {max: '*', min: 0, path: Location.identifier} isSummary: true position: isModifier: false short: The absolute geographic location index: 9 type: BackboneElement mustSupport: false elements: longitude: isModifier: false short: Longitude with WGS84 datum index: 10 type: decimal mustSupport: false maxLength: 0 base: {max: '1', min: 0, path: Location.position.longitude} isSummary: false latitude: isModifier: false short: Latitude with WGS84 datum index: 11 type: decimal mustSupport: false maxLength: 0 base: {max: '1', min: 0, path: Location.position.latitude} isSummary: false altitude: isModifier: false short: Altitude with WGS84 datum type: decimal mustSupport: false maxLength: 0 base: {max: '1', min: 0, path: Location.position.altitude} isSummary: false index: 12 maxLength: 0 base: {max: '1', min: 0, path: Location.position} required: [longitude, latitude] isSummary: false telecom: isModifier: false short: Contact details of the location index: 6 type: ContactPoint mustSupport: false array: true maxLength: 0 base: {max: '*', min: 0, path: Location.telecom} isSummary: false partOf: isModifier: false short: Another Location this one is physically part of type: Reference mustSupport: false maxLength: 0 base: {max: '1', min: 0, path: Location.partOf} isSummary: false index: 14 physicalType: isModifier: false short: Physical form of the location type: CodeableConcept mustSupport: false maxLength: 0 base: {max: '1', min: 0, path: Location.physicalType} isSummary: true index: 8 package_version: 1.4.0 class: resource kind: resource url: http://hl7.org/fhir/StructureDefinition/Location base: http://hl7.org/fhir/StructureDefinition/DomainResource version: null