{
  "resourceType": "ValueSet",
  "id": "shr-core-UnitsOfLengthVS",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n<p><b>SHR UnitsOfLengthVS ValueSet</b></p>\n<p>Units of measure related to length or distance.</p>\n</div>"
  },
  "url": "http://standardhealthrecord.org/shr/core/vs/UnitsOfLengthVS",
  "identifier": [
    {
      "system": "http://standardhealthrecord.org",
      "value": "shr.core.UnitsOfLengthVS"
    }
  ],
  "version": "0.0.1",
  "name": "SHR UnitsOfLengthVS ValueSet",
  "title": "SHR UnitsOfLengthVS ValueSet",
  "status": "draft",
  "date": "2017-12-20",
  "publisher": "The MITRE Corporation: Standard Health Record Collaborative",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://standardhealthrecord.org"
        }
      ]
    }
  ],
  "description": "Units of measure related to length or distance.",
  "compose": {
    "include": [
      {
        "system": "http://unitsofmeasure.org",
        "concept": [
          {
            "code": "pm",
            "display": "Picometer"
          },
          {
            "code": "nm",
            "display": "Nanometer"
          },
          {
            "code": "mm",
            "display": "Millimeter"
          },
          {
            "code": "cm",
            "display": "Centimeter"
          },
          {
            "code": "m",
            "display": "Meter"
          },
          {
            "code": "km",
            "display": "Kilometer"
          },
          {
            "code": "ft-us",
            "display": "Foot"
          },
          {
            "code": "in-us",
            "display": "Inch"
          },
          {
            "code": "mi_us",
            "display": "Mile"
          }
        ]
      }
    ]
  }
}