{
  "resourceType": "StructureDefinition",
  "id": "SimpleQuantity-uv-ips",
  "url": "http://hl7.org/fhir/uv/ips/StructureDefinition/SimpleQuantity-uv-ips",
  "name": "SimpleQuantityIPS",
  "title": "SimpleQuantity (IPS)",
  "status": "active",
  "date": "2018-03-20T16:17:13.817+00:00",
  "publisher": "HL7 International",
  "description": "Data type profile SimpleQuantity constrained to use the UCUM units",
  "purpose": "This profile of the SimpleQuantity data type profile imposes the usage of the UCUM code system for units",
  "kind": "complex-type",
  "abstract": false,
  "type": "Quantity",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/SimpleQuantity",
  "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
      }
    ]
  }
}