This page is part of the FHIR Specification v4.1.0: R4B Ballot. About the R4B version of FHIR. 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
Clinical Decision Support Work Group | Maturity Level: 1 | Trial Use | Security Category: Business | Compartments: Not linked to any defined compartments |
The Evidence Resource provides a machine-interpretable expression of an evidence concept including the evidence variables (eg population, exposures/interventions, comparators, outcomes, measured variables, confounding variables), the statistics, and the certainty of this evidence.
The Evidence Resource enables the expression of the most granular form of evidence, such as the actual quantitative results of a study or scientific analysis.
Human-readable summaries of the Evidence Resource may be expressed in description, assertion, and note elements. The description element is typically used for the primary expression. The assertion element is less commonly used and is typically used for interpretive expression. The note element may be used for any number of explanatory, variant, or related comments.
The variableDefinition element is used to describe What the evidence is about. Each variable defined must be assigned a variable role which signals how that variable is used in the statistics within the Evidence resource. The variable definition may be expressed in human-readable form (with a description element) and/or expressed in computable form by referencing Group or EvidenceVariable resources. In general, Group resources are used to define populations and EvidenceVariable resources are used to define exposures and measured variables. The variableDefinition elements allows expression of the observed variable and the intended variable. In many forms of expression the Evidence is interpreted for a specific context and recognition of both observed and intended variables is important for understanding the applicability and certainty of the evidence.
The heart of the evidence is the statistic. The Statistic DataType provides a machine-interpretable expression of a statistic, including the quantity; unit of measure; classification of statistic type; sample size; attributes such as confidence intervals, p values, and heterogeneity estimates; and statistic model characteristics. An Evidence resource may contain more than one statistic, in which case each statistic matches the same combination of variable definitions. The OrderedDistribution DataType provides a machine-interpretable expression of an ordered array of statistics, such as a histogram or a report stratified by quintiles.
Because a statistic can rarely be interpreted without knowing how it was obtained, the Evidence Resource enables expression of the studyType. For evidence derived from synthesis of evidence, the Evidence Resource enables expression of the synthesisType.
The certainty Element provides a machine-interpretable expression of certainty, confidence or quality of the resource in which it is included. The certainty Element can express overall certainty and certainty of any subcomponent concepts using codeable concepts from structured rating systems. The certainty Element enables machine-to-machine communication of the certainty of evidence.
The Evidence Resource is the central atomic component for the Evidence-related resources. The Evidence Resource may reference multiple Group and EvidenceVariable Resources; in these cases, the Group and EvidenceVariable Resources to which an Evidence Resource points does not refer back to the Evidence. In the context of evidence synthesis, an EvidenceVariable Resource may reference Evidence Resources where the EvidenceVariable Resource is used to define the set of evidence being synthesized.
No resources refer to this resource directly.
This resource does not implement any patterns.
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Evidence | TU | DomainResource | Single evidence bit + 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 evidence, represented as a globally unique URI |
identifier | Σ | 0..* | Identifier | Additional identifier for the summary |
version | Σ | 0..1 | string | Business version of this summary |
title | Σ | 0..1 | string | Name for this summary (human friendly) |
citeAs[x] | 0..1 | Citation for this evidence | ||
citeAsReference | Reference(Citation) | |||
citeAsMarkdown | markdown | |||
status | ?!Σ | 1..1 | code | draft | active | retired | unknown PublicationStatus (Required) |
date | Σ | 0..1 | dateTime | Date last changed |
useContext | Σ | 0..* | UsageContext | The context that the content is intended to support |
approvalDate | 0..1 | date | When the summary was approved by publisher | |
lastReviewDate | 0..1 | date | When the summary was last reviewed | |
publisher | Σ | 0..1 | string | Name of the publisher (organization or individual) |
contact | Σ | 0..* | ContactDetail | Contact details for the publisher |
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 | Link or citation to artifact associated with the summary | |
description | 0..1 | markdown | Description of the particular summary | |
assertion | 0..1 | markdown | Declarative description of the Evidence | |
note | 0..* | Annotation | Footnotes and/or explanatory notes | |
variableDefinition | 1..* | BackboneElement | Evidence variable such as population, exposure, or outcome | |
description | 0..1 | markdown | A text description or summary of the variable | |
note | 0..* | Annotation | Footnotes and/or explanatory notes | |
variableRole | Σ | 1..1 | CodeableConcept | population | subpopulation | exposure | referenceExposure | measuredVariable | confounder EvidenceVariableRole (Extensible) |
observed | Σ | 0..1 | Reference(Group | EvidenceVariable) | Definition of the actual variable related to the statistic(s) |
intended | 0..1 | Reference(Group | EvidenceVariable) | Definition of the intended variable related to the Evidence | |
directnessMatch | 0..1 | CodeableConcept | low | moderate | high | exact EvidenceDirectness (Extensible) | |
synthesisType | 0..1 | CodeableConcept | The method to combine studies SynthesisType (Extensible) | |
studyType | 0..1 | CodeableConcept | The type of study that produced this evidence StudyType (Extensible) | |
statistic | 0..* | Statistic | Values and parameters for a single statistic | |
distribution | 0..* | OrderedDistribution | An ordered group of statistics | |
certainty | 0..* | BackboneElement | Certainty or quality of the evidence | |
description | 0..1 | string | Textual description of certainty | |
note | 0..* | Annotation | Footnotes and/or explanatory notes | |
type | 0..1 | CodeableConcept | Aspect of certainty being rated EvidenceCertaintyType (Extensible) | |
rating | 0..1 | CodeableConcept | Assessment or judgement of the aspect EvidenceCertaintyRating (Extensible) | |
rater | 0..1 | string | Individual or group who did the rating | |
subcomponent | 0..* | see certainty | A domain or subdomain of certainty | |
Documentation for this format |
UML Diagram (Legend)
XML Template
<Evidence 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 evidence, represented as a globally unique URI --> <identifier><!-- 0..* Identifier Additional identifier for the summary --></identifier> <version value="[string]"/><!-- 0..1 Business version of this summary --> <title value="[string]"/><!-- 0..1 Name for this summary (human friendly) --> <citeAs[x]><!-- 0..1 Reference(Citation)|markdown Citation for this evidence --></citeAs[x]> <status value="[code]"/><!-- 1..1 draft | active | retired | unknown --> <date value="[dateTime]"/><!-- 0..1 Date last changed --> <useContext><!-- 0..* UsageContext The context that the content is intended to support --></useContext> <approvalDate value="[date]"/><!-- 0..1 When the summary was approved by publisher --> <lastReviewDate value="[date]"/><!-- 0..1 When the summary was last reviewed --> <publisher value="[string]"/><!-- 0..1 Name of the publisher (organization or individual) --> <contact><!-- 0..* ContactDetail Contact details for the publisher --></contact> <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 Link or citation to artifact associated with the summary --></relatedArtifact> <description value="[markdown]"/><!-- 0..1 Description of the particular summary --> <assertion value="[markdown]"/><!-- 0..1 Declarative description of the Evidence --> <note><!-- 0..* Annotation Footnotes and/or explanatory notes --></note> <variableDefinition> <!-- 1..* Evidence variable such as population, exposure, or outcome --> <description value="[markdown]"/><!-- 0..1 A text description or summary of the variable --> <note><!-- 0..* Annotation Footnotes and/or explanatory notes --></note> <variableRole><!-- 1..1 CodeableConcept population | subpopulation | exposure | referenceExposure | measuredVariable | confounder --></variableRole> <observed><!-- 0..1 Reference(EvidenceVariable|Group) Definition of the actual variable related to the statistic(s) --></observed> <intended><!-- 0..1 Reference(EvidenceVariable|Group) Definition of the intended variable related to the Evidence --></intended> <directnessMatch><!-- 0..1 CodeableConcept low | moderate | high | exact --></directnessMatch> </variableDefinition> <synthesisType><!-- 0..1 CodeableConcept The method to combine studies --></synthesisType> <studyType><!-- 0..1 CodeableConcept The type of study that produced this evidence --></studyType> <statistic><!-- 0..* Statistic Values and parameters for a single statistic --></statistic> <distribution><!-- 0..* OrderedDistribution An ordered group of statistics --></distribution> <certainty> <!-- 0..* Certainty or quality of the evidence --> <description value="[string]"/><!-- 0..1 Textual description of certainty --> <note><!-- 0..* Annotation Footnotes and/or explanatory notes --></note> <type><!-- 0..1 CodeableConcept Aspect of certainty being rated --></type> <rating><!-- 0..1 CodeableConcept Assessment or judgement of the aspect --></rating> <rater value="[string]"/><!-- 0..1 Individual or group who did the rating --> <subcomponent><!-- 0..* Content as for Evidence.certainty A domain or subdomain of certainty --></subcomponent> </certainty> </Evidence>
JSON Template
{ "resourceType" : "Evidence", // from Resource: id, meta, implicitRules, and language // from DomainResource: text, contained, extension, and modifierExtension "url" : "<uri>", // Canonical identifier for this evidence, represented as a globally unique URI "identifier" : [{ Identifier }], // Additional identifier for the summary "version" : "<string>", // Business version of this summary "title" : "<string>", // Name for this summary (human friendly) // citeAs[x]: Citation for this evidence. One of these 2: "citeAsReference" : { Reference(Citation) }, "citeAsMarkdown" : "<markdown>", "status" : "<code>", // R! draft | active | retired | unknown "date" : "<dateTime>", // Date last changed "useContext" : [{ UsageContext }], // The context that the content is intended to support "approvalDate" : "<date>", // When the summary was approved by publisher "lastReviewDate" : "<date>", // When the summary was last reviewed "publisher" : "<string>", // Name of the publisher (organization or individual) "contact" : [{ ContactDetail }], // Contact details for the publisher "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 }], // Link or citation to artifact associated with the summary "description" : "<markdown>", // Description of the particular summary "assertion" : "<markdown>", // Declarative description of the Evidence "note" : [{ Annotation }], // Footnotes and/or explanatory notes "variableDefinition" : [{ // R! Evidence variable such as population, exposure, or outcome "description" : "<markdown>", // A text description or summary of the variable "note" : [{ Annotation }], // Footnotes and/or explanatory notes "variableRole" : { CodeableConcept }, // R! population | subpopulation | exposure | referenceExposure | measuredVariable | confounder "observed" : { Reference(EvidenceVariable|Group) }, // Definition of the actual variable related to the statistic(s) "intended" : { Reference(EvidenceVariable|Group) }, // Definition of the intended variable related to the Evidence "directnessMatch" : { CodeableConcept } // low | moderate | high | exact }], "synthesisType" : { CodeableConcept }, // The method to combine studies "studyType" : { CodeableConcept }, // The type of study that produced this evidence "statistic" : [{ Statistic }], // Values and parameters for a single statistic "distribution" : [{ OrderedDistribution }], // An ordered group of statistics "certainty" : [{ // Certainty or quality of the evidence "description" : "<string>", // Textual description of certainty "note" : [{ Annotation }], // Footnotes and/or explanatory notes "type" : { CodeableConcept }, // Aspect of certainty being rated "rating" : { CodeableConcept }, // Assessment or judgement of the aspect "rater" : "<string>", // Individual or group who did the rating "subcomponent" : [{ Content as for Evidence.certainty }] // A domain or subdomain of certainty }] }
Turtle Template
@prefix fhir: <http://hl7.org/fhir/> . [ a fhir:Evidence; 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:Evidence.url [ uri ]; # 0..1 Canonical identifier for this evidence, represented as a globally unique URI fhir:Evidence.identifier [ Identifier ], ... ; # 0..* Additional identifier for the summary fhir:Evidence.version [ string ]; # 0..1 Business version of this summary fhir:Evidence.title [ string ]; # 0..1 Name for this summary (human friendly) # Evidence.citeAs[x] : 0..1 Citation for this evidence. One of these 2 fhir:Evidence.citeAsReference [ Reference(Citation) ] fhir:Evidence.citeAsMarkdown [ markdown ] fhir:Evidence.status [ code ]; # 1..1 draft | active | retired | unknown fhir:Evidence.date [ dateTime ]; # 0..1 Date last changed fhir:Evidence.useContext [ UsageContext ], ... ; # 0..* The context that the content is intended to support fhir:Evidence.approvalDate [ date ]; # 0..1 When the summary was approved by publisher fhir:Evidence.lastReviewDate [ date ]; # 0..1 When the summary was last reviewed fhir:Evidence.publisher [ string ]; # 0..1 Name of the publisher (organization or individual) fhir:Evidence.contact [ ContactDetail ], ... ; # 0..* Contact details for the publisher fhir:Evidence.author [ ContactDetail ], ... ; # 0..* Who authored the content fhir:Evidence.editor [ ContactDetail ], ... ; # 0..* Who edited the content fhir:Evidence.reviewer [ ContactDetail ], ... ; # 0..* Who reviewed the content fhir:Evidence.endorser [ ContactDetail ], ... ; # 0..* Who endorsed the content fhir:Evidence.relatedArtifact [ RelatedArtifact ], ... ; # 0..* Link or citation to artifact associated with the summary fhir:Evidence.description [ markdown ]; # 0..1 Description of the particular summary fhir:Evidence.assertion [ markdown ]; # 0..1 Declarative description of the Evidence fhir:Evidence.note [ Annotation ], ... ; # 0..* Footnotes and/or explanatory notes fhir:Evidence.variableDefinition [ # 1..* Evidence variable such as population, exposure, or outcome fhir:Evidence.variableDefinition.description [ markdown ]; # 0..1 A text description or summary of the variable fhir:Evidence.variableDefinition.note [ Annotation ], ... ; # 0..* Footnotes and/or explanatory notes fhir:Evidence.variableDefinition.variableRole [ CodeableConcept ]; # 1..1 population | subpopulation | exposure | referenceExposure | measuredVariable | confounder fhir:Evidence.variableDefinition.observed [ Reference(EvidenceVariable|Group) ]; # 0..1 Definition of the actual variable related to the statistic(s) fhir:Evidence.variableDefinition.intended [ Reference(EvidenceVariable|Group) ]; # 0..1 Definition of the intended variable related to the Evidence fhir:Evidence.variableDefinition.directnessMatch [ CodeableConcept ]; # 0..1 low | moderate | high | exact ], ...; fhir:Evidence.synthesisType [ CodeableConcept ]; # 0..1 The method to combine studies fhir:Evidence.studyType [ CodeableConcept ]; # 0..1 The type of study that produced this evidence fhir:Evidence.statistic [ Statistic ], ... ; # 0..* Values and parameters for a single statistic fhir:Evidence.distribution [ OrderedDistribution ], ... ; # 0..* An ordered group of statistics fhir:Evidence.certainty [ # 0..* Certainty or quality of the evidence fhir:Evidence.certainty.description [ string ]; # 0..1 Textual description of certainty fhir:Evidence.certainty.note [ Annotation ], ... ; # 0..* Footnotes and/or explanatory notes fhir:Evidence.certainty.type [ CodeableConcept ]; # 0..1 Aspect of certainty being rated fhir:Evidence.certainty.rating [ CodeableConcept ]; # 0..1 Assessment or judgement of the aspect fhir:Evidence.certainty.rater [ string ]; # 0..1 Individual or group who did the rating fhir:Evidence.certainty.subcomponent [ See Evidence.certainty ], ... ; # 0..* A domain or subdomain of certainty ], ...; ]
Changes since R3
Evidence | |
Evidence.citeAs[x] |
|
Evidence.status |
|
Evidence.assertion |
|
Evidence.variableDefinition |
|
Evidence.variableDefinition.description |
|
Evidence.variableDefinition.note |
|
Evidence.variableDefinition.variableRole |
|
Evidence.variableDefinition.observed |
|
Evidence.variableDefinition.intended |
|
Evidence.variableDefinition.directnessMatch |
|
Evidence.synthesisType |
|
Evidence.studyType |
|
Evidence.statistic |
|
Evidence.distribution |
|
Evidence.certainty |
|
Evidence.certainty.description |
|
Evidence.certainty.note |
|
Evidence.certainty.type |
|
Evidence.certainty.rating |
|
Evidence.certainty.rater |
|
Evidence.certainty.subcomponent |
|
Evidence.name |
|
Evidence.shortTitle |
|
Evidence.subtitle |
|
Evidence.jurisdiction |
|
Evidence.copyright |
|
Evidence.effectivePeriod |
|
Evidence.topic |
|
Evidence.exposureBackground |
|
Evidence.exposureVariant |
|
Evidence.outcome |
|
See the Full Difference for further information
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Evidence | TU | DomainResource | Single evidence bit + 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 evidence, represented as a globally unique URI |
identifier | Σ | 0..* | Identifier | Additional identifier for the summary |
version | Σ | 0..1 | string | Business version of this summary |
title | Σ | 0..1 | string | Name for this summary (human friendly) |
citeAs[x] | 0..1 | Citation for this evidence | ||
citeAsReference | Reference(Citation) | |||
citeAsMarkdown | markdown | |||
status | ?!Σ | 1..1 | code | draft | active | retired | unknown PublicationStatus (Required) |
date | Σ | 0..1 | dateTime | Date last changed |
useContext | Σ | 0..* | UsageContext | The context that the content is intended to support |
approvalDate | 0..1 | date | When the summary was approved by publisher | |
lastReviewDate | 0..1 | date | When the summary was last reviewed | |
publisher | Σ | 0..1 | string | Name of the publisher (organization or individual) |
contact | Σ | 0..* | ContactDetail | Contact details for the publisher |
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 | Link or citation to artifact associated with the summary | |
description | 0..1 | markdown | Description of the particular summary | |
assertion | 0..1 | markdown | Declarative description of the Evidence | |
note | 0..* | Annotation | Footnotes and/or explanatory notes | |
variableDefinition | 1..* | BackboneElement | Evidence variable such as population, exposure, or outcome | |
description | 0..1 | markdown | A text description or summary of the variable | |
note | 0..* | Annotation | Footnotes and/or explanatory notes | |
variableRole | Σ | 1..1 | CodeableConcept | population | subpopulation | exposure | referenceExposure | measuredVariable | confounder EvidenceVariableRole (Extensible) |
observed | Σ | 0..1 | Reference(Group | EvidenceVariable) | Definition of the actual variable related to the statistic(s) |
intended | 0..1 | Reference(Group | EvidenceVariable) | Definition of the intended variable related to the Evidence | |
directnessMatch | 0..1 | CodeableConcept | low | moderate | high | exact EvidenceDirectness (Extensible) | |
synthesisType | 0..1 | CodeableConcept | The method to combine studies SynthesisType (Extensible) | |
studyType | 0..1 | CodeableConcept | The type of study that produced this evidence StudyType (Extensible) | |
statistic | 0..* | Statistic | Values and parameters for a single statistic | |
distribution | 0..* | OrderedDistribution | An ordered group of statistics | |
certainty | 0..* | BackboneElement | Certainty or quality of the evidence | |
description | 0..1 | string | Textual description of certainty | |
note | 0..* | Annotation | Footnotes and/or explanatory notes | |
type | 0..1 | CodeableConcept | Aspect of certainty being rated EvidenceCertaintyType (Extensible) | |
rating | 0..1 | CodeableConcept | Assessment or judgement of the aspect EvidenceCertaintyRating (Extensible) | |
rater | 0..1 | string | Individual or group who did the rating | |
subcomponent | 0..* | see certainty | A domain or subdomain of certainty | |
Documentation for this format |
XML Template
<Evidence 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 evidence, represented as a globally unique URI --> <identifier><!-- 0..* Identifier Additional identifier for the summary --></identifier> <version value="[string]"/><!-- 0..1 Business version of this summary --> <title value="[string]"/><!-- 0..1 Name for this summary (human friendly) --> <citeAs[x]><!-- 0..1 Reference(Citation)|markdown Citation for this evidence --></citeAs[x]> <status value="[code]"/><!-- 1..1 draft | active | retired | unknown --> <date value="[dateTime]"/><!-- 0..1 Date last changed --> <useContext><!-- 0..* UsageContext The context that the content is intended to support --></useContext> <approvalDate value="[date]"/><!-- 0..1 When the summary was approved by publisher --> <lastReviewDate value="[date]"/><!-- 0..1 When the summary was last reviewed --> <publisher value="[string]"/><!-- 0..1 Name of the publisher (organization or individual) --> <contact><!-- 0..* ContactDetail Contact details for the publisher --></contact> <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 Link or citation to artifact associated with the summary --></relatedArtifact> <description value="[markdown]"/><!-- 0..1 Description of the particular summary --> <assertion value="[markdown]"/><!-- 0..1 Declarative description of the Evidence --> <note><!-- 0..* Annotation Footnotes and/or explanatory notes --></note> <variableDefinition> <!-- 1..* Evidence variable such as population, exposure, or outcome --> <description value="[markdown]"/><!-- 0..1 A text description or summary of the variable --> <note><!-- 0..* Annotation Footnotes and/or explanatory notes --></note> <variableRole><!-- 1..1 CodeableConcept population | subpopulation | exposure | referenceExposure | measuredVariable | confounder --></variableRole> <observed><!-- 0..1 Reference(EvidenceVariable|Group) Definition of the actual variable related to the statistic(s) --></observed> <intended><!-- 0..1 Reference(EvidenceVariable|Group) Definition of the intended variable related to the Evidence --></intended> <directnessMatch><!-- 0..1 CodeableConcept low | moderate | high | exact --></directnessMatch> </variableDefinition> <synthesisType><!-- 0..1 CodeableConcept The method to combine studies --></synthesisType> <studyType><!-- 0..1 CodeableConcept The type of study that produced this evidence --></studyType> <statistic><!-- 0..* Statistic Values and parameters for a single statistic --></statistic> <distribution><!-- 0..* OrderedDistribution An ordered group of statistics --></distribution> <certainty> <!-- 0..* Certainty or quality of the evidence --> <description value="[string]"/><!-- 0..1 Textual description of certainty --> <note><!-- 0..* Annotation Footnotes and/or explanatory notes --></note> <type><!-- 0..1 CodeableConcept Aspect of certainty being rated --></type> <rating><!-- 0..1 CodeableConcept Assessment or judgement of the aspect --></rating> <rater value="[string]"/><!-- 0..1 Individual or group who did the rating --> <subcomponent><!-- 0..* Content as for Evidence.certainty A domain or subdomain of certainty --></subcomponent> </certainty> </Evidence>
JSON Template
{ "resourceType" : "Evidence", // from Resource: id, meta, implicitRules, and language // from DomainResource: text, contained, extension, and modifierExtension "url" : "<uri>", // Canonical identifier for this evidence, represented as a globally unique URI "identifier" : [{ Identifier }], // Additional identifier for the summary "version" : "<string>", // Business version of this summary "title" : "<string>", // Name for this summary (human friendly) // citeAs[x]: Citation for this evidence. One of these 2: "citeAsReference" : { Reference(Citation) }, "citeAsMarkdown" : "<markdown>", "status" : "<code>", // R! draft | active | retired | unknown "date" : "<dateTime>", // Date last changed "useContext" : [{ UsageContext }], // The context that the content is intended to support "approvalDate" : "<date>", // When the summary was approved by publisher "lastReviewDate" : "<date>", // When the summary was last reviewed "publisher" : "<string>", // Name of the publisher (organization or individual) "contact" : [{ ContactDetail }], // Contact details for the publisher "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 }], // Link or citation to artifact associated with the summary "description" : "<markdown>", // Description of the particular summary "assertion" : "<markdown>", // Declarative description of the Evidence "note" : [{ Annotation }], // Footnotes and/or explanatory notes "variableDefinition" : [{ // R! Evidence variable such as population, exposure, or outcome "description" : "<markdown>", // A text description or summary of the variable "note" : [{ Annotation }], // Footnotes and/or explanatory notes "variableRole" : { CodeableConcept }, // R! population | subpopulation | exposure | referenceExposure | measuredVariable | confounder "observed" : { Reference(EvidenceVariable|Group) }, // Definition of the actual variable related to the statistic(s) "intended" : { Reference(EvidenceVariable|Group) }, // Definition of the intended variable related to the Evidence "directnessMatch" : { CodeableConcept } // low | moderate | high | exact }], "synthesisType" : { CodeableConcept }, // The method to combine studies "studyType" : { CodeableConcept }, // The type of study that produced this evidence "statistic" : [{ Statistic }], // Values and parameters for a single statistic "distribution" : [{ OrderedDistribution }], // An ordered group of statistics "certainty" : [{ // Certainty or quality of the evidence "description" : "<string>", // Textual description of certainty "note" : [{ Annotation }], // Footnotes and/or explanatory notes "type" : { CodeableConcept }, // Aspect of certainty being rated "rating" : { CodeableConcept }, // Assessment or judgement of the aspect "rater" : "<string>", // Individual or group who did the rating "subcomponent" : [{ Content as for Evidence.certainty }] // A domain or subdomain of certainty }] }
Turtle Template
@prefix fhir: <http://hl7.org/fhir/> . [ a fhir:Evidence; 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:Evidence.url [ uri ]; # 0..1 Canonical identifier for this evidence, represented as a globally unique URI fhir:Evidence.identifier [ Identifier ], ... ; # 0..* Additional identifier for the summary fhir:Evidence.version [ string ]; # 0..1 Business version of this summary fhir:Evidence.title [ string ]; # 0..1 Name for this summary (human friendly) # Evidence.citeAs[x] : 0..1 Citation for this evidence. One of these 2 fhir:Evidence.citeAsReference [ Reference(Citation) ] fhir:Evidence.citeAsMarkdown [ markdown ] fhir:Evidence.status [ code ]; # 1..1 draft | active | retired | unknown fhir:Evidence.date [ dateTime ]; # 0..1 Date last changed fhir:Evidence.useContext [ UsageContext ], ... ; # 0..* The context that the content is intended to support fhir:Evidence.approvalDate [ date ]; # 0..1 When the summary was approved by publisher fhir:Evidence.lastReviewDate [ date ]; # 0..1 When the summary was last reviewed fhir:Evidence.publisher [ string ]; # 0..1 Name of the publisher (organization or individual) fhir:Evidence.contact [ ContactDetail ], ... ; # 0..* Contact details for the publisher fhir:Evidence.author [ ContactDetail ], ... ; # 0..* Who authored the content fhir:Evidence.editor [ ContactDetail ], ... ; # 0..* Who edited the content fhir:Evidence.reviewer [ ContactDetail ], ... ; # 0..* Who reviewed the content fhir:Evidence.endorser [ ContactDetail ], ... ; # 0..* Who endorsed the content fhir:Evidence.relatedArtifact [ RelatedArtifact ], ... ; # 0..* Link or citation to artifact associated with the summary fhir:Evidence.description [ markdown ]; # 0..1 Description of the particular summary fhir:Evidence.assertion [ markdown ]; # 0..1 Declarative description of the Evidence fhir:Evidence.note [ Annotation ], ... ; # 0..* Footnotes and/or explanatory notes fhir:Evidence.variableDefinition [ # 1..* Evidence variable such as population, exposure, or outcome fhir:Evidence.variableDefinition.description [ markdown ]; # 0..1 A text description or summary of the variable fhir:Evidence.variableDefinition.note [ Annotation ], ... ; # 0..* Footnotes and/or explanatory notes fhir:Evidence.variableDefinition.variableRole [ CodeableConcept ]; # 1..1 population | subpopulation | exposure | referenceExposure | measuredVariable | confounder fhir:Evidence.variableDefinition.observed [ Reference(EvidenceVariable|Group) ]; # 0..1 Definition of the actual variable related to the statistic(s) fhir:Evidence.variableDefinition.intended [ Reference(EvidenceVariable|Group) ]; # 0..1 Definition of the intended variable related to the Evidence fhir:Evidence.variableDefinition.directnessMatch [ CodeableConcept ]; # 0..1 low | moderate | high | exact ], ...; fhir:Evidence.synthesisType [ CodeableConcept ]; # 0..1 The method to combine studies fhir:Evidence.studyType [ CodeableConcept ]; # 0..1 The type of study that produced this evidence fhir:Evidence.statistic [ Statistic ], ... ; # 0..* Values and parameters for a single statistic fhir:Evidence.distribution [ OrderedDistribution ], ... ; # 0..* An ordered group of statistics fhir:Evidence.certainty [ # 0..* Certainty or quality of the evidence fhir:Evidence.certainty.description [ string ]; # 0..1 Textual description of certainty fhir:Evidence.certainty.note [ Annotation ], ... ; # 0..* Footnotes and/or explanatory notes fhir:Evidence.certainty.type [ CodeableConcept ]; # 0..1 Aspect of certainty being rated fhir:Evidence.certainty.rating [ CodeableConcept ]; # 0..1 Assessment or judgement of the aspect fhir:Evidence.certainty.rater [ string ]; # 0..1 Individual or group who did the rating fhir:Evidence.certainty.subcomponent [ See Evidence.certainty ], ... ; # 0..* A domain or subdomain of certainty ], ...; ]
Changes since Release 3
Evidence | |
Evidence.citeAs[x] |
|
Evidence.status |
|
Evidence.assertion |
|
Evidence.variableDefinition |
|
Evidence.variableDefinition.description |
|
Evidence.variableDefinition.note |
|
Evidence.variableDefinition.variableRole |
|
Evidence.variableDefinition.observed |
|
Evidence.variableDefinition.intended |
|
Evidence.variableDefinition.directnessMatch |
|
Evidence.synthesisType |
|
Evidence.studyType |
|
Evidence.statistic |
|
Evidence.distribution |
|
Evidence.certainty |
|
Evidence.certainty.description |
|
Evidence.certainty.note |
|
Evidence.certainty.type |
|
Evidence.certainty.rating |
|
Evidence.certainty.rater |
|
Evidence.certainty.subcomponent |
|
Evidence.name |
|
Evidence.shortTitle |
|
Evidence.subtitle |
|
Evidence.jurisdiction |
|
Evidence.copyright |
|
Evidence.effectivePeriod |
|
Evidence.topic |
|
Evidence.exposureBackground |
|
Evidence.exposureVariant |
|
Evidence.outcome |
|
See the Full Difference for further information
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 |
---|---|---|---|
Evidence.status | Required | PublicationStatus | |
Evidence.variableDefinition.variableRole | Extensible | EvidenceVariableRole | |
Evidence.variableDefinition.directnessMatch | Extensible | EvidenceDirectness | |
Evidence.synthesisType | Extensible | SynthesisType | |
Evidence.studyType | Extensible | StudyType | |
Evidence.certainty.type | Extensible | EvidenceCertaintyType | |
Evidence.certainty.rating | Extensible | EvidenceCertaintyRating |
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.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 | (Evidence.useContext.value as CodeableConcept) | |
context-quantity | quantity | A quantity- or range-valued use context assigned to the evidence | (Evidence.useContext.value as Quantity) | (Evidence.useContext.value as Range) | |
context-type | token | A type of use context assigned to the evidence | Evidence.useContext.code | |
context-type-quantity | composite | A use context type and quantity- or range-based value assigned to the evidence | On Evidence.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 | On Evidence.useContext: context-type: code context: value.as(CodeableConcept) | |
date N | date | The evidence publication date | Evidence.date | |
description N | string | The description of the evidence | Evidence.description | |
identifier | token | External identifier for the evidence | Evidence.identifier | |
publisher N | string | Name of the publisher of the evidence | Evidence.publisher | |
status N | token | The current status of the evidence | Evidence.status | |
title N | string | The human-friendly name of the evidence | Evidence.title | |
url N | uri | The uri that identifies the evidence | Evidence.url | |
version N | token | The business version of the evidence | Evidence.version |