{
  "resourceType": "CodeSystem",
  "id": "research-study-status",
  "meta": {
    "lastUpdated": "2017-04-18T21:44:43.294+00:00"
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <h2>ResearchStudyStatus</h2>\n            <div>\n              <p>Codes that convey the current status of the research study</p>\n\n            </div>\n            <p>This code system http://hl7.org/fhir/research-study-status defines the following codes:</p>\n            <table class=\"codes\">\n              <tr>\n                <td>\n                  <b>Code</b>\n                </td>\n                <td>\n                  <b>Display</b>\n                </td>\n                <td>\n                  <b>Definition</b>\n                </td>\n              </tr>\n              <tr>\n                <td>draft\n                  <a name=\"research-study-status-draft\"> </a>\n                </td>\n                <td>Draft</td>\n                <td>The study is undergoing design but the process of selecting study subjects and capturing data has not yet begun.</td>\n              </tr>\n              <tr>\n                <td>in-progress\n                  <a name=\"research-study-status-in-progress\"> </a>\n                </td>\n                <td>In-progress</td>\n                <td>The study is currently being executed</td>\n              </tr>\n              <tr>\n                <td>suspended\n                  <a name=\"research-study-status-suspended\"> </a>\n                </td>\n                <td>Suspended</td>\n                <td>Execution of the study has been temporarily paused</td>\n              </tr>\n              <tr>\n                <td>stopped\n                  <a name=\"research-study-status-stopped\"> </a>\n                </td>\n                <td>Stopped</td>\n                <td>The study was terminated prior to the final determination of results</td>\n              </tr>\n              <tr>\n                <td>completed\n                  <a name=\"research-study-status-completed\"> </a>\n                </td>\n                <td>Completed</td>\n                <td>The information sought by the study has been gathered and compiled and no further work is being performed</td>\n              </tr>\n              <tr>\n                <td>entered-in-error\n                  <a name=\"research-study-status-entered-in-error\"> </a>\n                </td>\n                <td>Entered in error</td>\n                <td>This study never actually existed.  The record is retained for tracking purposes in the event decisions may have been made based on this erroneous information.</td>\n              </tr>\n            </table>\n          </div>"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status",
      "valueString": "Informative"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 0
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "rcrim"
    }
  ],
  "url": "http://hl7.org/fhir/research-study-status",
  "identifier": {
    "system": "urn:ietf:rfc:3986",
    "value": "urn:oid:2.16.840.1.113883.4.642.1.803"
  },
  "version": "3.0.1",
  "name": "ResearchStudyStatus",
  "status": "draft",
  "experimental": false,
  "date": "2017-04-18T21:44:43+00:00",
  "publisher": "HL7 (FHIR Project)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        },
        {
          "system": "email",
          "value": "fhir@lists.hl7.org"
        }
      ]
    }
  ],
  "description": "Codes that convey the current status of the research study",
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/research-study-status",
  "content": "complete",
  "concept": [
    {
      "code": "draft",
      "display": "Draft",
      "definition": "The study is undergoing design but the process of selecting study subjects and capturing data has not yet begun."
    },
    {
      "code": "in-progress",
      "display": "In-progress",
      "definition": "The study is currently being executed"
    },
    {
      "code": "suspended",
      "display": "Suspended",
      "definition": "Execution of the study has been temporarily paused"
    },
    {
      "code": "stopped",
      "display": "Stopped",
      "definition": "The study was terminated prior to the final determination of results"
    },
    {
      "code": "completed",
      "display": "Completed",
      "definition": "The information sought by the study has been gathered and compiled and no further work is being performed"
    },
    {
      "code": "entered-in-error",
      "display": "Entered in error",
      "definition": "This study never actually existed.  The record is retained for tracking purposes in the event decisions may have been made based on this erroneous information."
    }
  ]
}