<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="research-subject-status" />
  <text>
    <status value="generated" />
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>The narrative has been removed to reduce the size of the distribution of the Hl7.Fhir.Specification library</p>
    </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.0" />
  <name value="ResearchSubjectStatus" />
  <status value="draft" />
  <experimental value="false" />
  <date value="2017-04-03T11:27:53+00: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>