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.core derivation: constraint name: The absolute geographic location 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: extension: {url: null, max: 0, index: 1} elements: extension: index: 1 slicing: slices: extension: match: {} schema: {index: 1} max: 0 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: extension: {url: null, max: 0, index: 7} elements: extension: index: 7 slicing: slices: extension: match: {} schema: {index: 7} max: 0 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: type: uri pattern: {type: Uri, value: 'http://hl7.org/fhir/StructureDefinition/geolocation'} index: 12 value: choices: [] index: 14 package_version: 1.8.0 extensions: latitude: url: null type: Extension short: Latitude with WGS84 datum _required: true index: 0 extensions: extension: {url: null, max: 0, index: 1} elements: extension: index: 1 slicing: slices: extension: match: {} schema: {index: 1} max: 0 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: extension: {url: null, max: 0, index: 7} elements: extension: index: 7 slicing: slices: extension: match: {} schema: {index: 7} max: 0 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: null required: [extension]