Quantity
A quantity with a value and unit.
Structure
| Name | Card. | Type | Description |
|---|---|---|---|
| Quantity | A quantity with a value and unit. | ||
| value | 1..1 | number | Numeric value |
| unit | 0..1 | string | Unit of measure (e.g. |
| system | 0..1 | string | Code system URI for the unit. |
| code | 0..1 | string | Coded form of the unit |
Example
json
{
"value": 50000,
"unit": "sqft"
}JSON Schema
Full JSON Schema: Quantity.schema.json