{
  "resourceType": "ValueSet",
  "id": "shr-core-SemiquantitativeDurationVS",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n<p><b>SHR SemiquantitativeDurationVS ValueSet</b></p>\n<p/>\n</div>"
  },
  "url": "http://standardhealthrecord.org/shr/core/vs/SemiquantitativeDurationVS",
  "identifier": [
    {
      "system": "http://standardhealthrecord.org",
      "value": "shr.core.SemiquantitativeDurationVS"
    }
  ],
  "version": "0.0.1",
  "name": "SHR SemiquantitativeDurationVS ValueSet",
  "title": "SHR SemiquantitativeDurationVS ValueSet",
  "status": "draft",
  "date": "2017-12-20",
  "publisher": "The MITRE Corporation: Standard Health Record Collaborative",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://standardhealthrecord.org"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://standardhealthrecord.org/shr/core/cs/SemiquantitativeDurationCS",
        "concept": [
          {
            "code": "many_years",
            "display": "Many years"
          },
          {
            "code": "several_years",
            "display": "Several years"
          },
          {
            "code": "one_year",
            "display": "About a year"
          },
          {
            "code": "months",
            "display": "Several months but less than a year"
          },
          {
            "code": "weeks",
            "display": "Several weeks but less than a month"
          },
          {
            "code": "days",
            "display": "Several days but less than a week"
          },
          {
            "code": "hours",
            "display": "Several hours but less than a day"
          },
          {
            "code": "minutes",
            "display": "Several minutes but less than an hour"
          },
          {
            "code": "seconds",
            "display": "Several seconds but less than a minute"
          }
        ]
      }
    ]
  }
}