<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="research-subject-status" />
  <meta>
    <lastUpdated value="2017-04-19T07:44:43.294+10:00" />
  </meta>
  <text>
    <status value="generated" />
    <div xmlns="http://www.w3.org/1999/xhtml">
      <h2>ResearchSubjectStatus</h2>
      <div>
        <p>Indicates the progression of a study subject through a study</p>
      </div>
      <p>This code system http://hl7.org/fhir/research-subject-status defines the following codes:</p>
      <table class="codes">
        <tr>
          <td>
            <b>Code</b>
          </td>
          <td>
            <b>Display</b>
          </td>
          <td>
            <b>Definition</b>
          </td>
        </tr>
        <tr>
          <td>candidate
                  <a name="research-subject-status-candidate"></a></td>
          <td>Candidate</td>
          <td>The subject has been identified as a potential participant in the study but has not yet agreed to participate</td>
        </tr>
        <tr>
          <td>enrolled
                  <a name="research-subject-status-enrolled"></a></td>
          <td>Enrolled</td>
          <td>The subject has agreed to participate in the study but has not yet begun performing any action within the study</td>
        </tr>
        <tr>
          <td>active
                  <a name="research-subject-status-active"></a></td>
          <td>Active</td>
          <td>The subject is currently being monitored and/or subject to treatment as part of the study</td>
        </tr>
        <tr>
          <td>suspended
                  <a name="research-subject-status-suspended"></a></td>
          <td>Suspended</td>
          <td>The subject has temporarily discontinued monitoring/treatment as part of the study</td>
        </tr>
        <tr>
          <td>withdrawn
                  <a name="research-subject-status-withdrawn"></a></td>
          <td>Withdrawn</td>
          <td>The subject has permanently ended participation in the study prior to completion of the intended monitoring/treatment</td>
        </tr>
        <tr>
          <td>completed
                  <a name="research-subject-status-completed"></a></td>
          <td>Completed</td>
          <td>All intended monitoring/treatment of the subject has been completed and their engagement with the study is now ended</td>
        </tr>
      </table>
    </div>
  </text>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status">
    <valueString value="Informative" />
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
    <valueInteger value="0" />
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="rcrim" />
  </extension>
  <url value="http://hl7.org/fhir/research-subject-status" />
  <identifier>
    <system value="urn:ietf:rfc:3986" />
    <value value="urn:oid:2.16.840.1.113883.4.642.1.805" />
  </identifier>
  <version value="3.0.1" />
  <name value="ResearchSubjectStatus" />
  <status value="draft" />
  <experimental value="false" />
  <date value="2017-04-19T07:44:43+10:00" />
  <publisher value="HL7 (FHIR Project)" />
  <contact>
    <telecom>
      <system value="url" />
      <value value="http://hl7.org/fhir" />
    </telecom>
    <telecom>
      <system value="email" />
      <value value="fhir@lists.hl7.org" />
    </telecom>
  </contact>
  <description value="Indicates the progression of a study subject through a study" />
  <caseSensitive value="true" />
  <valueSet value="http://hl7.org/fhir/ValueSet/research-subject-status" />
  <content value="complete" />
  <concept>
    <code value="candidate" />
    <display value="Candidate" />
    <definition value="The subject has been identified as a potential participant in the study but has not yet agreed to participate" />
  </concept>
  <concept>
    <code value="enrolled" />
    <display value="Enrolled" />
    <definition value="The subject has agreed to participate in the study but has not yet begun performing any action within the study" />
  </concept>
  <concept>
    <code value="active" />
    <display value="Active" />
    <definition value="The subject is currently being monitored and/or subject to treatment as part of the study" />
  </concept>
  <concept>
    <code value="suspended" />
    <display value="Suspended" />
    <definition value="The subject has temporarily discontinued monitoring/treatment as part of the study" />
  </concept>
  <concept>
    <code value="withdrawn" />
    <display value="Withdrawn" />
    <definition value="The subject has permanently ended participation in the study prior to completion of the intended monitoring/treatment" />
  </concept>
  <concept>
    <code value="completed" />
    <display value="Completed" />
    <definition value="All intended monitoring/treatment of the subject has been completed and their engagement with the study is now ended" />
  </concept>
</CodeSystem>