STU3 Candidate

This page is part of the FHIR Specification (v1.8.0: STU 3 Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R4B R4 R3

Codesystem-research-subject-status.xml

Raw XML (canonical form)

Definition for Code System ResearchSubjectStatus

<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="research-subject-status"/>
  <meta>
    <lastUpdated value="2016-12-06T12:22:34.981+11: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>
  <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.0"/>
  </identifier>
  <version value="1.8.0"/>
  <name value="ResearchSubjectStatus"/>
  <status value="draft"/>
  <experimental value="false"/>
  <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>
  <date value="2016-12-06T12:22:34+11:00"/>
  <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>

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.