Release 5 Preview #2

This page is part of the FHIR Specification (v4.4.0: R5 Preview #2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

14.13.0 Statistic

Clinical Decision Support Work GroupMaturity Level: 0Standards Status: Trial Use
This type is still undergoing development and review by the appropriate Workgroups. At this time, is considered only as a draft design not suitable for production implementation

The Statistic data type represents single datum (quantitative value), computed from a sample, and its attributes.

Note: the Statistic structure allows modifier extensions.

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. StatisticΣDElementSingle statistic
Elements defined in Ancestors: id, extension, modifierExtension
... descriptionΣ0..1stringDescription of content
... noteΣ0..*AnnotationFootnotes and/or explanatory notes
... statisticTypeΣ0..1CodeableConceptType of statistic, eg relative risk
StatisticStatisticType (Extensible)
... sampleSizeΣ0..1ElementNumber of samples in the statistic
.... descriptionΣ0..1stringTextual description of sample size for statistic
.... noteΣ0..*AnnotationFootnote or explanatory note about the sample size
.... numberOfStudiesΣ0..1integerNumber of contributing studies
.... numberOfParticipantsΣ0..1integerCumulative number of participants
.... knownDataCountΣ0..1integerNumber of participants with known results for measured variables
.... numeratorCountΣ0..1integerNumber of participants with “positive” results, only used to report actual numerator count for a proportion
... attributeEstimateΣ0..*ElementAn estimate of the precision of the statistic
.... descriptionΣ0..1stringTextual description of the precision estimate
.... noteΣ0..*AnnotationFootnote or explanatory note about the estimate
.... typeΣ0..1CodeableConceptThe estimateType of precision estimate, eg confidence interval or p value type
StatisticAttributeEstimateType (Extensible)
.... quantityΣ0..1QuantityThe singular quantity of the precision estimate, for precision estimates represented as single values; also used to report unit of measure
.... levelΣ0..1decimalLevel of confidence interval, eg 0.95 for 95% confidence interval
.... rangeΣ0..1RangeLower and upper bound values of the precision estimate
.... estimateQualifierΣ0..*ElementAn estimate of the precision of the estimate
..... descriptionΣ0..1stringTextual description of the precision estimate
..... noteΣ0..*AnnotationFootnote or explanatory note about the estimate
..... typeΣ0..1CodeableConceptThe estimateType of attribute estimate, eg confidence interval or p value type
StatisticAttributeEstimateType (Extensible)
..... quantityΣ0..1QuantityThe singular quantity of the attribute estimate, for attribute estimates represented as single values; also used to report unit of measure
..... levelΣ0..1decimalLevel of confidence interval, eg 0.95 for 95% confidence interval
..... rangeΣ0..1RangeLower and upper bound values of the precision estimate

doco Documentation for this format

UML Diagram (Legend)

StatisticA description of the content value of the statisticdescription : string [0..1]Footnotes and/or explanatory notesnote : Annotation [0..*]Type of statistic, eg relative riskstatisticType : CodeableConcept [0..1] « The type of a specific statistic. (Strength=Extensible)StatisticStatisticType+ »Statistic valuequantity : Quantity [0..1]SampleSizeHuman-readable summary of population sample sizedescription : string [0..1]Footnote or explanatory note about the sample sizenote : Annotation [0..*]Number of participants in the populationnumberOfStudies : integer [0..1]A human-readable string to clarify or explain concepts about the sample sizenumberOfParticipants : integer [0..1]Number of participants with known results for measured variablesknownDataCount : integer [0..1]Number of participants with “positive” results, only used to report actual numerator count for a proportionnumeratorCount : integer [0..1]AttributeEstimateHuman-readable summary of the estimatedescription : string [0..1]Footnote or explanatory note about the estimatenote : Annotation [0..*]The estimateType of precision estimate, eg confidence interval or p value typetype : CodeableConcept [0..1] « Method of reporting variability of estimates, such as confidence intervals, interquartile range or standard deviation. (Strength=Extensible)StatisticAttributeEstimateType+ »The singular quantity of the precision estimate, for precision estimates represented as single values; also used to report unit of measurequantity : Quantity [0..1]Use 95 for a 95% confidence intervallevel : decimal [0..1]Lower bound of confidence intervalrange : Range [0..1]EstimateQualifierHuman-readable summary of the estimatedescription : string [0..1]Footnote or explanatory note about the estimatenote : Annotation [0..*]The estimateType of attribute estimate, eg confidence interval or p value typetype : CodeableConcept [0..1] « Method of reporting variability of estimates, such as confidence intervals, interquartile range or standard deviation. (Strength=Extensible)StatisticAttributeEstimateType+ »The singular quantity of the attribute estimate, for attribute estimates represented as single values; also used to report unit of measurequantity : Quantity [0..1]Use 95 for a 95% confidence intervallevel : decimal [0..1]Lower bound of confidence intervalrange : Range [0..1]BackboneTypeMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself) (this element modifies the meaning of other elements)modifierExtension : Extension [0..*]Number of samples in the statisticsampleSize[0..1]An estimate of the precision of the estimateestimateQualifier[0..*]An estimate of the precision of the statisticattributeEstimate[0..*]

XML Template

<Statistic xmlns="http://hl7.org/fhir">
 <!-- from Element: extension -->
 <description value="[string]"/><!-- 0..1 Description of content -->
 <note><!-- 0..* Annotation Footnotes and/or explanatory notes --></note>
 <statisticType><!-- 0..1 CodeableConcept Type of statistic, eg relative risk --></statisticType>
 <quantity><!-- 0..1 Quantity Statistic value --></quantity>
 <sampleSize>  <!-- 0..1 Number of samples in the statistic -->
  <description value="[string]"/><!-- 0..1 Textual description of sample size for statistic -->
  <note><!-- 0..* Annotation Footnote or explanatory note about the sample size --></note>
  <numberOfStudies value="[integer]"/><!-- 0..1 Number of contributing studies -->
  <numberOfParticipants value="[integer]"/><!-- 0..1 Cumulative number of participants -->
  <knownDataCount value="[integer]"/><!-- 0..1 Number of participants with known results for measured variables -->
  <numeratorCount value="[integer]"/><!-- 0..1 Number of participants with “positive” results, only used to report actual numerator count for a proportion -->
 </sampleSize>
 <attributeEstimate>  <!-- 0..* An estimate of the precision of the statistic -->
  <description value="[string]"/><!-- 0..1 Textual description of the precision estimate -->
  <note><!-- 0..* Annotation Footnote or explanatory note about the estimate --></note>
  <type><!-- 0..1 CodeableConcept The estimateType of precision estimate, eg confidence interval or p value type --></type>
  <quantity><!-- 0..1 Quantity The singular quantity of the precision estimate, for precision estimates represented as single values; also used to report unit of measure --></quantity>
  <level value="[decimal]"/><!-- 0..1 Level of confidence interval, eg 0.95 for 95% confidence interval -->
  <range><!-- 0..1 Range Lower and upper bound values of the precision estimate --></range>
  <estimateQualifier>  <!-- 0..* An estimate of the precision of the estimate -->
   <description value="[string]"/><!-- 0..1 Textual description of the precision estimate -->
   <note><!-- 0..* Annotation Footnote or explanatory note about the estimate --></note>
   <type><!-- 0..1 CodeableConcept The estimateType of attribute estimate, eg confidence interval or p value type --></type>
   <quantity><!-- 0..1 Quantity The singular quantity of the attribute estimate, for attribute estimates represented as single values; also used to report unit of measure --></quantity>
   <level value="[decimal]"/><!-- 0..1 Level of confidence interval, eg 0.95 for 95% confidence interval -->
   <range><!-- 0..1 Range Lower and upper bound values of the precision estimate --></range>
  </estimateQualifier>
 </attributeEstimate>
</Statistic>

JSON Template

{doco
  // from Element: extension
  "description" : "<string>", // Description of content
  "note" : [{ Annotation }], // Footnotes and/or explanatory notes
  "statisticType" : { CodeableConcept }, // Type of statistic, eg relative risk
  "quantity" : { Quantity }, // Statistic value
  "sampleSize" : { // Number of samples in the statistic
    "description" : "<string>", // Textual description of sample size for statistic
    "note" : [{ Annotation }], // Footnote or explanatory note about the sample size
    "numberOfStudies" : <integer>, // Number of contributing studies
    "numberOfParticipants" : <integer>, // Cumulative number of participants
    "knownDataCount" : <integer>, // Number of participants with known results for measured variables
    "numeratorCount" : <integer> // Number of participants with “positive” results, only used to report actual numerator count for a proportion
  },
  "attributeEstimate" : [{ // An estimate of the precision of the statistic
    "description" : "<string>", // Textual description of the precision estimate
    "note" : [{ Annotation }], // Footnote or explanatory note about the estimate
    "type" : { CodeableConcept }, // The estimateType of precision estimate, eg confidence interval or p value type
    "quantity" : { Quantity }, // The singular quantity of the precision estimate, for precision estimates represented as single values; also used to report unit of measure
    "level" : <decimal>, // Level of confidence interval, eg 0.95 for 95% confidence interval
    "range" : { Range }, // Lower and upper bound values of the precision estimate
    "estimateQualifier" : [{ // An estimate of the precision of the estimate
      "description" : "<string>", // Textual description of the precision estimate
      "note" : [{ Annotation }], // Footnote or explanatory note about the estimate
      "type" : { CodeableConcept }, // The estimateType of attribute estimate, eg confidence interval or p value type
      "quantity" : { Quantity }, // The singular quantity of the attribute estimate, for attribute estimates represented as single values; also used to report unit of measure
      "level" : <decimal>, // Level of confidence interval, eg 0.95 for 95% confidence interval
      "range" : { Range } // Lower and upper bound values of the precision estimate
    }]
  }]
}

Turtle Template

@prefix fhir: <http://hl7.org/fhir/> .

[
 # from Element: Element.extension
  fhir:Statistic.description [ string ]; # 0..1 Description of content
  fhir:Statistic.note [ Annotation ], ... ; # 0..* Footnotes and/or explanatory notes
  fhir:Statistic.statisticType [ CodeableConcept ]; # 0..1 Type of statistic, eg relative risk
  fhir:Statistic.quantity [ Quantity ]; # 0..1 Statistic value
  fhir:Statistic.sampleSize [ # 0..1 Number of samples in the statistic
    fhir:Statistic.sampleSize.description [ string ]; # 0..1 Textual description of sample size for statistic
    fhir:Statistic.sampleSize.note [ Annotation ], ... ; # 0..* Footnote or explanatory note about the sample size
    fhir:Statistic.sampleSize.numberOfStudies [ integer ]; # 0..1 Number of contributing studies
    fhir:Statistic.sampleSize.numberOfParticipants [ integer ]; # 0..1 Cumulative number of participants
    fhir:Statistic.sampleSize.knownDataCount [ integer ]; # 0..1 Number of participants with known results for measured variables
    fhir:Statistic.sampleSize.numeratorCount [ integer ]; # 0..1 Number of participants with “positive” results, only used to report actual numerator count for a proportion
  ];
  fhir:Statistic.attributeEstimate [ # 0..* An estimate of the precision of the statistic
    fhir:Statistic.attributeEstimate.description [ string ]; # 0..1 Textual description of the precision estimate
    fhir:Statistic.attributeEstimate.note [ Annotation ], ... ; # 0..* Footnote or explanatory note about the estimate
    fhir:Statistic.attributeEstimate.type [ CodeableConcept ]; # 0..1 The estimateType of precision estimate, eg confidence interval or p value type
    fhir:Statistic.attributeEstimate.quantity [ Quantity ]; # 0..1 The singular quantity of the precision estimate, for precision estimates represented as single values; also used to report unit of measure
    fhir:Statistic.attributeEstimate.level [ decimal ]; # 0..1 Level of confidence interval, eg 0.95 for 95% confidence interval
    fhir:Statistic.attributeEstimate.range [ Range ]; # 0..1 Lower and upper bound values of the precision estimate
    fhir:Statistic.attributeEstimate.estimateQualifier [ # 0..* An estimate of the precision of the estimate
      fhir:Statistic.attributeEstimate.estimateQualifier.description [ string ]; # 0..1 Textual description of the precision estimate
      fhir:Statistic.attributeEstimate.estimateQualifier.note [ Annotation ], ... ; # 0..* Footnote or explanatory note about the estimate
      fhir:Statistic.attributeEstimate.estimateQualifier.type [ CodeableConcept ]; # 0..1 The estimateType of attribute estimate, eg confidence interval or p value type
      fhir:Statistic.attributeEstimate.estimateQualifier.quantity [ Quantity ]; # 0..1 The singular quantity of the attribute estimate, for attribute estimates represented as single values; also used to report unit of measure
      fhir:Statistic.attributeEstimate.estimateQualifier.level [ decimal ]; # 0..1 Level of confidence interval, eg 0.95 for 95% confidence interval
      fhir:Statistic.attributeEstimate.estimateQualifier.range [ Range ]; # 0..1 Lower and upper bound values of the precision estimate
    ], ...;
  ], ...;
]

Changes since Release 3

This complex-type did not exist in Release 2

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. StatisticΣDElementSingle statistic
Elements defined in Ancestors: id, extension, modifierExtension
... descriptionΣ0..1stringDescription of content
... noteΣ0..*AnnotationFootnotes and/or explanatory notes
... statisticTypeΣ0..1CodeableConceptType of statistic, eg relative risk
StatisticStatisticType (Extensible)
... sampleSizeΣ0..1ElementNumber of samples in the statistic
.... descriptionΣ0..1stringTextual description of sample size for statistic
.... noteΣ0..*AnnotationFootnote or explanatory note about the sample size
.... numberOfStudiesΣ0..1integerNumber of contributing studies
.... numberOfParticipantsΣ0..1integerCumulative number of participants
.... knownDataCountΣ0..1integerNumber of participants with known results for measured variables
.... numeratorCountΣ0..1integerNumber of participants with “positive” results, only used to report actual numerator count for a proportion
... attributeEstimateΣ0..*ElementAn estimate of the precision of the statistic
.... descriptionΣ0..1stringTextual description of the precision estimate
.... noteΣ0..*AnnotationFootnote or explanatory note about the estimate
.... typeΣ0..1CodeableConceptThe estimateType of precision estimate, eg confidence interval or p value type
StatisticAttributeEstimateType (Extensible)
.... quantityΣ0..1QuantityThe singular quantity of the precision estimate, for precision estimates represented as single values; also used to report unit of measure
.... levelΣ0..1decimalLevel of confidence interval, eg 0.95 for 95% confidence interval
.... rangeΣ0..1RangeLower and upper bound values of the precision estimate
.... estimateQualifierΣ0..*ElementAn estimate of the precision of the estimate
..... descriptionΣ0..1stringTextual description of the precision estimate
..... noteΣ0..*AnnotationFootnote or explanatory note about the estimate
..... typeΣ0..1CodeableConceptThe estimateType of attribute estimate, eg confidence interval or p value type
StatisticAttributeEstimateType (Extensible)
..... quantityΣ0..1QuantityThe singular quantity of the attribute estimate, for attribute estimates represented as single values; also used to report unit of measure
..... levelΣ0..1decimalLevel of confidence interval, eg 0.95 for 95% confidence interval
..... rangeΣ0..1RangeLower and upper bound values of the precision estimate

doco Documentation for this format

UML Diagram (Legend)

StatisticA description of the content value of the statisticdescription : string [0..1]Footnotes and/or explanatory notesnote : Annotation [0..*]Type of statistic, eg relative riskstatisticType : CodeableConcept [0..1] « The type of a specific statistic. (Strength=Extensible)StatisticStatisticType+ »Statistic valuequantity : Quantity [0..1]SampleSizeHuman-readable summary of population sample sizedescription : string [0..1]Footnote or explanatory note about the sample sizenote : Annotation [0..*]Number of participants in the populationnumberOfStudies : integer [0..1]A human-readable string to clarify or explain concepts about the sample sizenumberOfParticipants : integer [0..1]Number of participants with known results for measured variablesknownDataCount : integer [0..1]Number of participants with “positive” results, only used to report actual numerator count for a proportionnumeratorCount : integer [0..1]AttributeEstimateHuman-readable summary of the estimatedescription : string [0..1]Footnote or explanatory note about the estimatenote : Annotation [0..*]The estimateType of precision estimate, eg confidence interval or p value typetype : CodeableConcept [0..1] « Method of reporting variability of estimates, such as confidence intervals, interquartile range or standard deviation. (Strength=Extensible)StatisticAttributeEstimateType+ »The singular quantity of the precision estimate, for precision estimates represented as single values; also used to report unit of measurequantity : Quantity [0..1]Use 95 for a 95% confidence intervallevel : decimal [0..1]Lower bound of confidence intervalrange : Range [0..1]EstimateQualifierHuman-readable summary of the estimatedescription : string [0..1]Footnote or explanatory note about the estimatenote : Annotation [0..*]The estimateType of attribute estimate, eg confidence interval or p value typetype : CodeableConcept [0..1] « Method of reporting variability of estimates, such as confidence intervals, interquartile range or standard deviation. (Strength=Extensible)StatisticAttributeEstimateType+ »The singular quantity of the attribute estimate, for attribute estimates represented as single values; also used to report unit of measurequantity : Quantity [0..1]Use 95 for a 95% confidence intervallevel : decimal [0..1]Lower bound of confidence intervalrange : Range [0..1]BackboneTypeMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself) (this element modifies the meaning of other elements)modifierExtension : Extension [0..*]Number of samples in the statisticsampleSize[0..1]An estimate of the precision of the estimateestimateQualifier[0..*]An estimate of the precision of the statisticattributeEstimate[0..*]

XML Template

<Statistic xmlns="http://hl7.org/fhir">
 <!-- from Element: extension -->
 <description value="[string]"/><!-- 0..1 Description of content -->
 <note><!-- 0..* Annotation Footnotes and/or explanatory notes --></note>
 <statisticType><!-- 0..1 CodeableConcept Type of statistic, eg relative risk --></statisticType>
 <quantity><!-- 0..1 Quantity Statistic value --></quantity>
 <sampleSize>  <!-- 0..1 Number of samples in the statistic -->
  <description value="[string]"/><!-- 0..1 Textual description of sample size for statistic -->
  <note><!-- 0..* Annotation Footnote or explanatory note about the sample size --></note>
  <numberOfStudies value="[integer]"/><!-- 0..1 Number of contributing studies -->
  <numberOfParticipants value="[integer]"/><!-- 0..1 Cumulative number of participants -->
  <knownDataCount value="[integer]"/><!-- 0..1 Number of participants with known results for measured variables -->
  <numeratorCount value="[integer]"/><!-- 0..1 Number of participants with “positive” results, only used to report actual numerator count for a proportion -->
 </sampleSize>
 <attributeEstimate>  <!-- 0..* An estimate of the precision of the statistic -->
  <description value="[string]"/><!-- 0..1 Textual description of the precision estimate -->
  <note><!-- 0..* Annotation Footnote or explanatory note about the estimate --></note>
  <type><!-- 0..1 CodeableConcept The estimateType of precision estimate, eg confidence interval or p value type --></type>
  <quantity><!-- 0..1 Quantity The singular quantity of the precision estimate, for precision estimates represented as single values; also used to report unit of measure --></quantity>
  <level value="[decimal]"/><!-- 0..1 Level of confidence interval, eg 0.95 for 95% confidence interval -->
  <range><!-- 0..1 Range Lower and upper bound values of the precision estimate --></range>
  <estimateQualifier>  <!-- 0..* An estimate of the precision of the estimate -->
   <description value="[string]"/><!-- 0..1 Textual description of the precision estimate -->
   <note><!-- 0..* Annotation Footnote or explanatory note about the estimate --></note>
   <type><!-- 0..1 CodeableConcept The estimateType of attribute estimate, eg confidence interval or p value type --></type>
   <quantity><!-- 0..1 Quantity The singular quantity of the attribute estimate, for attribute estimates represented as single values; also used to report unit of measure --></quantity>
   <level value="[decimal]"/><!-- 0..1 Level of confidence interval, eg 0.95 for 95% confidence interval -->
   <range><!-- 0..1 Range Lower and upper bound values of the precision estimate --></range>
  </estimateQualifier>
 </attributeEstimate>
</Statistic>

JSON Template

{doco
  // from Element: extension
  "description" : "<string>", // Description of content
  "note" : [{ Annotation }], // Footnotes and/or explanatory notes
  "statisticType" : { CodeableConcept }, // Type of statistic, eg relative risk
  "quantity" : { Quantity }, // Statistic value
  "sampleSize" : { // Number of samples in the statistic
    "description" : "<string>", // Textual description of sample size for statistic
    "note" : [{ Annotation }], // Footnote or explanatory note about the sample size
    "numberOfStudies" : <integer>, // Number of contributing studies
    "numberOfParticipants" : <integer>, // Cumulative number of participants
    "knownDataCount" : <integer>, // Number of participants with known results for measured variables
    "numeratorCount" : <integer> // Number of participants with “positive” results, only used to report actual numerator count for a proportion
  },
  "attributeEstimate" : [{ // An estimate of the precision of the statistic
    "description" : "<string>", // Textual description of the precision estimate
    "note" : [{ Annotation }], // Footnote or explanatory note about the estimate
    "type" : { CodeableConcept }, // The estimateType of precision estimate, eg confidence interval or p value type
    "quantity" : { Quantity }, // The singular quantity of the precision estimate, for precision estimates represented as single values; also used to report unit of measure
    "level" : <decimal>, // Level of confidence interval, eg 0.95 for 95% confidence interval
    "range" : { Range }, // Lower and upper bound values of the precision estimate
    "estimateQualifier" : [{ // An estimate of the precision of the estimate
      "description" : "<string>", // Textual description of the precision estimate
      "note" : [{ Annotation }], // Footnote or explanatory note about the estimate
      "type" : { CodeableConcept }, // The estimateType of attribute estimate, eg confidence interval or p value type
      "quantity" : { Quantity }, // The singular quantity of the attribute estimate, for attribute estimates represented as single values; also used to report unit of measure
      "level" : <decimal>, // Level of confidence interval, eg 0.95 for 95% confidence interval
      "range" : { Range } // Lower and upper bound values of the precision estimate
    }]
  }]
}

Turtle Template

@prefix fhir: <http://hl7.org/fhir/> .

[
 # from Element: Element.extension
  fhir:Statistic.description [ string ]; # 0..1 Description of content
  fhir:Statistic.note [ Annotation ], ... ; # 0..* Footnotes and/or explanatory notes
  fhir:Statistic.statisticType [ CodeableConcept ]; # 0..1 Type of statistic, eg relative risk
  fhir:Statistic.quantity [ Quantity ]; # 0..1 Statistic value
  fhir:Statistic.sampleSize [ # 0..1 Number of samples in the statistic
    fhir:Statistic.sampleSize.description [ string ]; # 0..1 Textual description of sample size for statistic
    fhir:Statistic.sampleSize.note [ Annotation ], ... ; # 0..* Footnote or explanatory note about the sample size
    fhir:Statistic.sampleSize.numberOfStudies [ integer ]; # 0..1 Number of contributing studies
    fhir:Statistic.sampleSize.numberOfParticipants [ integer ]; # 0..1 Cumulative number of participants
    fhir:Statistic.sampleSize.knownDataCount [ integer ]; # 0..1 Number of participants with known results for measured variables
    fhir:Statistic.sampleSize.numeratorCount [ integer ]; # 0..1 Number of participants with “positive” results, only used to report actual numerator count for a proportion
  ];
  fhir:Statistic.attributeEstimate [ # 0..* An estimate of the precision of the statistic
    fhir:Statistic.attributeEstimate.description [ string ]; # 0..1 Textual description of the precision estimate
    fhir:Statistic.attributeEstimate.note [ Annotation ], ... ; # 0..* Footnote or explanatory note about the estimate
    fhir:Statistic.attributeEstimate.type [ CodeableConcept ]; # 0..1 The estimateType of precision estimate, eg confidence interval or p value type
    fhir:Statistic.attributeEstimate.quantity [ Quantity ]; # 0..1 The singular quantity of the precision estimate, for precision estimates represented as single values; also used to report unit of measure
    fhir:Statistic.attributeEstimate.level [ decimal ]; # 0..1 Level of confidence interval, eg 0.95 for 95% confidence interval
    fhir:Statistic.attributeEstimate.range [ Range ]; # 0..1 Lower and upper bound values of the precision estimate
    fhir:Statistic.attributeEstimate.estimateQualifier [ # 0..* An estimate of the precision of the estimate
      fhir:Statistic.attributeEstimate.estimateQualifier.description [ string ]; # 0..1 Textual description of the precision estimate
      fhir:Statistic.attributeEstimate.estimateQualifier.note [ Annotation ], ... ; # 0..* Footnote or explanatory note about the estimate
      fhir:Statistic.attributeEstimate.estimateQualifier.type [ CodeableConcept ]; # 0..1 The estimateType of attribute estimate, eg confidence interval or p value type
      fhir:Statistic.attributeEstimate.estimateQualifier.quantity [ Quantity ]; # 0..1 The singular quantity of the attribute estimate, for attribute estimates represented as single values; also used to report unit of measure
      fhir:Statistic.attributeEstimate.estimateQualifier.level [ decimal ]; # 0..1 Level of confidence interval, eg 0.95 for 95% confidence interval
      fhir:Statistic.attributeEstimate.estimateQualifier.range [ Range ]; # 0..1 Lower and upper bound values of the precision estimate
    ], ...;
  ], ...;
]

Changes since Release 3

This complex-type did not exist in Release 2

Constraints

Statistic is used in the following places: OrderedDistribution and Evidence