ISampledData
No description
interface ISampledData {
id: String
extension: [Extension]
origin: Quantity!
period: decimal
_period: ElementBase
factor: decimal
_factor: ElementBase
lowerLimit: decimal
_lowerLimit: ElementBase
upperLimit: decimal
_upperLimit: ElementBase
dimensions: positiveInt
_dimensions: ElementBase
data: String
_data: ElementBase
}