{
  "resourceType": "StructureDefinition",
  "url": "http://hl7.org/fhir/ips/StructureDefinition/Quantity-uv-ips",
  "name": "Quantity-uv-ips",
  "title": "Quantity",
  "status": "draft",
  "date": "2018-03-20T16:17:13.817+00:00",
  "publisher": "HL7 International",
  "contact": [
    {
      "name": "François Macary - Phast"
    },
    {
      "name": "Christof Gessner - Gematik"
    }
  ],
  "description": "Datatype Quantity constrianed to use the UCUM units",
  "purpose": "This profile of the Quantity datatype imposes the usage of the UCUM code system for units",
  "fhirVersion": "3.0.1",
  "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"
      },
      {
        "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
      }
    ]
  }
}