blob: f682dc3aebf3aaadb6fc8a5ac328c5af056d22b1 [file] [log] [blame]
/**
*/
package org.hl7.fhir;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Count</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* A measured amount (or an amount that can potentially be measured). Note that measured amounts include amounts that are not precisely quantified, including amounts involving arbitrary units and floating currencies.
* 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#getCount()
* @model extendedMetaData="name='Count' kind='elementOnly'"
* @generated
*/
public interface Count extends Quantity {
} // Count