{
  "resourceType": "CodeSystem",
  "status": "active",
  "content": "complete",
  "name": "CorHealth113RemovalReasonCS",
  "id": "CorHealth113RemovalReasonCS",
  "title": "Removal Reason",
  "description": "Removal Reason",
  "url": "https://corhealth-ontario.ca/fhir/CodeSystem/CorHealth113RemovalReasonCS",
  "concept": [
    {
      "code": "PS",
      "display": "Procedure Started",
      "definition": "The procedure has started, defined as proceeding to first puncture/incision."
    },
    {
      "code": "NP",
      "display": "No Procedure",
      "definition": "The procedure will not be performed."
    },
    {
      "code": "PD",
      "display": "Patient Died Prior to Procedure",
      "definition": "The patient has died prior to the date of procedure."
    },
    {
      "code": "ER",
      "display": "Data Entry Error",
      "definition": "The entry was created by mistake."
    }
  ],
  "experimental": false,
  "caseSensitive": false,
  "count": 4
}