SampledDataCreateInput
No description
input SampledDataCreateInput {
origin: QuantityCreateInput!
period: String!
factor: String
lowerLimit: String
upperLimit: String
dimensions: Int!
data: String
extension: [FhirExtensionCreateInput!]
id: String
}
Fields
SampledDataCreateInput.origin ● QuantityCreateInput! non-null input
The base quantity that a measured value of zero represents. In addition, this provides the units of the entire measurement series.
SampledDataCreateInput.period ● String! non-null scalar
The length of time between sampling times, measured in milliseconds.
SampledDataCreateInput.factor ● String scalar
A correction factor that is applied to the sampled data points before they are added to the origin.
SampledDataCreateInput.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).
SampledDataCreateInput.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).
SampledDataCreateInput.dimensions ● Int! non-null 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.
SampledDataCreateInput.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.
SampledDataCreateInput.extension ● [FhirExtensionCreateInput!] 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.
SampledDataCreateInput.id ● String scalar
null
Member Of
ElementDefinitionCreateInput input ● ElementDefinitionExampleCreateInput input ● FhirExtensionCreateInput input ● ObservationComponentCreateInput input ● ObservationCreateInput input ● StructureMapSourceCreateInput input ● TaskInputCreateInput input ● TaskOutputCreateInput input