PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r5.core@4.5.0
    http://hl7.org/fhir/StructureDefinition/geolocation
description: The absolute geographic location of the Location, expressed using the WGS84 datum (This is the same co-ordinate system used in KML).
package_name: hl7.fhir.r5.core
derivation: constraint
name: Geolocation
type: Extension
elements:
  extension:
    type: Extension
    short: Latitude with WGS84 datum
    index: 0
    slicing:
      slices:
        latitude:
          match: {}
          schema:
            type: Extension
            short: Latitude with WGS84 datum
            _required: true
            index: 0
            extensions: {}
            elements:
              extension: {index: 1}
              url:
                type: uri
                pattern: {type: Uri, value: latitude}
                index: 2
              value:
                choices: [valueDecimal]
                index: 4
              valueDecimal: {type: decimal, choiceOf: value, index: 5}
            required: [valueDecimal, value]
        longitude:
          match: {}
          schema:
            type: Extension
            short: Longitude with WGS84 datum
            _required: true
            index: 6
            extensions: {}
            elements:
              extension: {index: 7}
              url:
                type: uri
                pattern: {type: Uri, value: longitude}
                index: 8
              value:
                choices: [valueDecimal]
                index: 10
              valueDecimal: {type: decimal, choiceOf: value, index: 11}
            required: [valueDecimal, value]
  url:
    pattern: {type: Uri, value: 'http://hl7.org/fhir/StructureDefinition/geolocation'}
    index: 12
  value:
    choices: []
    index: 14
package_version: 4.5.0
extensions:
  latitude:
    url: null
    type: Extension
    short: Latitude with WGS84 datum
    _required: true
    index: 0
    extensions: {}
    elements:
      extension: {index: 1}
      url:
        type: uri
        pattern: {type: Uri, value: latitude}
        index: 2
      value:
        choices: [valueDecimal]
        index: 4
      valueDecimal: {type: decimal, choiceOf: value, index: 5}
    required: [valueDecimal, value]
  longitude:
    url: null
    type: Extension
    short: Longitude with WGS84 datum
    _required: true
    index: 6
    extensions: {}
    elements:
      extension: {index: 7}
      url:
        type: uri
        pattern: {type: Uri, value: longitude}
        index: 8
      value:
        choices: [valueDecimal]
        index: 10
      valueDecimal: {type: decimal, choiceOf: value, index: 11}
    required: [valueDecimal, value]
class: extension
kind: complex-type
url: http://hl7.org/fhir/StructureDefinition/geolocation
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 4.5.0
required: [extension]