ResearchStudy

open class ResearchStudy: DomainResource

Investigation to increase healthcare-related patient-independent knowledge.

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.

  • Investigation to increase healthcare-related patient-independent knowledge.

    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.

    Declaration

    Swift

    override open class var resourceType: String
  • arm

    Defined path through the study for a subject.

    Declaration

    Swift

    public var arm: [ResearchStudyArm]?
  • Classifications for the study.

    Declaration

    Swift

    public var category: [CodeableConcept]?
  • Contact details for the study.

    Declaration

    Swift

    public var contact: [ContactDetail]?
  • What this is study doing.

    Declaration

    Swift

    public var description_fhir: FHIRString?
  • Inclusion & exclusion criteria.

    Declaration

    Swift

    public var enrollment: [Reference]?
  • Drugs, devices, conditions, etc. under study.

    Declaration

    Swift

    public var focus: [CodeableConcept]?
  • Business Identifier for study.

    Declaration

    Swift

    public var identifier: [Identifier]?
  • Geographic region(s) for study.

    Declaration

    Swift

    public var jurisdiction: [CodeableConcept]?
  • Used to search for the study.

    Declaration

    Swift

    public var keyword: [CodeableConcept]?
  • Comments made about the event.

    Declaration

    Swift

    public var note: [Annotation]?
  • Part of larger study.

    Declaration

    Swift

    public var partOf: [Reference]?
  • When the study began and ended.

    Declaration

    Swift

    public var period: Period?
  • The individual responsible for the study.

    Declaration

    Swift

    public var principalInvestigator: Reference?
  • Steps followed in executing study.

    Declaration

    Swift

    public var protocol_fhir: [Reference]?
  • Reason for terminating study early.

    Declaration

    Swift

    public var reasonStopped: CodeableConcept?
  • References and dependencies.

    Declaration

    Swift

    public var relatedArtifact: [RelatedArtifact]?
  • Location involved in study execution.

    Declaration

    Swift

    public var site: [Reference]?
  • Organization responsible for the study.

    Declaration

    Swift

    public var sponsor: Reference?
  • The current state of the study.

    Declaration

    Swift

    public var status: ResearchStudyStatus?
  • Name for this study.

    Declaration

    Swift

    public var title: FHIRString?
  • Convenience initializer, taking all required properties as arguments.

    Declaration

    Swift

    public convenience init(status: ResearchStudyStatus)
  • Convenience initializer, taking all required properties as arguments.

    Declaration

    Swift

    override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext)
  • Undocumented

    Declaration

    Swift

    open class ResearchStudy: DomainResource