blob: 2901aab3dd65c08072b0da7faa589e2f226ed1cd [file] [log] [blame]
/**
*/
package org.hl7.fhir;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Distance</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* A length - a value with a unit that is a physical distance.
* If the element is present, it must have a value for at least one of the defined elements, an @id referenced from the Narrative, or extensions
* <!-- end-model-doc -->
*
*
* @see org.hl7.fhir.FhirPackage#getDistance()
* @model extendedMetaData="name='Distance' kind='elementOnly'"
* @generated
*/
public interface Distance extends Quantity {
} // Distance