Class ResearchSubject

All Implemented Interfaces:
ca.uhn.fhir.model.api.IElement, Serializable, org.hl7.fhir.instance.model.api.IAnyResource, org.hl7.fhir.instance.model.api.IBase, org.hl7.fhir.instance.model.api.IBaseHasExtensions, org.hl7.fhir.instance.model.api.IBaseHasModifierExtensions, org.hl7.fhir.instance.model.api.IBaseResource, org.hl7.fhir.instance.model.api.IDomainResource

public class ResearchSubject extends DomainResource
A process where a researcher or organization plans and then executes a series of steps intended to increase the field of healthcare-related knowledge. This includes studies of safety, efficacy, comparative effectiveness and other information about medications, devices, therapies and other interventional and investigative techniques. A ResearchStudy involves the gathering of information about human or animal subjects.
See Also:
  • Field Details

    • identifier

      Identifiers assigned to this research study by the sponsor or other systems.
    • status

      The current state of the subject.
    • period

      protected Period period
      The dates the subject began and ended their participation in the study.
    • study

      protected Reference study
      Reference to the study the subject is participating in.
    • studyTarget

      The actual object that is the target of the reference (Reference to the study the subject is participating in.)
    • individual

      protected Reference individual
      The record of the person or animal who is involved in the study.
    • individualTarget

      The actual object that is the target of the reference (The record of the person or animal who is involved in the study.)
    • assignedArm

      The name of the arm in the study the subject is expected to follow as part of this study.
    • actualArm

      protected StringType actualArm
      The name of the arm in the study the subject actually followed as part of this study.
    • consentTarget

      The actual object that is the target of the reference (A record of the patient's informed agreement to participate in the study.)
    • SP_DATE

      public static final String SP_DATE
      Search parameter: date

      Description: Start and end of participation
      Type: date
      Path: ResearchSubject.period

      See Also:
    • DATE

      public static final ca.uhn.fhir.rest.gclient.DateClientParam DATE
      Fluent Client search parameter constant for date

      Description: Start and end of participation
      Type: date
      Path: ResearchSubject.period

    • SP_IDENTIFIER

      public static final String SP_IDENTIFIER
      Search parameter: identifier

      Description: Business Identifier for research subject
      Type: token
      Path: ResearchSubject.identifier

      See Also:
    • IDENTIFIER

      public static final ca.uhn.fhir.rest.gclient.TokenClientParam IDENTIFIER
      Fluent Client search parameter constant for identifier

      Description: Business Identifier for research subject
      Type: token
      Path: ResearchSubject.identifier

    • SP_INDIVIDUAL

      public static final String SP_INDIVIDUAL
      Search parameter: individual

      Description: Who is part of study
      Type: reference
      Path: ResearchSubject.individual

      See Also:
    • INDIVIDUAL

      public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam INDIVIDUAL
      Fluent Client search parameter constant for individual

      Description: Who is part of study
      Type: reference
      Path: ResearchSubject.individual

    • INCLUDE_INDIVIDUAL

      public static final ca.uhn.fhir.model.api.Include INCLUDE_INDIVIDUAL
      Constant for fluent queries to be used to add include statements. Specifies the path value of "ResearchSubject:individual".
    • SP_PATIENT

      public static final String SP_PATIENT
      Search parameter: patient

      Description: Who is part of study
      Type: reference
      Path: ResearchSubject.individual

      See Also:
    • PATIENT

      public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam PATIENT
      Fluent Client search parameter constant for patient

      Description: Who is part of study
      Type: reference
      Path: ResearchSubject.individual

    • INCLUDE_PATIENT

      public static final ca.uhn.fhir.model.api.Include INCLUDE_PATIENT
      Constant for fluent queries to be used to add include statements. Specifies the path value of "ResearchSubject:patient".
    • SP_STATUS

      public static final String SP_STATUS
      Search parameter: status

      Description: candidate | enrolled | active | suspended | withdrawn | completed
      Type: token
      Path: ResearchSubject.status

      See Also:
    • STATUS

      public static final ca.uhn.fhir.rest.gclient.TokenClientParam STATUS
      Fluent Client search parameter constant for status

      Description: candidate | enrolled | active | suspended | withdrawn | completed
      Type: token
      Path: ResearchSubject.status

  • Constructor Details

  • Method Details