This page is part of the FHIR Specification (v4.0.1: R4 - Mixed Normative and STU) in it's permanent home (it will always be available at this URL). 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: R4B R4
Clinical Decision Support Work Group | Maturity Level: 0 | Trial Use | Security Category: Business | Compartments: Not linked to any defined compartments |
The ResearchDefinition resource describes the conditional state (population and any exposures being compared within the population) and outcome (if specified) that the knowledge (evidence, assertion, recommendation) is about.
This resource is a definition resource from a FHIR workflow perspective - see Workflow, specifically Definition.
TODO
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
ResearchDefinition | ITU | DomainResource | A research context or question + Warning: Name should be usable as an identifier for the module by machine processing applications such as code generation Elements defined in Ancestors: id, meta, implicitRules, language, text, contained, extension, modifierExtension | |
url | Σ | 0..1 | uri | Canonical identifier for this research definition, represented as a URI (globally unique) |
identifier | Σ | 0..* | Identifier | Additional identifier for the research definition |
version | Σ | 0..1 | string | Business version of the research definition |
name | ΣI | 0..1 | string | Name for this research definition (computer friendly) |
title | Σ | 0..1 | string | Name for this research definition (human friendly) |
shortTitle | 0..1 | string | Title for use in informal contexts | |
subtitle | 0..1 | string | Subordinate title of the ResearchDefinition | |
status | ?!Σ | 1..1 | code | draft | active | retired | unknown PublicationStatus (Required) |
experimental | Σ | 0..1 | boolean | For testing purposes, not real usage |
subject[x] | 0..1 | E.g. Patient, Practitioner, RelatedPerson, Organization, Location, Device Subject type (Extensible) | ||
subjectCodeableConcept | CodeableConcept | |||
subjectReference | Reference(Group) | |||
date | Σ | 0..1 | dateTime | Date last changed |
publisher | Σ | 0..1 | string | Name of the publisher (organization or individual) |
contact | Σ | 0..* | ContactDetail | Contact details for the publisher |
description | Σ | 0..1 | markdown | Natural language description of the research definition |
comment | 0..* | string | Used for footnotes or explanatory notes | |
useContext | Σ | 0..* | UsageContext | The context that the content is intended to support |
jurisdiction | Σ | 0..* | CodeableConcept | Intended jurisdiction for research definition (if applicable) Jurisdiction (Extensible) |
purpose | 0..1 | markdown | Why this research definition is defined | |
usage | 0..1 | string | Describes the clinical usage of the ResearchDefinition | |
copyright | 0..1 | markdown | Use and/or publishing restrictions | |
approvalDate | 0..1 | date | When the research definition was approved by publisher | |
lastReviewDate | 0..1 | date | When the research definition was last reviewed | |
effectivePeriod | Σ | 0..1 | Period | When the research definition is expected to be used |
topic | 0..* | CodeableConcept | The category of the ResearchDefinition, such as Education, Treatment, Assessment, etc. DefinitionTopic (Example) | |
author | 0..* | ContactDetail | Who authored the content | |
editor | 0..* | ContactDetail | Who edited the content | |
reviewer | 0..* | ContactDetail | Who reviewed the content | |
endorser | 0..* | ContactDetail | Who endorsed the content | |
relatedArtifact | 0..* | RelatedArtifact | Additional documentation, citations, etc. | |
library | 0..* | canonical(Library) | Logic used by the ResearchDefinition | |
population | Σ | 1..1 | Reference(ResearchElementDefinition) | What population? |
exposure | Σ | 0..1 | Reference(ResearchElementDefinition) | What exposure? |
exposureAlternative | Σ | 0..1 | Reference(ResearchElementDefinition) | What alternative exposure state? |
outcome | Σ | 0..1 | Reference(ResearchElementDefinition) | What outcome? |
Documentation for this format |
UML Diagram (Legend)
XML Template
<ResearchDefinition xmlns="http://hl7.org/fhir"> <!-- from Resource: id, meta, implicitRules, and language --> <!-- from DomainResource: text, contained, extension, and modifierExtension --> <url value="[uri]"/><!-- 0..1 Canonical identifier for this research definition, represented as a URI (globally unique) --> <identifier><!-- 0..* Identifier Additional identifier for the research definition --></identifier> <version value="[string]"/><!-- 0..1 Business version of the research definition --> <name value="[string]"/><!-- 0..1 Name for this research definition (computer friendly) --> <title value="[string]"/><!-- 0..1 Name for this research definition (human friendly) --> <shortTitle value="[string]"/><!-- 0..1 Title for use in informal contexts --> <subtitle value="[string]"/><!-- 0..1 Subordinate title of the ResearchDefinition --> <status value="[code]"/><!-- 1..1 draft | active | retired | unknown --> <experimental value="[boolean]"/><!-- 0..1 For testing purposes, not real usage --> <subject[x]><!-- 0..1 CodeableConcept|Reference(Group) E.g. Patient, Practitioner, RelatedPerson, Organization, Location, Device --></subject[x]> <date value="[dateTime]"/><!-- 0..1 Date last changed --> <publisher value="[string]"/><!-- 0..1 Name of the publisher (organization or individual) --> <contact><!-- 0..* ContactDetail Contact details for the publisher --></contact> <description value="[markdown]"/><!-- 0..1 Natural language description of the research definition --> <comment value="[string]"/><!-- 0..* Used for footnotes or explanatory notes --> <useContext><!-- 0..* UsageContext The context that the content is intended to support --></useContext> <jurisdiction><!-- 0..* CodeableConcept Intended jurisdiction for research definition (if applicable) --></jurisdiction> <purpose value="[markdown]"/><!-- 0..1 Why this research definition is defined --> <usage value="[string]"/><!-- 0..1 Describes the clinical usage of the ResearchDefinition --> <copyright value="[markdown]"/><!-- 0..1 Use and/or publishing restrictions --> <approvalDate value="[date]"/><!-- 0..1 When the research definition was approved by publisher --> <lastReviewDate value="[date]"/><!-- 0..1 When the research definition was last reviewed --> <effectivePeriod><!-- 0..1 Period When the research definition is expected to be used --></effectivePeriod> <topic><!-- 0..* CodeableConcept The category of the ResearchDefinition, such as Education, Treatment, Assessment, etc. --></topic> <author><!-- 0..* ContactDetail Who authored the content --></author> <editor><!-- 0..* ContactDetail Who edited the content --></editor> <reviewer><!-- 0..* ContactDetail Who reviewed the content --></reviewer> <endorser><!-- 0..* ContactDetail Who endorsed the content --></endorser> <relatedArtifact><!-- 0..* RelatedArtifact Additional documentation, citations, etc. --></relatedArtifact> <library><!-- 0..* canonical(Library) Logic used by the ResearchDefinition --></library> <population><!-- 1..1 Reference(ResearchElementDefinition) What population? --></population> <exposure><!-- 0..1 Reference(ResearchElementDefinition) What exposure? --></exposure> <exposureAlternative><!-- 0..1 Reference(ResearchElementDefinition) What alternative exposure state? --></exposureAlternative> <outcome><!-- 0..1 Reference(ResearchElementDefinition) What outcome? --></outcome> </ResearchDefinition>
JSON Template
{ "resourceType" : "ResearchDefinition", // from Resource: id, meta, implicitRules, and language // from DomainResource: text, contained, extension, and modifierExtension "url" : "<uri>", // Canonical identifier for this research definition, represented as a URI (globally unique) "identifier" : [{ Identifier }], // Additional identifier for the research definition "version" : "<string>", // Business version of the research definition "name" : "<string>", // C? Name for this research definition (computer friendly) "title" : "<string>", // Name for this research definition (human friendly) "shortTitle" : "<string>", // Title for use in informal contexts "subtitle" : "<string>", // Subordinate title of the ResearchDefinition "status" : "<code>", // R! draft | active | retired | unknown "experimental" : <boolean>, // For testing purposes, not real usage // subject[x]: E.g. Patient, Practitioner, RelatedPerson, Organization, Location, Device. One of these 2: "subjectCodeableConcept" : { CodeableConcept }, "subjectReference" : { Reference(Group) }, "date" : "<dateTime>", // Date last changed "publisher" : "<string>", // Name of the publisher (organization or individual) "contact" : [{ ContactDetail }], // Contact details for the publisher "description" : "<markdown>", // Natural language description of the research definition "comment" : ["<string>"], // Used for footnotes or explanatory notes "useContext" : [{ UsageContext }], // The context that the content is intended to support "jurisdiction" : [{ CodeableConcept }], // Intended jurisdiction for research definition (if applicable) "purpose" : "<markdown>", // Why this research definition is defined "usage" : "<string>", // Describes the clinical usage of the ResearchDefinition "copyright" : "<markdown>", // Use and/or publishing restrictions "approvalDate" : "<date>", // When the research definition was approved by publisher "lastReviewDate" : "<date>", // When the research definition was last reviewed "effectivePeriod" : { Period }, // When the research definition is expected to be used "topic" : [{ CodeableConcept }], // The category of the ResearchDefinition, such as Education, Treatment, Assessment, etc. "author" : [{ ContactDetail }], // Who authored the content "editor" : [{ ContactDetail }], // Who edited the content "reviewer" : [{ ContactDetail }], // Who reviewed the content "endorser" : [{ ContactDetail }], // Who endorsed the content "relatedArtifact" : [{ RelatedArtifact }], // Additional documentation, citations, etc. "library" : [{ canonical(Library) }], // Logic used by the ResearchDefinition "population" : { Reference(ResearchElementDefinition) }, // R! What population? "exposure" : { Reference(ResearchElementDefinition) }, // What exposure? "exposureAlternative" : { Reference(ResearchElementDefinition) }, // What alternative exposure state? "outcome" : { Reference(ResearchElementDefinition) } // What outcome? }
Turtle Template
@prefix fhir: <http://hl7.org/fhir/> . [ a fhir:ResearchDefinition; fhir:nodeRole fhir:treeRoot; # if this is the parser root # from Resource: .id, .meta, .implicitRules, and .language # from DomainResource: .text, .contained, .extension, and .modifierExtension fhir:ResearchDefinition.url [ uri ]; # 0..1 Canonical identifier for this research definition, represented as a URI (globally unique) fhir:ResearchDefinition.identifier [ Identifier ], ... ; # 0..* Additional identifier for the research definition fhir:ResearchDefinition.version [ string ]; # 0..1 Business version of the research definition fhir:ResearchDefinition.name [ string ]; # 0..1 Name for this research definition (computer friendly) fhir:ResearchDefinition.title [ string ]; # 0..1 Name for this research definition (human friendly) fhir:ResearchDefinition.shortTitle [ string ]; # 0..1 Title for use in informal contexts fhir:ResearchDefinition.subtitle [ string ]; # 0..1 Subordinate title of the ResearchDefinition fhir:ResearchDefinition.status [ code ]; # 1..1 draft | active | retired | unknown fhir:ResearchDefinition.experimental [ boolean ]; # 0..1 For testing purposes, not real usage # ResearchDefinition.subject[x] : 0..1 E.g. Patient, Practitioner, RelatedPerson, Organization, Location, Device. One of these 2 fhir:ResearchDefinition.subjectCodeableConcept [ CodeableConcept ] fhir:ResearchDefinition.subjectReference [ Reference(Group) ] fhir:ResearchDefinition.date [ dateTime ]; # 0..1 Date last changed fhir:ResearchDefinition.publisher [ string ]; # 0..1 Name of the publisher (organization or individual) fhir:ResearchDefinition.contact [ ContactDetail ], ... ; # 0..* Contact details for the publisher fhir:ResearchDefinition.description [ markdown ]; # 0..1 Natural language description of the research definition fhir:ResearchDefinition.comment [ string ], ... ; # 0..* Used for footnotes or explanatory notes fhir:ResearchDefinition.useContext [ UsageContext ], ... ; # 0..* The context that the content is intended to support fhir:ResearchDefinition.jurisdiction [ CodeableConcept ], ... ; # 0..* Intended jurisdiction for research definition (if applicable) fhir:ResearchDefinition.purpose [ markdown ]; # 0..1 Why this research definition is defined fhir:ResearchDefinition.usage [ string ]; # 0..1 Describes the clinical usage of the ResearchDefinition fhir:ResearchDefinition.copyright [ markdown ]; # 0..1 Use and/or publishing restrictions fhir:ResearchDefinition.approvalDate [ date ]; # 0..1 When the research definition was approved by publisher fhir:ResearchDefinition.lastReviewDate [ date ]; # 0..1 When the research definition was last reviewed fhir:ResearchDefinition.effectivePeriod [ Period ]; # 0..1 When the research definition is expected to be used fhir:ResearchDefinition.topic [ CodeableConcept ], ... ; # 0..* The category of the ResearchDefinition, such as Education, Treatment, Assessment, etc. fhir:ResearchDefinition.author [ ContactDetail ], ... ; # 0..* Who authored the content fhir:ResearchDefinition.editor [ ContactDetail ], ... ; # 0..* Who edited the content fhir:ResearchDefinition.reviewer [ ContactDetail ], ... ; # 0..* Who reviewed the content fhir:ResearchDefinition.endorser [ ContactDetail ], ... ; # 0..* Who endorsed the content fhir:ResearchDefinition.relatedArtifact [ RelatedArtifact ], ... ; # 0..* Additional documentation, citations, etc. fhir:ResearchDefinition.library [ canonical(Library) ], ... ; # 0..* Logic used by the ResearchDefinition fhir:ResearchDefinition.population [ Reference(ResearchElementDefinition) ]; # 1..1 What population? fhir:ResearchDefinition.exposure [ Reference(ResearchElementDefinition) ]; # 0..1 What exposure? fhir:ResearchDefinition.exposureAlternative [ Reference(ResearchElementDefinition) ]; # 0..1 What alternative exposure state? fhir:ResearchDefinition.outcome [ Reference(ResearchElementDefinition) ]; # 0..1 What outcome? ]
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
ResearchDefinition | ITU | DomainResource | A research context or question + Warning: Name should be usable as an identifier for the module by machine processing applications such as code generation Elements defined in Ancestors: id, meta, implicitRules, language, text, contained, extension, modifierExtension | |
url | Σ | 0..1 | uri | Canonical identifier for this research definition, represented as a URI (globally unique) |
identifier | Σ | 0..* | Identifier | Additional identifier for the research definition |
version | Σ | 0..1 | string | Business version of the research definition |
name | ΣI | 0..1 | string | Name for this research definition (computer friendly) |
title | Σ | 0..1 | string | Name for this research definition (human friendly) |
shortTitle | 0..1 | string | Title for use in informal contexts | |
subtitle | 0..1 | string | Subordinate title of the ResearchDefinition | |
status | ?!Σ | 1..1 | code | draft | active | retired | unknown PublicationStatus (Required) |
experimental | Σ | 0..1 | boolean | For testing purposes, not real usage |
subject[x] | 0..1 | E.g. Patient, Practitioner, RelatedPerson, Organization, Location, Device Subject type (Extensible) | ||
subjectCodeableConcept | CodeableConcept | |||
subjectReference | Reference(Group) | |||
date | Σ | 0..1 | dateTime | Date last changed |
publisher | Σ | 0..1 | string | Name of the publisher (organization or individual) |
contact | Σ | 0..* | ContactDetail | Contact details for the publisher |
description | Σ | 0..1 | markdown | Natural language description of the research definition |
comment | 0..* | string | Used for footnotes or explanatory notes | |
useContext | Σ | 0..* | UsageContext | The context that the content is intended to support |
jurisdiction | Σ | 0..* | CodeableConcept | Intended jurisdiction for research definition (if applicable) Jurisdiction (Extensible) |
purpose | 0..1 | markdown | Why this research definition is defined | |
usage | 0..1 | string | Describes the clinical usage of the ResearchDefinition | |
copyright | 0..1 | markdown | Use and/or publishing restrictions | |
approvalDate | 0..1 | date | When the research definition was approved by publisher | |
lastReviewDate | 0..1 | date | When the research definition was last reviewed | |
effectivePeriod | Σ | 0..1 | Period | When the research definition is expected to be used |
topic | 0..* | CodeableConcept | The category of the ResearchDefinition, such as Education, Treatment, Assessment, etc. DefinitionTopic (Example) | |
author | 0..* | ContactDetail | Who authored the content | |
editor | 0..* | ContactDetail | Who edited the content | |
reviewer | 0..* | ContactDetail | Who reviewed the content | |
endorser | 0..* | ContactDetail | Who endorsed the content | |
relatedArtifact | 0..* | RelatedArtifact | Additional documentation, citations, etc. | |
library | 0..* | canonical(Library) | Logic used by the ResearchDefinition | |
population | Σ | 1..1 | Reference(ResearchElementDefinition) | What population? |
exposure | Σ | 0..1 | Reference(ResearchElementDefinition) | What exposure? |
exposureAlternative | Σ | 0..1 | Reference(ResearchElementDefinition) | What alternative exposure state? |
outcome | Σ | 0..1 | Reference(ResearchElementDefinition) | What outcome? |
Documentation for this format |
XML Template
<ResearchDefinition xmlns="http://hl7.org/fhir"> <!-- from Resource: id, meta, implicitRules, and language --> <!-- from DomainResource: text, contained, extension, and modifierExtension --> <url value="[uri]"/><!-- 0..1 Canonical identifier for this research definition, represented as a URI (globally unique) --> <identifier><!-- 0..* Identifier Additional identifier for the research definition --></identifier> <version value="[string]"/><!-- 0..1 Business version of the research definition --> <name value="[string]"/><!-- 0..1 Name for this research definition (computer friendly) --> <title value="[string]"/><!-- 0..1 Name for this research definition (human friendly) --> <shortTitle value="[string]"/><!-- 0..1 Title for use in informal contexts --> <subtitle value="[string]"/><!-- 0..1 Subordinate title of the ResearchDefinition --> <status value="[code]"/><!-- 1..1 draft | active | retired | unknown --> <experimental value="[boolean]"/><!-- 0..1 For testing purposes, not real usage --> <subject[x]><!-- 0..1 CodeableConcept|Reference(Group) E.g. Patient, Practitioner, RelatedPerson, Organization, Location, Device --></subject[x]> <date value="[dateTime]"/><!-- 0..1 Date last changed --> <publisher value="[string]"/><!-- 0..1 Name of the publisher (organization or individual) --> <contact><!-- 0..* ContactDetail Contact details for the publisher --></contact> <description value="[markdown]"/><!-- 0..1 Natural language description of the research definition --> <comment value="[string]"/><!-- 0..* Used for footnotes or explanatory notes --> <useContext><!-- 0..* UsageContext The context that the content is intended to support --></useContext> <jurisdiction><!-- 0..* CodeableConcept Intended jurisdiction for research definition (if applicable) --></jurisdiction> <purpose value="[markdown]"/><!-- 0..1 Why this research definition is defined --> <usage value="[string]"/><!-- 0..1 Describes the clinical usage of the ResearchDefinition --> <copyright value="[markdown]"/><!-- 0..1 Use and/or publishing restrictions --> <approvalDate value="[date]"/><!-- 0..1 When the research definition was approved by publisher --> <lastReviewDate value="[date]"/><!-- 0..1 When the research definition was last reviewed --> <effectivePeriod><!-- 0..1 Period When the research definition is expected to be used --></effectivePeriod> <topic><!-- 0..* CodeableConcept The category of the ResearchDefinition, such as Education, Treatment, Assessment, etc. --></topic> <author><!-- 0..* ContactDetail Who authored the content --></author> <editor><!-- 0..* ContactDetail Who edited the content --></editor> <reviewer><!-- 0..* ContactDetail Who reviewed the content --></reviewer> <endorser><!-- 0..* ContactDetail Who endorsed the content --></endorser> <relatedArtifact><!-- 0..* RelatedArtifact Additional documentation, citations, etc. --></relatedArtifact> <library><!-- 0..* canonical(Library) Logic used by the ResearchDefinition --></library> <population><!-- 1..1 Reference(ResearchElementDefinition) What population? --></population> <exposure><!-- 0..1 Reference(ResearchElementDefinition) What exposure? --></exposure> <exposureAlternative><!-- 0..1 Reference(ResearchElementDefinition) What alternative exposure state? --></exposureAlternative> <outcome><!-- 0..1 Reference(ResearchElementDefinition) What outcome? --></outcome> </ResearchDefinition>
JSON Template
{ "resourceType" : "ResearchDefinition", // from Resource: id, meta, implicitRules, and language // from DomainResource: text, contained, extension, and modifierExtension "url" : "<uri>", // Canonical identifier for this research definition, represented as a URI (globally unique) "identifier" : [{ Identifier }], // Additional identifier for the research definition "version" : "<string>", // Business version of the research definition "name" : "<string>", // C? Name for this research definition (computer friendly) "title" : "<string>", // Name for this research definition (human friendly) "shortTitle" : "<string>", // Title for use in informal contexts "subtitle" : "<string>", // Subordinate title of the ResearchDefinition "status" : "<code>", // R! draft | active | retired | unknown "experimental" : <boolean>, // For testing purposes, not real usage // subject[x]: E.g. Patient, Practitioner, RelatedPerson, Organization, Location, Device. One of these 2: "subjectCodeableConcept" : { CodeableConcept }, "subjectReference" : { Reference(Group) }, "date" : "<dateTime>", // Date last changed "publisher" : "<string>", // Name of the publisher (organization or individual) "contact" : [{ ContactDetail }], // Contact details for the publisher "description" : "<markdown>", // Natural language description of the research definition "comment" : ["<string>"], // Used for footnotes or explanatory notes "useContext" : [{ UsageContext }], // The context that the content is intended to support "jurisdiction" : [{ CodeableConcept }], // Intended jurisdiction for research definition (if applicable) "purpose" : "<markdown>", // Why this research definition is defined "usage" : "<string>", // Describes the clinical usage of the ResearchDefinition "copyright" : "<markdown>", // Use and/or publishing restrictions "approvalDate" : "<date>", // When the research definition was approved by publisher "lastReviewDate" : "<date>", // When the research definition was last reviewed "effectivePeriod" : { Period }, // When the research definition is expected to be used "topic" : [{ CodeableConcept }], // The category of the ResearchDefinition, such as Education, Treatment, Assessment, etc. "author" : [{ ContactDetail }], // Who authored the content "editor" : [{ ContactDetail }], // Who edited the content "reviewer" : [{ ContactDetail }], // Who reviewed the content "endorser" : [{ ContactDetail }], // Who endorsed the content "relatedArtifact" : [{ RelatedArtifact }], // Additional documentation, citations, etc. "library" : [{ canonical(Library) }], // Logic used by the ResearchDefinition "population" : { Reference(ResearchElementDefinition) }, // R! What population? "exposure" : { Reference(ResearchElementDefinition) }, // What exposure? "exposureAlternative" : { Reference(ResearchElementDefinition) }, // What alternative exposure state? "outcome" : { Reference(ResearchElementDefinition) } // What outcome? }
Turtle Template
@prefix fhir: <http://hl7.org/fhir/> . [ a fhir:ResearchDefinition; fhir:nodeRole fhir:treeRoot; # if this is the parser root # from Resource: .id, .meta, .implicitRules, and .language # from DomainResource: .text, .contained, .extension, and .modifierExtension fhir:ResearchDefinition.url [ uri ]; # 0..1 Canonical identifier for this research definition, represented as a URI (globally unique) fhir:ResearchDefinition.identifier [ Identifier ], ... ; # 0..* Additional identifier for the research definition fhir:ResearchDefinition.version [ string ]; # 0..1 Business version of the research definition fhir:ResearchDefinition.name [ string ]; # 0..1 Name for this research definition (computer friendly) fhir:ResearchDefinition.title [ string ]; # 0..1 Name for this research definition (human friendly) fhir:ResearchDefinition.shortTitle [ string ]; # 0..1 Title for use in informal contexts fhir:ResearchDefinition.subtitle [ string ]; # 0..1 Subordinate title of the ResearchDefinition fhir:ResearchDefinition.status [ code ]; # 1..1 draft | active | retired | unknown fhir:ResearchDefinition.experimental [ boolean ]; # 0..1 For testing purposes, not real usage # ResearchDefinition.subject[x] : 0..1 E.g. Patient, Practitioner, RelatedPerson, Organization, Location, Device. One of these 2 fhir:ResearchDefinition.subjectCodeableConcept [ CodeableConcept ] fhir:ResearchDefinition.subjectReference [ Reference(Group) ] fhir:ResearchDefinition.date [ dateTime ]; # 0..1 Date last changed fhir:ResearchDefinition.publisher [ string ]; # 0..1 Name of the publisher (organization or individual) fhir:ResearchDefinition.contact [ ContactDetail ], ... ; # 0..* Contact details for the publisher fhir:ResearchDefinition.description [ markdown ]; # 0..1 Natural language description of the research definition fhir:ResearchDefinition.comment [ string ], ... ; # 0..* Used for footnotes or explanatory notes fhir:ResearchDefinition.useContext [ UsageContext ], ... ; # 0..* The context that the content is intended to support fhir:ResearchDefinition.jurisdiction [ CodeableConcept ], ... ; # 0..* Intended jurisdiction for research definition (if applicable) fhir:ResearchDefinition.purpose [ markdown ]; # 0..1 Why this research definition is defined fhir:ResearchDefinition.usage [ string ]; # 0..1 Describes the clinical usage of the ResearchDefinition fhir:ResearchDefinition.copyright [ markdown ]; # 0..1 Use and/or publishing restrictions fhir:ResearchDefinition.approvalDate [ date ]; # 0..1 When the research definition was approved by publisher fhir:ResearchDefinition.lastReviewDate [ date ]; # 0..1 When the research definition was last reviewed fhir:ResearchDefinition.effectivePeriod [ Period ]; # 0..1 When the research definition is expected to be used fhir:ResearchDefinition.topic [ CodeableConcept ], ... ; # 0..* The category of the ResearchDefinition, such as Education, Treatment, Assessment, etc. fhir:ResearchDefinition.author [ ContactDetail ], ... ; # 0..* Who authored the content fhir:ResearchDefinition.editor [ ContactDetail ], ... ; # 0..* Who edited the content fhir:ResearchDefinition.reviewer [ ContactDetail ], ... ; # 0..* Who reviewed the content fhir:ResearchDefinition.endorser [ ContactDetail ], ... ; # 0..* Who endorsed the content fhir:ResearchDefinition.relatedArtifact [ RelatedArtifact ], ... ; # 0..* Additional documentation, citations, etc. fhir:ResearchDefinition.library [ canonical(Library) ], ... ; # 0..* Logic used by the ResearchDefinition fhir:ResearchDefinition.population [ Reference(ResearchElementDefinition) ]; # 1..1 What population? fhir:ResearchDefinition.exposure [ Reference(ResearchElementDefinition) ]; # 0..1 What exposure? fhir:ResearchDefinition.exposureAlternative [ Reference(ResearchElementDefinition) ]; # 0..1 What alternative exposure state? fhir:ResearchDefinition.outcome [ Reference(ResearchElementDefinition) ]; # 0..1 What outcome? ]
See the Profiles & Extensions and the alternate definitions: Master Definition XML + JSON, XML Schema/Schematron + JSON Schema, ShEx (for Turtle) + see the extensions & the dependency analysis
Path | Definition | Type | Reference |
---|---|---|---|
ResearchDefinition.status | The lifecycle status of an artifact. | Required | PublicationStatus |
ResearchDefinition.subject[x] | The possible types of subjects for the research (E.g. Patient, Practitioner, Organization, Location, etc.). | Extensible | SubjectType |
ResearchDefinition.jurisdiction | Countries and regions within which this artifact is targeted for use. | Extensible | Jurisdiction ValueSet |
ResearchDefinition.topic | High-level categorization of the definition, used for searching, sorting, and filtering. | Example | DefinitionTopic |
id | Level | Location | Description | Expression |
rsd-0 | Warning | (base) | Name should be usable as an identifier for the module by machine processing applications such as code generation | name.matches('[A-Z]([A-Za-z0-9_]){0,254}') |
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 |
composed-of | reference | What resource is being referenced | ResearchDefinition.relatedArtifact.where(type='composed-of').resource (Any) | |
context | token | A use context assigned to the research definition | (ResearchDefinition.useContext.value as CodeableConcept) | |
context-quantity | quantity | A quantity- or range-valued use context assigned to the research definition | (ResearchDefinition.useContext.value as Quantity) | (ResearchDefinition.useContext.value as Range) | |
context-type | token | A type of use context assigned to the research definition | ResearchDefinition.useContext.code | |
context-type-quantity | composite | A use context type and quantity- or range-based value assigned to the research definition | On ResearchDefinition.useContext: context-type: code context-quantity: value.as(Quantity) | value.as(Range) | |
context-type-value | composite | A use context type and value assigned to the research definition | On ResearchDefinition.useContext: context-type: code context: value.as(CodeableConcept) | |
date | date | The research definition publication date | ResearchDefinition.date | |
depends-on | reference | What resource is being referenced | ResearchDefinition.relatedArtifact.where(type='depends-on').resource | ResearchDefinition.library (Library, Any) | |
derived-from | reference | What resource is being referenced | ResearchDefinition.relatedArtifact.where(type='derived-from').resource (Any) | |
description | string | The description of the research definition | ResearchDefinition.description | |
effective | date | The time during which the research definition is intended to be in use | ResearchDefinition.effectivePeriod | |
identifier | token | External identifier for the research definition | ResearchDefinition.identifier | |
jurisdiction | token | Intended jurisdiction for the research definition | ResearchDefinition.jurisdiction | |
name | string | Computationally friendly name of the research definition | ResearchDefinition.name | |
predecessor | reference | What resource is being referenced | ResearchDefinition.relatedArtifact.where(type='predecessor').resource (Any) | |
publisher | string | Name of the publisher of the research definition | ResearchDefinition.publisher | |
status | token | The current status of the research definition | ResearchDefinition.status | |
successor | reference | What resource is being referenced | ResearchDefinition.relatedArtifact.where(type='successor').resource (Any) | |
title | string | The human-friendly name of the research definition | ResearchDefinition.title | |
topic | token | Topics associated with the ResearchDefinition | ResearchDefinition.topic | |
url | uri | The uri that identifies the research definition | ResearchDefinition.url | |
version | token | The business version of the research definition | ResearchDefinition.version |