Package org.hl7.fhir

Class LocationPosition

All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2

public class LocationPosition extends BackboneElement implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
Details and position information for a physical place where services are provided and resources and participants may be stored, found, contained or accommodated.

Java class for Location.Position complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Location.Position">
   <complexContent>
     <extension base="{http://hl7.org/fhir}BackboneElement">
       <sequence>
         <element name="longitude" type="{http://hl7.org/fhir}decimal"/>
         <element name="latitude" type="{http://hl7.org/fhir}decimal"/>
         <element name="altitude" type="{http://hl7.org/fhir}decimal" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>