PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.extensions.r4@5.2.0
    http://hl7.org/fhir/StructureDefinition/location-distance
description: This extension is only applicable to searchset Bundles. It is the result of a search on Location using the \"near\" parameter indicating the calculated distance between the geographic location of this Location resource and the geographic location provided in the search query.\r\rThis distance does not consider a location boundary extension if it exists on the resource.\r\rIf multiple near positions are included in the search query, the distance to the closest point provided may be included.
package_name: hl7.fhir.uv.extensions.r4
derivation: constraint
name: BundleLocationDistance
type: Extension
elements:
  extension: {index: 0}
  url:
    pattern: {type: Uri, value: 'http://hl7.org/fhir/StructureDefinition/location-distance'}
    index: 1
  value:
    choices: [valueDistance]
    index: 3
  valueDistance: {type: Distance, choiceOf: value, index: 4}
package_version: 5.2.0
extensions: {}
class: extension
kind: complex-type
url: http://hl7.org/fhir/StructureDefinition/location-distance
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 5.2.0
required: [value, valueDistance]