{
  "resourceType": "CodeSystem",
  "id": "CareConnect-MedicationChangeStatus-1",
  "url": "https://fhir.hl7.org.uk/STU3/CodeSystem/CareConnect-MedicationChangeStatus-1",
  "version": "1.1.0",
  "name": "Care Connect Medication Change Status",
  "status": "draft",
  "date": "2018-11-14T00:00:00+00:00",
  "publisher": "HL7 UK",
  "description": "A CodeSystem to identify the change status of a medication.",
  "copyright": "Copyright © 2016 HL7 UK",
  "caseSensitive": true,
  "content": "complete",
  "concept": [
    {
      "code": "Continued"
    },
    {
      "code": "Added"
    },
    {
      "code": "Amended"
    },
    {
      "code": "On-hold"
    }
  ]
}