This page is part of the FHIR Specification (v3.0.2: STU 3). 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: R5 R4B R4 R3
Regulated Clinical Research Information Management Work Group | Maturity Level: 0 | Draft | Compartments: Practitioner |
Detailed Descriptions for the elements in the ResearchStudy resource.
| ResearchStudy | |
| Definition | 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. |
| Control | 1..1 |
| Alternate Names | Clinical Trial; Study |
| Comments | Need to make sure we encompass public health studies. |
| ResearchStudy.identifier | |
| Definition | Identifiers assigned to this research study by the sponsor or other systems. |
| Note | This is a business identifer, not a resource identifier (see discussion) |
| Control | 0..* |
| Type | Identifier |
| Requirements | Allows identification of the research study as it is known by various participating systems and in a way that remains consistent across servers. |
| Summary | true |
| ResearchStudy.title | |
| Definition | A short, descriptive user-friendly label for the study. |
| Control | 0..1 |
| Type | string |
| Summary | true |
| ResearchStudy.protocol | |
| Definition | The set of steps expected to be performed as part of the execution of the study. |
| Control | 0..* |
| Type | Reference(PlanDefinition) |
| Summary | true |
| ResearchStudy.partOf | |
| Definition | A larger research study of which this particular study is a component or step. |
| Control | 0..* |
| Type | Reference(ResearchStudy) |
| Requirements | Allows breaking a study into components (e.g. by study site) each with their own PI, status, enrollment, etc. |
| Alternate Names | container |
| Summary | true |
| ResearchStudy.status | |
| Definition | The current state of the study. |
| Control | 1..1 |
| Terminology Binding | ResearchStudyStatus (Required) |
| Type | code |
| Is Modifier | true |
| Summary | true |
| Comments | This element is labeled as a modifier because the status contains codes that mark the resource as not currently valid. |
| To Do | Should this be a common code system for all events? |
| ResearchStudy.category | |
| Definition | Codes categorizing the type of study such as investigational vs. observational, type of blinding, type of randomization, safety vs. efficacy, etc. |
| Control | 0..* |
| Terminology Binding | ResearchStudyCategory: |
| Type | CodeableConcept |
| Summary | true |
| ResearchStudy.focus | |
| Definition | The condition(s), medication(s), food(s), therapy(ies), device(s) or other concerns or interventions that the study is seeking to gain more information about. |
| Control | 0..* |
| Terminology Binding | ResearchStudyFocus: |
| Type | CodeableConcept |
| Summary | true |
| ResearchStudy.contact | |
| Definition | Contact details to assist a user in learning more about or engaging with the study. |
| Control | 0..* |
| Type | ContactDetail |
| Summary | true |
| ResearchStudy.relatedArtifact | |
| Definition | Citations, references and other related documents. |
| Control | 0..* |
| Type | RelatedArtifact |
| ResearchStudy.keyword | |
| Definition | Key terms to aid in searching for or filtering the study. |
| Control | 0..* |
| Terminology Binding | ResearchStudyKeyword: |
| Type | CodeableConcept |
| Summary | true |
| ResearchStudy.jurisdiction | |
| Definition | Indicates a country, state or other region where the study is taking place. |
| Control | 0..* |
| Terminology Binding | Jurisdiction ValueSet (Extensible) |
| Type | CodeableConcept |
| Summary | true |
| ResearchStudy.description | |
| Definition | A full description of how the study is being conducted. |
| Control | 0..1 |
| Type | markdown |
| ResearchStudy.enrollment | |
| Definition | Reference to a Group that defines the criteria for and quantity of subjects participating in the study. E.g. " 200 female Europeans between the ages of 20 and 45 with early onset diabetes". |
| Control | 0..* |
| Type | Reference(Group) |
| Alternate Names | patient |
| Summary | true |
| Comments | The Group referenced should not generally enumerate specific subjects. Subjects will be linked to the study using the ResearchSubject resource. |
| To Do | .participation[typeCode=SBJ].role. |
| ResearchStudy.period | |
| Definition | Identifies the start date and the expected (or actual, depending on status) end date for the study. |
| Control | 0..1 |
| Type | Period |
| Requirements | [The list of types may be constrained as appropriate for the type of event]. |
| Alternate Names | timing |
| Summary | true |
| To Do | .effectiveTime. |
| ResearchStudy.sponsor | |
| Definition | The organization responsible for the execution of the study. |
| Control | 0..1 |
| Type | Reference(Organization) |
| Summary | true |
| To Do | .participation[typeCode=PRF].role[scoper.determinerCode=INSTANCE]. |
| ResearchStudy.principalInvestigator | |
| Definition | Indicates the individual who has primary oversite of the execution of the study. |
| Control | 0..1 |
| Type | Reference(Practitioner) |
| Summary | true |
| ResearchStudy.site | |
| Definition | Clinic, hospital or other healthcare location that is participating in the study. |
| Control | 0..* |
| Type | Reference(Location) |
| Summary | true |
| ResearchStudy.reasonStopped | |
| Definition | A description and/or code explaining the premature termination of the study. |
| Control | 0..1 |
| Type | CodeableConcept |
| Summary | true |
| ResearchStudy.note | |
| Definition | Comments made about the event by the performer, subject or other participants. |
| Control | 0..* |
| Type | Annotation |
| To Do | .inboundRelationship(typeCode=SUBJ].source[classCode=ANNGEN, moodCode=EVN].value[xsi:type=ST]. |
| ResearchStudy.arm | |
| Definition | Describes an expected sequence of events for one of the participants of a study. E.g. Exposure to drug A, wash-out, exposure to drug B, wash-out, follow-up. |
| Control | 0..* |
| ResearchStudy.arm.name | |
| Definition | Unique, human-readable label for this arm of the study. |
| Control | 1..1 |
| Type | string |
| ResearchStudy.arm.code | |
| Definition | Categorization of study arm, e.g. experimental, active comparator, placebo comparater. |
| Control | 0..1 |
| Type | CodeableConcept |
| ResearchStudy.arm.description | |
| Definition | A succinct description of the path through the study that would be followed by a subject adhering to this arm. |
| Control | 0..1 |
| Type | string |