FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions icon

8.26 Resource ResearchSubject - Content

Biomedical Research and Regulation icon Work GroupMaturity Level: 0 Trial UseSecurity Category: Patient Compartments: Device, Patient

A ResearchSubject is a participant or object which is the recipient of investigative activities in a research study.



A research subject is typically a human being or an animal, but can also be a device, drug product or biological product, substance, or a tissue or other sort of sample. Research subject can also be a group or part of any of the above.

The ResearchSubject resource describes information about the subject in the context of a research study.

Human research subjects are traceable to a particular person but their identifying characteristics are usually hidden to protect study integrity and to protect the subject's privacy.

Note that in a human drug trial the human is the research subject even though the drug is what is being investigated.

The scope of ResearchSubject is intended to support the following use cases:

  • Humans and Animals for Clinical and Pre-clinical Trials
  • Drug Products for Stability Studies and other Tests
  • Devices for non-clinical laboratory studies - in-vivo and in-vitro
  • Tissue Sample for bench science studies

The Subject State is the research subject's (participant’s) movement through the study protocol from the subject's point of view. The Subject Milestone is how the study activities relate to the subject's movement through the study protocol. The two are separate. State is driven by the subject and the Milestone is driven by the study protocol. The values in each element may be the same if necessary for study reasons.

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. ResearchSubject TU DomainResource Participant or object which is the recipient of investigative activities in a study

Elements defined in Ancestors: id, meta, implicitRules, language, text, contained, extension, modifierExtension
... identifier Σ 0..* Identifier Business Identifier for research subject in a study

... status ?!Σ 1..1 code draft | active | retired | unknown
Binding: PublicationStatus (Required)
... period Σ 0..1 Period Start and end of participation
... subject Σ 1..1 Reference(Patient | Group | Specimen | Device | Medication | Substance | BiologicallyDerivedProduct) Who or what is part of study
... subjectState 0..* BackboneElement A duration in the lifecycle of the ResearchSubject within a ResearchStudy

.... code 1..1 CodeableConcept candidate | in-prescreening | in-screening | eligible | ineligible | on-study | on-study-intervention | in-follow-up | off-study
Binding: Research Subject State (Extensible)
.... startDate 1..1 dateTime The date a research subject entered the given state
.... endDate 0..1 dateTime The date a research subject exited or left the given state
.... reason 0..1 CodeableConcept State change reason
Binding: StateChangeReason icon (Example)
... subjectMilestone 0..* BackboneElement A significant event in the progress of a ResearchSubject

.... milestone 1..* CodeableConcept SignedUp | Screened | Randomized
Binding: Research Subject Milestone (Extensible)

.... date 0..1 dateTime The date/time when this milestone event was completed
.... reason 0..1 CodeableConcept
... assignedComparisonGroup 0..1 id What path should be followed
... actualComparisonGroup 0..1 id What path was followed
... consent 0..* Reference(Consent) Agreement to participate in study


doco Documentation for this format icon

See the Extensions for this resource

 

Additional definitions: Master Definition XML + JSON, XML Schema/Schematron + JSON Schema, ShEx (for Turtle) + see the extensions, the spreadsheet version & the dependency analysis

Path ValueSet Type Documentation
ResearchSubject.status PublicationStatus Required

The lifecycle status of an artifact.

ResearchSubject.subjectState.code ResearchSubjectState Extensible

Indicates the progression of a study subject through a study.

ResearchSubject.subjectState.reason StateChangeReason icon Example

Indicates why the state of the subject changed.

ResearchSubject.subjectMilestone.milestone ResearchSubjectMilestone Extensible

Indicates the progression of a study subject through the study milestones.



The following diagram reflects the "typical" state machine for ResearchSubject.

Diagram showing typical state machine for the ResearchSubject resource

Search parameters for this resource. See also the full list of search parameters for this resource, and check the Extensions registry for search parameters on extensions related to this resource. The common parameters also apply. See Searching for more information about searching in REST, messaging, and services.

Name Type Description Expression In Common
date date Start and end of participation ResearchSubject.period 26 Resources
identifier token Business Identifier for research subject in a study ResearchSubject.identifier 65 Resources
patient reference Who or what is part of study ResearchSubject.subject.where(resolve() is Patient)
(Patient)
65 Resources
status token draft | active | retired | unknown ResearchSubject.status
study reference Study subject is part of ResearchSubject.study
(ResearchStudy)
subject reference Who or what is part of study ResearchSubject.subject
(Group, Specimen, BiologicallyDerivedProduct, Device, Medication, Patient, Substance)
subject_state token candidate | in-prescreening | in-screening | eligible | ineligible | on-study | on-study-intervention | in-follow-up | off-study ResearchSubject.subjectState.code