{
  "resourceType": "ValueSet",
  "id": "shr-core-LowerBoundTypeVS",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n<p><b>SHR LowerBoundTypeVS ValueSet</b></p>\n<p>Indicates the actual value is gt (&gt;) or gte (&gt;=) the given value.</p>\n</div>"
  },
  "url": "http://standardhealthrecord.org/shr/core/vs/LowerBoundTypeVS",
  "identifier": [
    {
      "system": "http://standardhealthrecord.org",
      "value": "shr.core.LowerBoundTypeVS"
    }
  ],
  "version": "0.0.1",
  "name": "SHR LowerBoundTypeVS ValueSet",
  "title": "SHR LowerBoundTypeVS ValueSet",
  "status": "draft",
  "date": "2017-12-20",
  "publisher": "The MITRE Corporation: Standard Health Record Collaborative",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://standardhealthrecord.org"
        }
      ]
    }
  ],
  "description": "Indicates the actual value is gt (>) or gte (>=) the given value.",
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/quantity-comparator",
        "concept": [
          {
            "code": ">",
            "display": "The actual value is greater than the given value."
          },
          {
            "code": ">=",
            "display": "The actual value is greater than or equal to the given value."
          }
        ]
      }
    ]
  }
}