This page is part of the FHIR Specification (v4.3.0: R4B - STU). This is a downloaded version of the specification. For a full list of available versions, see the Directory of published versions
Clinical Decision Support ![]() | Maturity Level: 0 | Trial Use | Security Category: Business | Compartments: Not linked to any defined compartments |
The EvidenceReport Resource is a specialized container for a collection of resources and codable concepts, adapted to support compositions of Evidence, EvidenceVariable, and Citation resources and related concepts.
An evidence report is a structured presentation of any combination of evidence and related concepts. Evidence reports may bundle knowledge related to a single study or citation, and may bundle knowledge spanning multiple related studies or citations. Publishing such reports are extensively used by researchers, scholars, and evaluators to advance scientific knowledge, to decide whether more research is needed, to inform policy, to determine whether the literature has reached consensus, to inform clinical decision support, to substantiate the decisions being recommended, and for many other uses.
The subject of the report defines its scope and can be expressed with one or more subject.characteristic elements (for structured definitions) or one or more subject.note elements (for human-readable expressions). Specifying a research question by the population, intervention/exposure, comparator, and outcome (PICO) could be expressed with four characteristics.
Evidence reports may be dynamic, changing as new evidence accrues. The relatesTo element supports coding the relationships between EvidenceReport Resources.
The content of the EvidenceReport Resource is contained in any number of sections that can each contain any number of sections. Each section can have its focus defined using a codeable concept or reference to another resource. Each section can have designated authors that can be distinct from authors for the EvidenceReport Resource.
The content in a section can be of different forms and can include text (which itself can be uniquely represented human-expressed content and/or machine-generated from other content), entryClassifier (to express codeable concepts), entryReference (to express other FHIR Resources), entryReason (to represent empty sections as content), and section elements.
The EvidenceReport Resource is used for structured bundles and is not expected to replace simple lists or bundles where List and Bundle Resources can be used.
The EvidenceReport Resource is similar to a Composition Resource but the EvidenceReport is better suited for communicating reports about research and data analysis not specific to individual persons while the Composition Resource is better suited for healthcare related reports specific to individual persons as the subject.
The EvidenceReport Resource is used for data exchange for concepts beyond identification, location and contributor attribution. Where data exchange is limited to such things a Citation Resource may be used. An EvidenceReport Resource may reference a Citation Resource to itself in the citeAs element.
This resource is referenced by itself.
This resource does not implement any patterns.
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 |
---|---|---|---|
EvidenceReport.status | Required | PublicationStatus | |
EvidenceReport.type | Example | EvidenceReportType | |
EvidenceReport.subject.characteristic.code | Extensible | FocusCharacteristicCode | |
EvidenceReport.relatesTo.code | Required | ReportRelationshipType | |
EvidenceReport.section.focus | Extensible | ReportSectionType | |
EvidenceReport.section.mode | Required | ListMode | |
EvidenceReport.section.orderedBy | Preferred | ListOrderCodes | |
EvidenceReport.section.entryClassifier | Extensible | EvidenceClassifier | |
EvidenceReport.section.emptyReason | Preferred | ListEmptyReasons |
id | Level | Location | Description | Expression |
cnl-0 | Warning | (base) | Name should be usable as an identifier for the module by machine processing applications such as code generation | name.exists() implies 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 |
context | token | A use context assigned to the evidence report | (EvidenceReport.useContext.value as CodeableConcept) | |
context-quantity | quantity | A quantity- or range-valued use context assigned to the evidence report | (EvidenceReport.useContext.value as Quantity) | (EvidenceReport.useContext.value as Range) | |
context-type | token | A type of use context assigned to the evidence report | EvidenceReport.useContext.code | |
context-type-quantity | composite | A use context type and quantity- or range-based value assigned to the evidence report | On EvidenceReport.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 evidence report | On EvidenceReport.useContext: context-type: code context: value.as(CodeableConcept) | |
identifier | token | External identifier for the evidence report | EvidenceReport.identifier | |
publisher N | string | Name of the publisher of the evidence report | EvidenceReport.publisher | |
status N | token | The current status of the evidence report | EvidenceReport.status | |
url N | uri | The uri that identifies the evidence report | EvidenceReport.url |