## SampledData

### 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.

### Elements

| Name       | Required | Type                                                          | Description                                                                                                                                                                                                                                                                                                     |
|------------|----------|---------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| id         |          | string                                                        | Unique id for inter-element referencing<br>Details<br>Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.                                                                                                                                                      |
| extension  |          | [Extension](/content/docs/api/fhir/datatypes/extension/index.html)[] | Additional content defined by implementations<br>Details<br>May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions.                                                                                                                                       |
| origin     | ✓        | [Quantity](/content/docs/api/fhir/datatypes/quantity/index.html) | Zero value and units<br>Details<br>The base quantity that a measured value of zero represents. In addition, this provides the units of the entire measurement series.                                                                                                                                                             |
| period     | ✓        | decimal                                                       | Number of milliseconds between samples<br>Details<br>The length of time between sampling times, measured in milliseconds.<br>This is usually a whole number.                                                                                                                                                                                 |
| factor     |          | decimal                                                       | Multiply data by this before adding to origin<br>Details<br>A correction factor that is applied to the sampled data points before they are added to the origin.                                                                                                                                               |
| lowerLimit |          | decimal                                                       | Lower limit of detection<br>Details<br>The lower limit of detection of the measured points. This is needed if any of the data points have the value "L" (lower than detection limit).                                                                                                                                  |
| upperLimit |          | decimal                                                       | Upper limit of detection<br>Details<br>The upper limit of detection of the measured points. This is needed if any of the data points have the value "U" (higher than detection limit).                                                                                                                                  |
| dimensions | ✓        | positiveInt                                                  | Number of sample points at each time point<br>Details<br>The number of sample points at each time point. If this value is greater than one, then the dimensions will be interlaced - all the sample points for a point in time will be recorded at once.<br>If there is more than one dimension, the code for the type of data will define the meaning of the dimensions (typically ECG data). |
| data       |          | string                                                        | Decimal values with spaces, or "E" \| "U" \| "L"<br>Details<br>A series of data points which are decimal values separated by a single space (character u20). The special values "E" (error), "L" (below detection limit) and "U" (above detection limit) can also be used in place of a decimal value.<br>Data may be missing if it is omitted for summarization purposes. In general, data is required for any actual use of a SampledData. |

### [Elements](/content/docs/api/fhir/datatypes/sampleddata#elements/index.html)
