SampledDataUpdateInput
No description
input SampledDataUpdateInput {
origin: QuantityUpdateInput
period: String
factor: String
lowerLimit: String
upperLimit: String
dimensions: Int
data: String
extension: [FhirExtensionUpdateInput!]
id: String
}
Fields
SampledDataUpdateInput.origin ● QuantityUpdateInput input
The base quantity that a measured value of zero represents. In addition, this provides the units of the entire measurement series.
SampledDataUpdateInput.period ● String scalar
The length of time between sampling times, measured in milliseconds.
SampledDataUpdateInput.factor ● String scalar
A correction factor that is applied to the sampled data points before they are added to the origin.
SampledDataUpdateInput.lowerLimit ● String scalar
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).
SampledDataUpdateInput.upperLimit ● String scalar
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).
SampledDataUpdateInput.dimensions ● Int scalar
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.
SampledDataUpdateInput.data ● String scalar
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.
SampledDataUpdateInput.extension ● [FhirExtensionUpdateInput!] list input
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. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
SampledDataUpdateInput.id ● String scalar
null
Member Of
ElementDefinitionExampleUpdateInput input ● ElementDefinitionUpdateInput input ● FhirExtensionUpdateInput input ● ObservationComponentUpdateInput input ● ObservationUpdateInput input ● StructureMapSourceUpdateInput input ● TaskInputUpdateInput input ● TaskOutputUpdateInput input