I'm writing a few profiles in fhir, and to them I've added an element with type Quantity. In the documentation it states that Quantity is like a special case of a code, where you can state the unit type/dimension of the quantity (e.g. it's a temperature, weight, length, etc).
I cannot find an example of how to add that restriction to my quantity element however, just how to specify the unit in the resource based on the profile. What's the correct way of doing this?