{
"resourceType" : "ResearchStudy",
// from Resource: id, meta, implicitRules, and language
// from DomainResource: text, contained, extension, and modifierExtension
"identifier" : [{ Identifier }], // Business Identifier for study
"title" : "<string>", // Name for this study
"protocol" : [{ Reference(PlanDefinition) }], // Steps followed in executing study
"partOf" : [{ Reference(ResearchStudy) }], // Part of larger study
"status" : "<code>", // R! draft | in-progress | suspended | stopped | completed | entered-in-error
"category" : [{ CodeableConcept }], // Classifications for the study
"focus" : [{ CodeableConcept }], // Drugs, devices, conditions, etc. under study
"contact" : [{ ContactDetail }], // Contact details for the study
"relatedArtifact" : [{ RelatedArtifact }], // References and dependencies
"keyword" : [{ CodeableConcept }], // Used to search for the study
"jurisdiction" : [{ CodeableConcept }], // Geographic region(s) for study
"description" : "<markdown>", // What this is study doing
"enrollment" : [{ Reference(Group) }], // Inclusion & exclusion criteria
"period" : { Period }, // When the study began and ended
"sponsor" : { Reference(Organization) }, // Organization responsible for the study
"principalInvestigator" : { Reference(Practitioner) }, // The individual responsible for the study
"site" : [{ Reference(Location) }], // Location involved in study execution
"reasonStopped" : { CodeableConcept }, // Reason for terminating study early
"note" : [{ Annotation }], // Comments made about the event
"arm" : [{ // Defined path through the study for a subject
"name" : "<string>", // R! Label for study arm
"code" : { CodeableConcept }, // Categorization of study arm
"description" : "<string>" // Short explanation of study path
}]
}
ResearchStudy Search Parameters
The following search parameters can be used to query ResearchStudy resources. Just submit them like so: