This page is part of the FHIR Specification (v4.5.0: R5 Preview #3). 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 |
This represents statistics, certainty, both the intended and actual population, and evidence variables.
No resources refer to this resource directly.
This resource does not implement any patterns.
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Evidence | TU | MetadataResource | 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, identifier, version, name, title, status, experimental, date, publisher, contact, description, useContext, jurisdiction, purpose, copyright, approvalDate, lastReviewDate, effectivePeriod | |
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) |
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 particular type of synthesis if this is a synthesis summary SynthesisType (Extensible) | |
studyType | 0..1 | CodeableConcept | The type of study that produced this summary StudyType (Extensible) | |
statistic | 0..* | Statistic | Values and parameters for a single statistic | |
distribution | 0..* | OrderedDistribution | An ordered group of statistics | |
certainty | 0..* | BackboneElement | Level of certainty | |
description | 0..1 | string | Textual description of certainty | |
note | 0..* | Annotation | Footnotes and/or explanatory notes | |
rating | 0..* | CodeableConcept | Quality or certainty of the Evidence QualityOfEvidenceRating (Preferred) | |
certaintySubcomponent | 0..* | BackboneElement | A domain or subdomain of certainty rating | |
description | 0..1 | string | Textual description of certainty subcomponent | |
note | 0..* | Annotation | Footnotes and/or explanatory notes | |
type | 0..* | CodeableConcept | Aspect of quality or certainty being rated CertaintySubcomponentType (Extensible) | |
rating | 0..* | CodeableConcept | Quality or certainty of the aspect CertaintySubcomponentRating (Extensible) | |
Documentation for this format |
UML Diagram (Legend)
XML Template
<Evidence xmlns="http://hl7.org/fhir"> <!-- from Resource: id, meta, implicitRules, and language --> <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) --> <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 particular type of synthesis if this is a synthesis summary --></synthesisType> <studyType><!-- 0..1 CodeableConcept The type of study that produced this summary --></studyType> <statistic><!-- 0..* Statistic Values and parameters for a single statistic --></statistic> <distribution><!-- 0..* OrderedDistribution An ordered group of statistics --></distribution> <certainty> <!-- 0..* Level of certainty --> <description value="[string]"/><!-- 0..1 Textual description of certainty --> <note><!-- 0..* Annotation Footnotes and/or explanatory notes --></note> <rating><!-- 0..* CodeableConcept Quality or certainty of the Evidence --></rating> <certaintySubcomponent> <!-- 0..* A domain or subdomain of certainty rating --> <description value="[string]"/><!-- 0..1 Textual description of certainty subcomponent --> <note><!-- 0..* Annotation Footnotes and/or explanatory notes --></note> <type><!-- 0..* CodeableConcept Aspect of quality or certainty being rated --></type> <rating><!-- 0..* CodeableConcept Quality or certainty of the aspect --></rating> </certaintySubcomponent> </certainty> </Evidence>
JSON Template
{ "resourceType" : "Evidence", // from Resource: id, meta, implicitRules, and language "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) "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 particular type of synthesis if this is a synthesis summary "studyType" : { CodeableConcept }, // The type of study that produced this summary "statistic" : [{ Statistic }], // Values and parameters for a single statistic "distribution" : [{ OrderedDistribution }], // An ordered group of statistics "certainty" : [{ // Level of certainty "description" : "<string>", // Textual description of certainty "note" : [{ Annotation }], // Footnotes and/or explanatory notes "rating" : [{ CodeableConcept }], // Quality or certainty of the Evidence "certaintySubcomponent" : [{ // A domain or subdomain of certainty rating "description" : "<string>", // Textual description of certainty subcomponent "note" : [{ Annotation }], // Footnotes and/or explanatory notes "type" : [{ CodeableConcept }], // Aspect of quality or certainty being rated "rating" : [{ CodeableConcept }] // Quality or certainty of the aspect }] }] }
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 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) 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 particular type of synthesis if this is a synthesis summary fhir:Evidence.studyType [ CodeableConcept ]; # 0..1 The type of study that produced this summary 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..* Level of certainty 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.rating [ CodeableConcept ], ... ; # 0..* Quality or certainty of the Evidence fhir:Evidence.certainty.certaintySubcomponent [ # 0..* A domain or subdomain of certainty rating fhir:Evidence.certainty.certaintySubcomponent.description [ string ]; # 0..1 Textual description of certainty subcomponent fhir:Evidence.certainty.certaintySubcomponent.note [ Annotation ], ... ; # 0..* Footnotes and/or explanatory notes fhir:Evidence.certainty.certaintySubcomponent.type [ CodeableConcept ], ... ; # 0..* Aspect of quality or certainty being rated fhir:Evidence.certainty.certaintySubcomponent.rating [ CodeableConcept ], ... ; # 0..* Quality or certainty of the aspect ], ...; ], ...; ]
Changes since R3
Evidence | |
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.rating |
|
Evidence.certainty.certaintySubcomponent |
|
Evidence.certainty.certaintySubcomponent.description |
|
Evidence.certainty.certaintySubcomponent.note |
|
Evidence.certainty.certaintySubcomponent.type |
|
Evidence.certainty.certaintySubcomponent.rating |
|
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 | MetadataResource | 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, identifier, version, name, title, status, experimental, date, publisher, contact, description, useContext, jurisdiction, purpose, copyright, approvalDate, lastReviewDate, effectivePeriod | |
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) |
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 particular type of synthesis if this is a synthesis summary SynthesisType (Extensible) | |
studyType | 0..1 | CodeableConcept | The type of study that produced this summary StudyType (Extensible) | |
statistic | 0..* | Statistic | Values and parameters for a single statistic | |
distribution | 0..* | OrderedDistribution | An ordered group of statistics | |
certainty | 0..* | BackboneElement | Level of certainty | |
description | 0..1 | string | Textual description of certainty | |
note | 0..* | Annotation | Footnotes and/or explanatory notes | |
rating | 0..* | CodeableConcept | Quality or certainty of the Evidence QualityOfEvidenceRating (Preferred) | |
certaintySubcomponent | 0..* | BackboneElement | A domain or subdomain of certainty rating | |
description | 0..1 | string | Textual description of certainty subcomponent | |
note | 0..* | Annotation | Footnotes and/or explanatory notes | |
type | 0..* | CodeableConcept | Aspect of quality or certainty being rated CertaintySubcomponentType (Extensible) | |
rating | 0..* | CodeableConcept | Quality or certainty of the aspect CertaintySubcomponentRating (Extensible) | |
Documentation for this format |
XML Template
<Evidence xmlns="http://hl7.org/fhir"> <!-- from Resource: id, meta, implicitRules, and language --> <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) --> <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 particular type of synthesis if this is a synthesis summary --></synthesisType> <studyType><!-- 0..1 CodeableConcept The type of study that produced this summary --></studyType> <statistic><!-- 0..* Statistic Values and parameters for a single statistic --></statistic> <distribution><!-- 0..* OrderedDistribution An ordered group of statistics --></distribution> <certainty> <!-- 0..* Level of certainty --> <description value="[string]"/><!-- 0..1 Textual description of certainty --> <note><!-- 0..* Annotation Footnotes and/or explanatory notes --></note> <rating><!-- 0..* CodeableConcept Quality or certainty of the Evidence --></rating> <certaintySubcomponent> <!-- 0..* A domain or subdomain of certainty rating --> <description value="[string]"/><!-- 0..1 Textual description of certainty subcomponent --> <note><!-- 0..* Annotation Footnotes and/or explanatory notes --></note> <type><!-- 0..* CodeableConcept Aspect of quality or certainty being rated --></type> <rating><!-- 0..* CodeableConcept Quality or certainty of the aspect --></rating> </certaintySubcomponent> </certainty> </Evidence>
JSON Template
{ "resourceType" : "Evidence", // from Resource: id, meta, implicitRules, and language "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) "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 particular type of synthesis if this is a synthesis summary "studyType" : { CodeableConcept }, // The type of study that produced this summary "statistic" : [{ Statistic }], // Values and parameters for a single statistic "distribution" : [{ OrderedDistribution }], // An ordered group of statistics "certainty" : [{ // Level of certainty "description" : "<string>", // Textual description of certainty "note" : [{ Annotation }], // Footnotes and/or explanatory notes "rating" : [{ CodeableConcept }], // Quality or certainty of the Evidence "certaintySubcomponent" : [{ // A domain or subdomain of certainty rating "description" : "<string>", // Textual description of certainty subcomponent "note" : [{ Annotation }], // Footnotes and/or explanatory notes "type" : [{ CodeableConcept }], // Aspect of quality or certainty being rated "rating" : [{ CodeableConcept }] // Quality or certainty of the aspect }] }] }
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 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) 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 particular type of synthesis if this is a synthesis summary fhir:Evidence.studyType [ CodeableConcept ]; # 0..1 The type of study that produced this summary 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..* Level of certainty 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.rating [ CodeableConcept ], ... ; # 0..* Quality or certainty of the Evidence fhir:Evidence.certainty.certaintySubcomponent [ # 0..* A domain or subdomain of certainty rating fhir:Evidence.certainty.certaintySubcomponent.description [ string ]; # 0..1 Textual description of certainty subcomponent fhir:Evidence.certainty.certaintySubcomponent.note [ Annotation ], ... ; # 0..* Footnotes and/or explanatory notes fhir:Evidence.certainty.certaintySubcomponent.type [ CodeableConcept ], ... ; # 0..* Aspect of quality or certainty being rated fhir:Evidence.certainty.certaintySubcomponent.rating [ CodeableConcept ], ... ; # 0..* Quality or certainty of the aspect ], ...; ], ...; ]
Changes since Release 3
Evidence | |
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.rating |
|
Evidence.certainty.certaintySubcomponent |
|
Evidence.certainty.certaintySubcomponent.description |
|
Evidence.certainty.certaintySubcomponent.note |
|
Evidence.certainty.certaintySubcomponent.type |
|
Evidence.certainty.certaintySubcomponent.rating |
|
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) , the spreadsheet version & the dependency analysis a
Path | Definition | Type | Reference |
---|---|---|---|
Evidence.status | The lifecycle status of an artifact. | Required | PublicationStatus |
Evidence.variableDefinition.variableRole | The role that the assertion variable plays. | Extensible | EvidenceVariableRole |
Evidence.variableDefinition.directnessMatch | The quality of how direct the match is. | Extensible | EvidenceDirectness |
Evidence.synthesisType | Types of combining results from a body of evidence (eg. summary data meta-analysis). | Extensible | SynthesisType |
Evidence.studyType | The type of study the evidence was derived from. | Extensible | StudyType |
Evidence.certainty.rating | The relative quality of the statistic. | Preferred | QualityOfEvidenceRating |
Evidence.certainty.certaintySubcomponent.type | The subcomponent classification of quality of evidence rating systems. | Extensible | CertaintySubcomponentType |
Evidence.certainty.certaintySubcomponent.rating | The quality rating of the subcomponent of a quality of evidence rating. | Extensible | CertaintySubcomponentRating |
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 |