{
  "resourceType": "CodeSystem",
  "id": "shr-base-ProposedStatusCS",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n<p><b>SHR ProposedStatusCS CodeSystem</b></p>\n<p>The status of a proposal.</p>\n</div>"
  },
  "url": "http://standardhealthrecord.org/shr/base/cs/ProposedStatusCS",
  "identifier": {
    "system": "http://standardhealthrecord.org",
    "value": "shr.base.ProposedStatusCS"
  },
  "version": "0.0.1",
  "name": "SHR ProposedStatusCS CodeSystem",
  "title": "SHR ProposedStatusCS CodeSystem",
  "status": "draft",
  "date": "2017-12-20",
  "publisher": "The MITRE Corporation: Standard Health Record Collaborative",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://standardhealthrecord.org"
        }
      ]
    }
  ],
  "description": "The status of a proposal.",
  "caseSensitive": true,
  "content": "complete",
  "count": 3,
  "concept": [
    {
      "code": "proposed",
      "display": "The proposal has been proposed, but not accepted or rejected.",
      "definition": "The proposal has been proposed, but not accepted or rejected."
    },
    {
      "code": "accepted",
      "display": "The proposal was accepted.",
      "definition": "The proposal was accepted."
    },
    {
      "code": "rejected",
      "display": "The proposal was rejected",
      "definition": "The proposal was rejected"
    }
  ]
}