{
  "resourceType": "StructureDefinition",
  "url": "http://hl7.org/fhir/ips/StructureDefinition/Range-uv-ips",
  "name": "Range-uv-ips",
  "title": "Range",
  "status": "draft",
  "experimental": true,
  "date": "2018-03-21T13:43:39.739+00:00",
  "description": "Range constrained to UCUM as codesystem.",
  "purpose": "requires UCUM as codesystem for units",
  "fhirVersion": "3.0.1",
  "kind": "complex-type",
  "abstract": false,
  "type": "Range",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Range",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Range.low.system",
        "path": "Range.low.system",
        "min": 1,
        "fixedUri": "http://unitsofmeasure.org"
      },
      {
        "id": "Range.low.code",
        "path": "Range.low.code",
        "min": 1
      },
      {
        "id": "Range.high.system",
        "path": "Range.high.system",
        "min": 1,
        "fixedUri": "http://unitsofmeasure.org"
      },
      {
        "id": "Range.high.code",
        "path": "Range.high.code",
        "min": 1
      }
    ]
  }
}