description: Base StructureDefinition for Location Resource package_name: hl7.fhir.r2.examples name: Location type: null elements: description: {short: Description of the location, type: string, isSummary: true, index: 3} address: {short: Physical location, 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, index: 7} managingOrganization: {short: Organization responsible for provisioning and upkeep, 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, isSummary: true, index: 13} name: {type: string, short: Name of the location as used by humans, isSummary: true, index: 2} mode: {isModifier: true, short: instance | kind, type: code, isSummary: true, index: 4} type: {short: Type of function performed, type: CodeableConcept, isSummary: true, index: 5} status: {isModifier: true, short: active | suspended | inactive, type: code, isSummary: true, index: 1} identifier: {short: Unique code or number identifying the location to its users, type: Identifier, array: true, isSummary: true, index: 0} position: type: BackboneElement short: The absolute geographic location index: 9 elements: longitude: {type: decimal, short: Longitude with WGS84 datum, index: 10} latitude: {type: decimal, short: Latitude with WGS84 datum, index: 11} altitude: {type: decimal, short: Altitude with WGS84 datum, index: 12} required: [longitude, latitude] telecom: {type: ContactPoint, short: Contact details of the location, array: true, index: 6} partOf: {type: Reference, short: Another Location this one is physically part of, index: 14} physicalType: {short: Physical form of the location, type: CodeableConcept, isSummary: true, index: 8} package_version: 1.0.2 class: resource kind: resource url: http://hl7.org/fhir/StructureDefinition/Location version: null