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

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: '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:
  upperLimit: {short: Upper limit of detection, isSummary: true, index: 5}
  intervalUnit:
    short: The measurement unit of the interval between samples
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/ucum-units|5.0.0'}
    isSummary: true
    index: 2
  lowerLimit: {short: Lower limit of detection, isSummary: true, index: 4}
  dimensions: {short: Number of sample points at each time point, isSummary: true, index: 6}
  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: 3}
  codeMap: {short: Defines the codes used in the data, index: 7}
  origin: {short: Zero value and units, isSummary: true, index: 0}
  interval: {short: Number of intervalUnits between samples, isSummary: true, index: 1}
  offsets: {short: 'Offsets, typically in time, at which data values were taken', index: 8}
  data: {short: 'Decimal values with spaces, or \"E\" | \"U\" | \"L\", or another code', index: 9}
class: complex-type
kind: complex-type
url: http://hl7.org/fhir/StructureDefinition/SampledData
base: http://hl7.org/fhir/StructureDefinition/DataType
version: 5.0.0
required: [origin, intervalUnit, dimensions]