{
  "resourceType": "CodeSystem",
  "id": "shr-medication-MedicationChangeTypeCS",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n<p><b>SHR MedicationChangeTypeCS CodeSystem</b></p>\n<p/>\n</div>"
  },
  "url": "http://standardhealthrecord.org/shr/medication/cs/MedicationChangeTypeCS",
  "identifier": {
    "system": "http://standardhealthrecord.org",
    "value": "shr.medication.MedicationChangeTypeCS"
  },
  "version": "0.0.1",
  "name": "SHR MedicationChangeTypeCS CodeSystem",
  "title": "SHR MedicationChangeTypeCS CodeSystem",
  "status": "draft",
  "date": "2017-12-20",
  "publisher": "The MITRE Corporation: Standard Health Record Collaborative",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://standardhealthrecord.org"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "count": 5,
  "concept": [
    {
      "code": "reduced",
      "display": "Dose reduced",
      "definition": "Dose reduced"
    },
    {
      "code": "increased",
      "display": "Dose increased",
      "definition": "Dose increased"
    },
    {
      "code": "temp_stop",
      "display": "Medication temporarily interrupted",
      "definition": "Medication temporarily interrupted"
    },
    {
      "code": "swap",
      "display": "Switch from one medication (or set of medications) to another",
      "definition": "Switch from one medication (or set of medications) to another"
    },
    {
      "code": "stop",
      "display": "Medication stopped",
      "definition": "Medication stopped"
    }
  ]
}