http://hl7.org/fhir/StructureDefinition/SampledData|4.0.1

Base StructureDefinition for SampledData Type: A series of measurements taken by a device, with upper and lower limits. There may be more than one dimension in the data.
description: 'Base StructureDefinition for SampledData Type: A series of measurements taken by a device, with upper and lower limits. There may be more than one dimension in the data.'
derivation: specialization
name: SampledData
type: SampledData
elements:
  origin: {short: Zero value and units, isSummary: true, index: 0}
  period: {short: Number of milliseconds between samples, isSummary: true, index: 1}
  factor: {short: Multiply data by this before adding to origin, meaningWhenMissing: 'If no factor is assigned, the data is not adjusted before adding to the origin', isSummary: true, index: 2}
  lowerLimit: {short: Lower limit of detection, isSummary: true, index: 3}
  upperLimit: {short: Upper limit of detection, isSummary: true, index: 4}
  dimensions: {short: Number of sample points at each time point, isSummary: true, index: 5}
  data: {short: 'Decimal values with spaces, or \"E\" | \"U\" | \"L\"', index: 6}
class: complex-type
kind: complex-type
url: http://hl7.org/fhir/StructureDefinition/SampledData
base: http://hl7.org/fhir/StructureDefinition/Element
version: 4.0.1
required: [origin, dimensions, period]