{

"resourceType": "ValueSet",
"id": "all-distance-units",
"meta": {
  "lastUpdated": "2019-11-01T09:29:23.356+11:00"
},
"url": "http://hl7.org/fhir/ValueSet/all-distance-units",
"version": "4.0.1",
"name": "AllUCUMExpressionForDistance",
"title": "All UCUM Expression for Distance",
"status": "draft",
"publisher": "FHIR Project team",
"contact": [
  {
    "telecom": [
      {
        "system": "url",
        "value": "http://hl7.org/fhir"
      }
    ]
  }
],
"description": "Unified Code for Units of Measure (UCUM). This value set includes all UCUM codes for units of length",
"copyright": "The UCUM codes, UCUM table (regardless of format), and UCUM Specification are copyright © 1999-2009, Regenstrief Institute, Inc. and the Unified Codes for Units of Measures (UCUM) Organization. All rights reserved.",
"compose": {
  "include": [
    {
      "system": "http://unitsofmeasure.org",
      "filter": [
        {
          "property": "canonical",
          "op": "=",
          "value": "m"
        }
      ]
    }
  ]
}

}