This
page
is
part
of
the
FHIR
Specification
(v3.0.2:
STU
3).
(v3.5.0:
R4
Ballot
#2).
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
Work
Group
|
Maturity Level : 0 |
|
Compartments : Patient |
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
physical
entity
which
is
the
gathering
primary
unit
of
information
about
human
or
animal
subjects.
operational
and/or
administrative
interest
in
a
study.
This
resource
supports
the
HL7
mission
to
create
and
promote
HL7
standards
by
developing
RCRIM
Biomedical
Research
and
Regulation
standards
to
improve
or
enhance
information
management
during
clinical
research
and
regulatory
evaluation
of
the
safety,
efficacy
and
quality
of
therapeutic
products
and
procedures
worldwide.
Structure
| Name | Flags | Card. | Type |
Description
&
Constraints
|
|---|---|---|---|---|
|
TU | DomainResource |
Elements defined in Ancestors: id , meta , implicitRules , language , text , contained , extension , modifierExtension |
|
|
Σ |
|
Identifier |
Business
Identifier
for
research
subject
in
a
study
|
|
?! Σ | 1..1 | code |
candidate
|
ResearchSubjectStatus ( Required ) |
|
Σ | 0..1 | Period | Start and end of participation |
|
Σ | 1..1 | Reference ( ResearchStudy ) | Study subject is part of |
|
Σ | 1..1 | Reference ( Patient ) | Who is part of study |
|
0..1 | string | What path should be followed | |
|
0..1 | string | What path was followed | |
|
0..1 | Reference ( Consent ) | Agreement to participate in study | |
Documentation
for
this
format
|
||||
UML Diagram ( Legend )
XML Template
<<ResearchSubject xmlns="http://hl7.org/fhir"><!-- from Resource: id, meta, implicitRules, and language --> <!-- from DomainResource: text, contained, extension, and modifierExtension -->
<</identifier> <<identifier><!-- 0..* Identifier Business Identifier for research subject in a study --></identifier> <status value="[code]"/><!-- 1..1 candidate | eligible | follow-up | ineligible | not-registered | off-study | on-study | on-study-intervention | on-study-observation | pending-on-study | potential-candidate | screening | withdrawn --> <period><!-- 0..1 Period Start and end of participation --></period> <study><!-- 1..1 Reference(ResearchStudy) Study subject is part of --></study> <individual><!-- 1..1 Reference(Patient) Who is part of study --></individual>< <<assignedArm value="[string]"/><!-- 0..1 What path should be followed --> <actualArm value="[string]"/><!-- 0..1 What path was followed --> <consent><!-- 0..1 Reference(Consent) Agreement to participate in study --></consent> </ResearchSubject>
JSON Template
{
"resourceType" : "",
"resourceType" : "ResearchSubject",
// from Resource: id, meta, implicitRules, and language
// from DomainResource: text, contained, extension, and modifierExtension
"
"
"
"
"
"
"
"
"identifier" : [{ Identifier }], // Business Identifier for research subject in a study
"status" : "<code>", // R! candidate | eligible | follow-up | ineligible | not-registered | off-study | on-study | on-study-intervention | on-study-observation | pending-on-study | potential-candidate | screening | withdrawn
"period" : { Period }, // Start and end of participation
"study" : { Reference(ResearchStudy) }, // R! Study subject is part of
"individual" : { Reference(Patient) }, // R! Who is part of study
"assignedArm" : "<string>", // What path should be followed
"actualArm" : "<string>", // What path was followed
"consent" : { Reference(Consent) } // Agreement to participate in study
}
Turtle Template
@prefix fhir: <http://hl7.org/fhir/> .![]()
[ a fhir:;[ a fhir:ResearchSubject; fhir:nodeRole fhir:treeRoot; # if this is the parser root # from Resource: .id, .meta, .implicitRules, and .language # from DomainResource: .text, .contained, .extension, and .modifierExtensionfhir: fhir:fhir:ResearchSubject.identifier [ Identifier ], ... ; # 0..* Business Identifier for research subject in a study fhir:ResearchSubject.status [ code ]; # 1..1 candidate | eligible | follow-up | ineligible | not-registered | off-study | on-study | on-study-intervention | on-study-observation | pending-on-study | potential-candidate | screening | withdrawn fhir:ResearchSubject.period [ Period ]; # 0..1 Start and end of participation fhir:ResearchSubject.study [ Reference(ResearchStudy) ]; # 1..1 Study subject is part of fhir:ResearchSubject.individual [ Reference(Patient) ]; # 1..1 Who is part of study fhir:ResearchSubject.assignedArm [ string ]; # 0..1 What path should be followed fhir:ResearchSubject.actualArm [ string ]; # 0..1 What path was followed fhir:ResearchSubject.consent [ Reference(Consent) ]; # 0..1 Agreement to participate in study ]
Changes
since
DSTU2
R3
| ResearchSubject | |
| ResearchSubject.identifier |
|
This
resource
did
not
exist
in
Release
2
See
the
Full
Difference
for
further
information
This analysis is available as XML or JSON .
See R3 <--> R4 Conversion Maps (status = 1 test of which 1 fail to execute .)
Structure
| Name | Flags | Card. | Type |
Description
&
Constraints
|
|---|---|---|---|---|
|
TU | DomainResource |
Elements defined in Ancestors: id , meta , implicitRules , language , text , contained , extension , modifierExtension |
|
|
Σ |
|
Identifier |
Business
Identifier
for
research
subject
in
a
study
|
|
?! Σ | 1..1 | code |
candidate
|
ResearchSubjectStatus ( Required ) |
|
Σ | 0..1 | Period | Start and end of participation |
|
Σ | 1..1 | Reference ( ResearchStudy ) | Study subject is part of |
|
Σ | 1..1 | Reference ( Patient ) | Who is part of study |
|
0..1 | string | What path should be followed | |
|
0..1 | string | What path was followed | |
|
0..1 | Reference ( Consent ) | Agreement to participate in study | |
Documentation
for
this
format
|
||||
XML Template
<<ResearchSubject xmlns="http://hl7.org/fhir"><!-- from Resource: id, meta, implicitRules, and language --> <!-- from DomainResource: text, contained, extension, and modifierExtension -->
<</identifier> <<identifier><!-- 0..* Identifier Business Identifier for research subject in a study --></identifier> <status value="[code]"/><!-- 1..1 candidate | eligible | follow-up | ineligible | not-registered | off-study | on-study | on-study-intervention | on-study-observation | pending-on-study | potential-candidate | screening | withdrawn --> <period><!-- 0..1 Period Start and end of participation --></period> <study><!-- 1..1 Reference(ResearchStudy) Study subject is part of --></study> <individual><!-- 1..1 Reference(Patient) Who is part of study --></individual>< <<assignedArm value="[string]"/><!-- 0..1 What path should be followed --> <actualArm value="[string]"/><!-- 0..1 What path was followed --> <consent><!-- 0..1 Reference(Consent) Agreement to participate in study --></consent> </ResearchSubject>
JSON Template
{
"resourceType" : "",
"resourceType" : "ResearchSubject",
// from Resource: id, meta, implicitRules, and language
// from DomainResource: text, contained, extension, and modifierExtension
"
"
"
"
"
"
"
"
"identifier" : [{ Identifier }], // Business Identifier for research subject in a study
"status" : "<code>", // R! candidate | eligible | follow-up | ineligible | not-registered | off-study | on-study | on-study-intervention | on-study-observation | pending-on-study | potential-candidate | screening | withdrawn
"period" : { Period }, // Start and end of participation
"study" : { Reference(ResearchStudy) }, // R! Study subject is part of
"individual" : { Reference(Patient) }, // R! Who is part of study
"assignedArm" : "<string>", // What path should be followed
"actualArm" : "<string>", // What path was followed
"consent" : { Reference(Consent) } // Agreement to participate in study
}
Turtle Template
@prefix fhir: <http://hl7.org/fhir/> .![]()
[ a fhir:;[ a fhir:ResearchSubject; fhir:nodeRole fhir:treeRoot; # if this is the parser root # from Resource: .id, .meta, .implicitRules, and .language # from DomainResource: .text, .contained, .extension, and .modifierExtensionfhir: fhir:fhir:ResearchSubject.identifier [ Identifier ], ... ; # 0..* Business Identifier for research subject in a study fhir:ResearchSubject.status [ code ]; # 1..1 candidate | eligible | follow-up | ineligible | not-registered | off-study | on-study | on-study-intervention | on-study-observation | pending-on-study | potential-candidate | screening | withdrawn fhir:ResearchSubject.period [ Period ]; # 0..1 Start and end of participation fhir:ResearchSubject.study [ Reference(ResearchStudy) ]; # 1..1 Study subject is part of fhir:ResearchSubject.individual [ Reference(Patient) ]; # 1..1 Who is part of study fhir:ResearchSubject.assignedArm [ string ]; # 0..1 What path should be followed fhir:ResearchSubject.actualArm [ string ]; # 0..1 What path was followed fhir:ResearchSubject.consent [ Reference(Consent) ]; # 0..1 Agreement to participate in study ]
Changes
since
DSTU2
Release
3
| ResearchSubject | |
| ResearchSubject.identifier |
|
This
resource
did
not
exist
in
Release
2
See
the
Full
Difference
for
further
information
This analysis is available as XML or JSON .
See R3 <--> R4 Conversion Maps (status = 1 test of which 1 fail to execute .)
Alternate
See
the
Profiles
&
Extensions
and
the
alternate
definitions:
Master
Definition
(
XML
,
+
JSON
),
,
XML
Schema
/
Schematron
(for
)
+
JSON
Schema
,
ShEx
(for
Turtle
)
+
see
the
extensions
&
the
dependency
analysis
| Path | Definition | Type | Reference |
|---|---|---|---|
| ResearchSubject.status |
Indicates
the
progression
of
a
study
subject
through
a
|
Required | ResearchSubjectStatus |
The following diagram reflects the "typical" state machine for ResearchSubject.
Search parameters for 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 | |
| identifier | token | Business Identifier for research subject in a study | ResearchSubject.identifier | |
| individual | reference | Who is part of study |
ResearchSubject.individual
( Patient ) |
|
| patient | reference | Who is part of study |
ResearchSubject.individual
( Patient ) |
|
| status | token |
candidate
|
|
ResearchSubject.status | |
| study | reference | Study subject is part of |
ResearchSubject.study
( ResearchStudy ) |