PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.extensions.r4@5.3.0-ballot-tc1
    http://hl7.org/fhir/StructureDefinition/quantity-accuracy
description: The absolute of the maximum deviation of the actual value from the reported value.\n\nAccuracy is particularly applicable to measured or observed values, and represents the maximum deviation over the entire range of measurement. When applied to a DeviceMetric, it expresses the maximum deviation of values reported by the metric. The reported observed value should be precise enough to reflect this accuracy, for example an observed value of 3.2 kg with an accuracy of 0.04 kg would be nonsensical. On the other hand, an observed value of 3.02 kg with an accuracy of 0.04 kg would indicate that the actual value is in the range of 3.02±0.04 kg or [2.98, 3.06] kg.\n\nAccuracy is usually in the same units as the reported value. Accuracy valueQuantity units SHOULD be provided for clarity; if omitted, they are implied to be the same as the reported value's units (or the DeviceMetric units).
package_name: hl7.fhir.uv.extensions.r4
derivation: constraint
name: QuantityAccuracy
type: Extension
elements:
  extension: {index: 0}
  url:
    pattern: {type: Uri, value: 'http://hl7.org/fhir/StructureDefinition/quantity-accuracy'}
    index: 1
  value:
    short: Absolute maximum deviation of the reported value from the actual value
    choices: [valueQuantity]
    index: 3
  valueQuantity:
    type: Quantity
    short: Absolute maximum deviation of the reported value from the actual value
    choiceOf: value
    index: 4
    elements:
      value: {index: 5}
    required: [value]
package_version: 5.3.0-ballot-tc1
extensions: {}
class: extension
kind: complex-type
url: http://hl7.org/fhir/StructureDefinition/quantity-accuracy
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 5.3.0-ballot-tc1