{
  "resourceType": "ValueSet",
  "id": "shr-medication-MedicationChangeTypeVS",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n<p><b>SHR MedicationChangeTypeVS ValueSet</b></p>\n<p/>\n</div>"
  },
  "url": "http://standardhealthrecord.org/shr/medication/vs/MedicationChangeTypeVS",
  "identifier": [
    {
      "system": "http://standardhealthrecord.org",
      "value": "shr.medication.MedicationChangeTypeVS"
    }
  ],
  "version": "0.0.1",
  "name": "SHR MedicationChangeTypeVS ValueSet",
  "title": "SHR MedicationChangeTypeVS 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/medication/cs/MedicationChangeTypeCS",
        "concept": [
          {
            "code": "reduced",
            "display": "Dose reduced"
          },
          {
            "code": "increased",
            "display": "Dose increased"
          },
          {
            "code": "temp_stop",
            "display": "Medication temporarily interrupted"
          },
          {
            "code": "swap",
            "display": "Switch from one medication (or set of medications) to another"
          },
          {
            "code": "stop",
            "display": "Medication stopped"
          }
        ]
      }
    ]
  }
}