{
  "resourceType": "StructureDefinition",
  "id": "Quantity-uv-ips",
  "url": "http://hl7.org/fhir/uv/ips/StructureDefinition/Quantity-uv-ips",
  "name": "QuantityIPS",
  "title": "Quantity (IPS)",
  "status": "active",
  "date": "2018-03-20T16:17:13.817+00:00",
  "publisher": "HL7 International",
  "description": "Data type Quantity constrained to use the UCUM units",
  "purpose": "This profile of the Quantity data type imposes the usage of the UCUM code system for units",
  "kind": "complex-type",
  "abstract": false,
  "type": "Quantity",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Quantity",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Quantity",
        "path": "Quantity",
        "short": "A measured amount using UCUM",
        "definition": "A measured amount (or an amount that can potentially be measured). Note that measured amounts include amounts that are not precisely quantified, including amounts involving arbitrary units and floating currencies.\r\nThis profile imposes that the code system for unit be UCUM",
        "mustSupport": true
      },
      {
        "id": "Quantity.system",
        "path": "Quantity.system",
        "short": "UCUM system for units",
        "min": 1,
        "fixedUri": "http://unitsofmeasure.org",
        "mustSupport": true
      },
      {
        "id": "Quantity.code",
        "path": "Quantity.code",
        "min": 1,
        "mustSupport": true
      }
    ]
  }
}