Quantity
There is an extension "http://hl7.org/fhir/StructureDefinition/questionnaire-unit" that can be used to define what unit should be captured (or the unit that has a ucum conversion from the provided unit).
You can use the UnitOption extension to specify a list of options for the unit of a quantity item.
Basic usage
Questionnaire-only
With Response
Advanced usage
With multiple unitOptions
With a single unitOption
tip
It is recommended to use the "questionnaire-unit" extension instead when there is only one unit to choose from.
Calculations
note
CalculatedExpression should evaluate to an integer or decimal value, which becomes valueQuantity.value.
Unit, code and system will default to the unit provided via the "questionnaire-unit" extension.
View more advanced usages in Storybook's SDC section.