LocationPosition

open class LocationPosition: BackboneElement

The absolute geographic location.

The absolute geographic location of the Location, expressed using the WGS84 datum (This is the same co-ordinate system used in KML).

  • The absolute geographic location.

    The absolute geographic location of the Location, expressed using the WGS84 datum (This is the same co-ordinate system used in KML).

    Declaration

    Swift

    override open class var resourceType: String
  • Altitude with WGS84 datum.

    Declaration

    Swift

    public var altitude: FHIRDecimal?
  • Latitude with WGS84 datum.

    Declaration

    Swift

    public var latitude: FHIRDecimal?
  • Longitude with WGS84 datum.

    Declaration

    Swift

    public var longitude: FHIRDecimal?
  • Convenience initializer, taking all required properties as arguments.

    Declaration

    Swift

    public convenience init(latitude: FHIRDecimal, longitude: FHIRDecimal)
  • Convenience initializer, taking all required properties as arguments.

    Declaration

    Swift

    override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext)

    Parameters

    json

    The JSON element to use to populate the receiver

    context

    The instantiation context to use

  • Undocumented

    Declaration

    Swift

    open class LocationPosition: BackboneElement