This page is part of the FHIR Specification (v4.3.0: R4B - STU). 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
Clinical Decision Support Work Group | 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.
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
EvidenceReport | TU | DomainResource | A EvidenceReport + 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 EvidenceReport, represented as a globally unique URI |
status | ?!Σ | 1..1 | code | draft | active | retired | unknown PublicationStatus (Required) |
useContext | Σ | 0..* | UsageContext | The context that the content is intended to support |
identifier | Σ | 0..* | Identifier | Unique identifier for the evidence report |
relatedIdentifier | Σ | 0..* | Identifier | Identifiers for articles that may relate to more than one evidence report |
citeAs[x] | 0..1 | Citation for this report | ||
citeAsReference | Reference(Citation) | |||
citeAsMarkdown | markdown | |||
type | 0..1 | CodeableConcept | Kind of report EvidenceReportType (Example) | |
note | 0..* | Annotation | Used for footnotes and annotations | |
relatedArtifact | 0..* | RelatedArtifact | Link, description or reference to artifact associated with the report | |
subject | Σ | 1..1 | BackboneElement | Focus of the report |
characteristic | 0..* | BackboneElement | Characteristic | |
code | 1..1 | CodeableConcept | Characteristic code FocusCharacteristicCode (Extensible) | |
value[x] | 1..1 | Characteristic value | ||
valueReference | Reference(Any) | |||
valueCodeableConcept | CodeableConcept | |||
valueBoolean | boolean | |||
valueQuantity | Quantity | |||
valueRange | Range | |||
exclude | 0..1 | boolean | Is used to express not the characteristic | |
period | 0..1 | Period | Timeframe for the characteristic | |
note | 0..* | Annotation | Footnotes and/or explanatory notes | |
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 |
relatesTo | 0..* | BackboneElement | Relationships to other compositions/documents | |
code | 1..1 | code | replaces | amends | appends | transforms | replacedWith | amendedWith | appendedWith | transformedWith ReportRelationshipType (Required) | |
target[x] | 1..1 | Target of the relationship | ||
targetIdentifier | Identifier | |||
targetReference | Reference(EvidenceReport) | |||
section | 0..* | BackboneElement | Composition is broken into sections | |
title | 0..1 | string | Label for section (e.g. for ToC) | |
focus | 0..1 | CodeableConcept | Classification of section (recommended) ReportSectionType (Extensible) | |
focusReference | 0..1 | Reference(Any) | Classification of section by Resource | |
author | 0..* | Reference(Person | Device | Group | Organization) | Who and/or what authored the section | |
text | 0..1 | Narrative | Text summary of the section, for human interpretation | |
mode | 0..1 | code | working | snapshot | changes ListMode (Required) | |
orderedBy | 0..1 | CodeableConcept | Order of section entries List Order Codes (Preferred) | |
entryClassifier | 0..* | CodeableConcept | Extensible classifiers as content EvidenceClassifier (Extensible) | |
entryReference | 0..* | Reference(Any) | Reference to resources as content | |
entryQuantity | 0..* | Quantity | Quantity as content | |
emptyReason | 0..1 | CodeableConcept | Why the section is empty List Empty Reasons (Preferred) | |
section | 0..* | see section | Nested Section | |
Documentation for this format |
UML Diagram (Legend)
XML Template
<EvidenceReport 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 EvidenceReport, represented as a globally unique URI --> <status value="[code]"/><!-- 1..1 draft | active | retired | unknown --> <useContext><!-- 0..* UsageContext The context that the content is intended to support --></useContext> <identifier><!-- 0..* Identifier Unique identifier for the evidence report --></identifier> <relatedIdentifier><!-- 0..* Identifier Identifiers for articles that may relate to more than one evidence report --></relatedIdentifier> <citeAs[x]><!-- 0..1 Reference(Citation)|markdown Citation for this report --></citeAs[x]> <type><!-- 0..1 CodeableConcept Kind of report --></type> <note><!-- 0..* Annotation Used for footnotes and annotations --></note> <relatedArtifact><!-- 0..* RelatedArtifact Link, description or reference to artifact associated with the report --></relatedArtifact> <subject> <!-- 1..1 Focus of the report --> <characteristic> <!-- 0..* Characteristic --> <code><!-- 1..1 CodeableConcept Characteristic code --></code> <value[x]><!-- 1..1 Reference(Any)|CodeableConcept|boolean|Quantity|Range Characteristic value --></value[x]> <exclude value="[boolean]"/><!-- 0..1 Is used to express not the characteristic --> <period><!-- 0..1 Period Timeframe for the characteristic --></period> </characteristic> <note><!-- 0..* Annotation Footnotes and/or explanatory notes --></note> </subject> <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> <relatesTo> <!-- 0..* Relationships to other compositions/documents --> <code value="[code]"/><!-- 1..1 replaces | amends | appends | transforms | replacedWith | amendedWith | appendedWith | transformedWith --> <target[x]><!-- 1..1 Identifier|Reference(EvidenceReport) Target of the relationship --></target[x]> </relatesTo> <section> <!-- 0..* Composition is broken into sections --> <title value="[string]"/><!-- 0..1 Label for section (e.g. for ToC) --> <focus><!-- 0..1 CodeableConcept Classification of section (recommended) --></focus> <focusReference><!-- 0..1 Reference(Any) Classification of section by Resource --></focusReference> <author><!-- 0..* Reference(Device|Group|Organization|Person) Who and/or what authored the section --></author> <text><!-- 0..1 Narrative Text summary of the section, for human interpretation --></text> <mode value="[code]"/><!-- 0..1 working | snapshot | changes --> <orderedBy><!-- 0..1 CodeableConcept Order of section entries --></orderedBy> <entryClassifier><!-- 0..* CodeableConcept Extensible classifiers as content --></entryClassifier> <entryReference><!-- 0..* Reference(Any) Reference to resources as content --></entryReference> <entryQuantity><!-- 0..* Quantity Quantity as content --></entryQuantity> <emptyReason><!-- 0..1 CodeableConcept Why the section is empty --></emptyReason> <section><!-- 0..* Content as for EvidenceReport.section Nested Section --></section> </section> </EvidenceReport>
JSON Template
{ "resourceType" : "EvidenceReport", // from Resource: id, meta, implicitRules, and language // from DomainResource: text, contained, extension, and modifierExtension "url" : "<uri>", // Canonical identifier for this EvidenceReport, represented as a globally unique URI "status" : "<code>", // R! draft | active | retired | unknown "useContext" : [{ UsageContext }], // The context that the content is intended to support "identifier" : [{ Identifier }], // Unique identifier for the evidence report "relatedIdentifier" : [{ Identifier }], // Identifiers for articles that may relate to more than one evidence report // citeAs[x]: Citation for this report. One of these 2: "citeAsReference" : { Reference(Citation) }, "citeAsMarkdown" : "<markdown>", "type" : { CodeableConcept }, // Kind of report "note" : [{ Annotation }], // Used for footnotes and annotations "relatedArtifact" : [{ RelatedArtifact }], // Link, description or reference to artifact associated with the report "subject" : { // R! Focus of the report "characteristic" : [{ // Characteristic "code" : { CodeableConcept }, // R! Characteristic code // value[x]: Characteristic value. One of these 5: "valueReference" : { Reference(Any) }, "valueCodeableConcept" : { CodeableConcept }, "valueBoolean" : <boolean>, "valueQuantity" : { Quantity }, "valueRange" : { Range }, "exclude" : <boolean>, // Is used to express not the characteristic "period" : { Period } // Timeframe for the characteristic }], "note" : [{ Annotation }] // Footnotes and/or explanatory notes }, "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 "relatesTo" : [{ // Relationships to other compositions/documents "code" : "<code>", // R! replaces | amends | appends | transforms | replacedWith | amendedWith | appendedWith | transformedWith // target[x]: Target of the relationship. One of these 2: "targetIdentifier" : { Identifier } "targetReference" : { Reference(EvidenceReport) } }], "section" : [{ // Composition is broken into sections "title" : "<string>", // Label for section (e.g. for ToC) "focus" : { CodeableConcept }, // Classification of section (recommended) "focusReference" : { Reference(Any) }, // Classification of section by Resource "author" : [{ Reference(Device|Group|Organization|Person) }], // Who and/or what authored the section "text" : { Narrative }, // Text summary of the section, for human interpretation "mode" : "<code>", // working | snapshot | changes "orderedBy" : { CodeableConcept }, // Order of section entries "entryClassifier" : [{ CodeableConcept }], // Extensible classifiers as content "entryReference" : [{ Reference(Any) }], // Reference to resources as content "entryQuantity" : [{ Quantity }], // Quantity as content "emptyReason" : { CodeableConcept }, // Why the section is empty "section" : [{ Content as for EvidenceReport.section }] // Nested Section }] }
Turtle Template
@prefix fhir: <http://hl7.org/fhir/> . [ a fhir:EvidenceReport; 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:EvidenceReport.url [ uri ]; # 0..1 Canonical identifier for this EvidenceReport, represented as a globally unique URI fhir:EvidenceReport.status [ code ]; # 1..1 draft | active | retired | unknown fhir:EvidenceReport.useContext [ UsageContext ], ... ; # 0..* The context that the content is intended to support fhir:EvidenceReport.identifier [ Identifier ], ... ; # 0..* Unique identifier for the evidence report fhir:EvidenceReport.relatedIdentifier [ Identifier ], ... ; # 0..* Identifiers for articles that may relate to more than one evidence report # EvidenceReport.citeAs[x] : 0..1 Citation for this report. One of these 2 fhir:EvidenceReport.citeAsReference [ Reference(Citation) ] fhir:EvidenceReport.citeAsMarkdown [ markdown ] fhir:EvidenceReport.type [ CodeableConcept ]; # 0..1 Kind of report fhir:EvidenceReport.note [ Annotation ], ... ; # 0..* Used for footnotes and annotations fhir:EvidenceReport.relatedArtifact [ RelatedArtifact ], ... ; # 0..* Link, description or reference to artifact associated with the report fhir:EvidenceReport.subject [ # 1..1 Focus of the report fhir:EvidenceReport.subject.characteristic [ # 0..* Characteristic fhir:EvidenceReport.subject.characteristic.code [ CodeableConcept ]; # 1..1 Characteristic code # EvidenceReport.subject.characteristic.value[x] : 1..1 Characteristic value. One of these 5 fhir:EvidenceReport.subject.characteristic.valueReference [ Reference(Any) ] fhir:EvidenceReport.subject.characteristic.valueCodeableConcept [ CodeableConcept ] fhir:EvidenceReport.subject.characteristic.valueBoolean [ boolean ] fhir:EvidenceReport.subject.characteristic.valueQuantity [ Quantity ] fhir:EvidenceReport.subject.characteristic.valueRange [ Range ] fhir:EvidenceReport.subject.characteristic.exclude [ boolean ]; # 0..1 Is used to express not the characteristic fhir:EvidenceReport.subject.characteristic.period [ Period ]; # 0..1 Timeframe for the characteristic ], ...; fhir:EvidenceReport.subject.note [ Annotation ], ... ; # 0..* Footnotes and/or explanatory notes ]; fhir:EvidenceReport.publisher [ string ]; # 0..1 Name of the publisher (organization or individual) fhir:EvidenceReport.contact [ ContactDetail ], ... ; # 0..* Contact details for the publisher fhir:EvidenceReport.author [ ContactDetail ], ... ; # 0..* Who authored the content fhir:EvidenceReport.editor [ ContactDetail ], ... ; # 0..* Who edited the content fhir:EvidenceReport.reviewer [ ContactDetail ], ... ; # 0..* Who reviewed the content fhir:EvidenceReport.endorser [ ContactDetail ], ... ; # 0..* Who endorsed the content fhir:EvidenceReport.relatesTo [ # 0..* Relationships to other compositions/documents fhir:EvidenceReport.relatesTo.code [ code ]; # 1..1 replaces | amends | appends | transforms | replacedWith | amendedWith | appendedWith | transformedWith # EvidenceReport.relatesTo.target[x] : 1..1 Target of the relationship. One of these 2 fhir:EvidenceReport.relatesTo.targetIdentifier [ Identifier ] fhir:EvidenceReport.relatesTo.targetReference [ Reference(EvidenceReport) ] ], ...; fhir:EvidenceReport.section [ # 0..* Composition is broken into sections fhir:EvidenceReport.section.title [ string ]; # 0..1 Label for section (e.g. for ToC) fhir:EvidenceReport.section.focus [ CodeableConcept ]; # 0..1 Classification of section (recommended) fhir:EvidenceReport.section.focusReference [ Reference(Any) ]; # 0..1 Classification of section by Resource fhir:EvidenceReport.section.author [ Reference(Device|Group|Organization|Person) ], ... ; # 0..* Who and/or what authored the section fhir:EvidenceReport.section.text [ Narrative ]; # 0..1 Text summary of the section, for human interpretation fhir:EvidenceReport.section.mode [ code ]; # 0..1 working | snapshot | changes fhir:EvidenceReport.section.orderedBy [ CodeableConcept ]; # 0..1 Order of section entries fhir:EvidenceReport.section.entryClassifier [ CodeableConcept ], ... ; # 0..* Extensible classifiers as content fhir:EvidenceReport.section.entryReference [ Reference(Any) ], ... ; # 0..* Reference to resources as content fhir:EvidenceReport.section.entryQuantity [ Quantity ], ... ; # 0..* Quantity as content fhir:EvidenceReport.section.emptyReason [ CodeableConcept ]; # 0..1 Why the section is empty fhir:EvidenceReport.section.section [ See EvidenceReport.section ], ... ; # 0..* Nested Section ], ...; ]
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
EvidenceReport | TU | DomainResource | A EvidenceReport + 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 EvidenceReport, represented as a globally unique URI |
status | ?!Σ | 1..1 | code | draft | active | retired | unknown PublicationStatus (Required) |
useContext | Σ | 0..* | UsageContext | The context that the content is intended to support |
identifier | Σ | 0..* | Identifier | Unique identifier for the evidence report |
relatedIdentifier | Σ | 0..* | Identifier | Identifiers for articles that may relate to more than one evidence report |
citeAs[x] | 0..1 | Citation for this report | ||
citeAsReference | Reference(Citation) | |||
citeAsMarkdown | markdown | |||
type | 0..1 | CodeableConcept | Kind of report EvidenceReportType (Example) | |
note | 0..* | Annotation | Used for footnotes and annotations | |
relatedArtifact | 0..* | RelatedArtifact | Link, description or reference to artifact associated with the report | |
subject | Σ | 1..1 | BackboneElement | Focus of the report |
characteristic | 0..* | BackboneElement | Characteristic | |
code | 1..1 | CodeableConcept | Characteristic code FocusCharacteristicCode (Extensible) | |
value[x] | 1..1 | Characteristic value | ||
valueReference | Reference(Any) | |||
valueCodeableConcept | CodeableConcept | |||
valueBoolean | boolean | |||
valueQuantity | Quantity | |||
valueRange | Range | |||
exclude | 0..1 | boolean | Is used to express not the characteristic | |
period | 0..1 | Period | Timeframe for the characteristic | |
note | 0..* | Annotation | Footnotes and/or explanatory notes | |
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 |
relatesTo | 0..* | BackboneElement | Relationships to other compositions/documents | |
code | 1..1 | code | replaces | amends | appends | transforms | replacedWith | amendedWith | appendedWith | transformedWith ReportRelationshipType (Required) | |
target[x] | 1..1 | Target of the relationship | ||
targetIdentifier | Identifier | |||
targetReference | Reference(EvidenceReport) | |||
section | 0..* | BackboneElement | Composition is broken into sections | |
title | 0..1 | string | Label for section (e.g. for ToC) | |
focus | 0..1 | CodeableConcept | Classification of section (recommended) ReportSectionType (Extensible) | |
focusReference | 0..1 | Reference(Any) | Classification of section by Resource | |
author | 0..* | Reference(Person | Device | Group | Organization) | Who and/or what authored the section | |
text | 0..1 | Narrative | Text summary of the section, for human interpretation | |
mode | 0..1 | code | working | snapshot | changes ListMode (Required) | |
orderedBy | 0..1 | CodeableConcept | Order of section entries List Order Codes (Preferred) | |
entryClassifier | 0..* | CodeableConcept | Extensible classifiers as content EvidenceClassifier (Extensible) | |
entryReference | 0..* | Reference(Any) | Reference to resources as content | |
entryQuantity | 0..* | Quantity | Quantity as content | |
emptyReason | 0..1 | CodeableConcept | Why the section is empty List Empty Reasons (Preferred) | |
section | 0..* | see section | Nested Section | |
Documentation for this format |
XML Template
<EvidenceReport 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 EvidenceReport, represented as a globally unique URI --> <status value="[code]"/><!-- 1..1 draft | active | retired | unknown --> <useContext><!-- 0..* UsageContext The context that the content is intended to support --></useContext> <identifier><!-- 0..* Identifier Unique identifier for the evidence report --></identifier> <relatedIdentifier><!-- 0..* Identifier Identifiers for articles that may relate to more than one evidence report --></relatedIdentifier> <citeAs[x]><!-- 0..1 Reference(Citation)|markdown Citation for this report --></citeAs[x]> <type><!-- 0..1 CodeableConcept Kind of report --></type> <note><!-- 0..* Annotation Used for footnotes and annotations --></note> <relatedArtifact><!-- 0..* RelatedArtifact Link, description or reference to artifact associated with the report --></relatedArtifact> <subject> <!-- 1..1 Focus of the report --> <characteristic> <!-- 0..* Characteristic --> <code><!-- 1..1 CodeableConcept Characteristic code --></code> <value[x]><!-- 1..1 Reference(Any)|CodeableConcept|boolean|Quantity|Range Characteristic value --></value[x]> <exclude value="[boolean]"/><!-- 0..1 Is used to express not the characteristic --> <period><!-- 0..1 Period Timeframe for the characteristic --></period> </characteristic> <note><!-- 0..* Annotation Footnotes and/or explanatory notes --></note> </subject> <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> <relatesTo> <!-- 0..* Relationships to other compositions/documents --> <code value="[code]"/><!-- 1..1 replaces | amends | appends | transforms | replacedWith | amendedWith | appendedWith | transformedWith --> <target[x]><!-- 1..1 Identifier|Reference(EvidenceReport) Target of the relationship --></target[x]> </relatesTo> <section> <!-- 0..* Composition is broken into sections --> <title value="[string]"/><!-- 0..1 Label for section (e.g. for ToC) --> <focus><!-- 0..1 CodeableConcept Classification of section (recommended) --></focus> <focusReference><!-- 0..1 Reference(Any) Classification of section by Resource --></focusReference> <author><!-- 0..* Reference(Device|Group|Organization|Person) Who and/or what authored the section --></author> <text><!-- 0..1 Narrative Text summary of the section, for human interpretation --></text> <mode value="[code]"/><!-- 0..1 working | snapshot | changes --> <orderedBy><!-- 0..1 CodeableConcept Order of section entries --></orderedBy> <entryClassifier><!-- 0..* CodeableConcept Extensible classifiers as content --></entryClassifier> <entryReference><!-- 0..* Reference(Any) Reference to resources as content --></entryReference> <entryQuantity><!-- 0..* Quantity Quantity as content --></entryQuantity> <emptyReason><!-- 0..1 CodeableConcept Why the section is empty --></emptyReason> <section><!-- 0..* Content as for EvidenceReport.section Nested Section --></section> </section> </EvidenceReport>
JSON Template
{ "resourceType" : "EvidenceReport", // from Resource: id, meta, implicitRules, and language // from DomainResource: text, contained, extension, and modifierExtension "url" : "<uri>", // Canonical identifier for this EvidenceReport, represented as a globally unique URI "status" : "<code>", // R! draft | active | retired | unknown "useContext" : [{ UsageContext }], // The context that the content is intended to support "identifier" : [{ Identifier }], // Unique identifier for the evidence report "relatedIdentifier" : [{ Identifier }], // Identifiers for articles that may relate to more than one evidence report // citeAs[x]: Citation for this report. One of these 2: "citeAsReference" : { Reference(Citation) }, "citeAsMarkdown" : "<markdown>", "type" : { CodeableConcept }, // Kind of report "note" : [{ Annotation }], // Used for footnotes and annotations "relatedArtifact" : [{ RelatedArtifact }], // Link, description or reference to artifact associated with the report "subject" : { // R! Focus of the report "characteristic" : [{ // Characteristic "code" : { CodeableConcept }, // R! Characteristic code // value[x]: Characteristic value. One of these 5: "valueReference" : { Reference(Any) }, "valueCodeableConcept" : { CodeableConcept }, "valueBoolean" : <boolean>, "valueQuantity" : { Quantity }, "valueRange" : { Range }, "exclude" : <boolean>, // Is used to express not the characteristic "period" : { Period } // Timeframe for the characteristic }], "note" : [{ Annotation }] // Footnotes and/or explanatory notes }, "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 "relatesTo" : [{ // Relationships to other compositions/documents "code" : "<code>", // R! replaces | amends | appends | transforms | replacedWith | amendedWith | appendedWith | transformedWith // target[x]: Target of the relationship. One of these 2: "targetIdentifier" : { Identifier } "targetReference" : { Reference(EvidenceReport) } }], "section" : [{ // Composition is broken into sections "title" : "<string>", // Label for section (e.g. for ToC) "focus" : { CodeableConcept }, // Classification of section (recommended) "focusReference" : { Reference(Any) }, // Classification of section by Resource "author" : [{ Reference(Device|Group|Organization|Person) }], // Who and/or what authored the section "text" : { Narrative }, // Text summary of the section, for human interpretation "mode" : "<code>", // working | snapshot | changes "orderedBy" : { CodeableConcept }, // Order of section entries "entryClassifier" : [{ CodeableConcept }], // Extensible classifiers as content "entryReference" : [{ Reference(Any) }], // Reference to resources as content "entryQuantity" : [{ Quantity }], // Quantity as content "emptyReason" : { CodeableConcept }, // Why the section is empty "section" : [{ Content as for EvidenceReport.section }] // Nested Section }] }
Turtle Template
@prefix fhir: <http://hl7.org/fhir/> . [ a fhir:EvidenceReport; 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:EvidenceReport.url [ uri ]; # 0..1 Canonical identifier for this EvidenceReport, represented as a globally unique URI fhir:EvidenceReport.status [ code ]; # 1..1 draft | active | retired | unknown fhir:EvidenceReport.useContext [ UsageContext ], ... ; # 0..* The context that the content is intended to support fhir:EvidenceReport.identifier [ Identifier ], ... ; # 0..* Unique identifier for the evidence report fhir:EvidenceReport.relatedIdentifier [ Identifier ], ... ; # 0..* Identifiers for articles that may relate to more than one evidence report # EvidenceReport.citeAs[x] : 0..1 Citation for this report. One of these 2 fhir:EvidenceReport.citeAsReference [ Reference(Citation) ] fhir:EvidenceReport.citeAsMarkdown [ markdown ] fhir:EvidenceReport.type [ CodeableConcept ]; # 0..1 Kind of report fhir:EvidenceReport.note [ Annotation ], ... ; # 0..* Used for footnotes and annotations fhir:EvidenceReport.relatedArtifact [ RelatedArtifact ], ... ; # 0..* Link, description or reference to artifact associated with the report fhir:EvidenceReport.subject [ # 1..1 Focus of the report fhir:EvidenceReport.subject.characteristic [ # 0..* Characteristic fhir:EvidenceReport.subject.characteristic.code [ CodeableConcept ]; # 1..1 Characteristic code # EvidenceReport.subject.characteristic.value[x] : 1..1 Characteristic value. One of these 5 fhir:EvidenceReport.subject.characteristic.valueReference [ Reference(Any) ] fhir:EvidenceReport.subject.characteristic.valueCodeableConcept [ CodeableConcept ] fhir:EvidenceReport.subject.characteristic.valueBoolean [ boolean ] fhir:EvidenceReport.subject.characteristic.valueQuantity [ Quantity ] fhir:EvidenceReport.subject.characteristic.valueRange [ Range ] fhir:EvidenceReport.subject.characteristic.exclude [ boolean ]; # 0..1 Is used to express not the characteristic fhir:EvidenceReport.subject.characteristic.period [ Period ]; # 0..1 Timeframe for the characteristic ], ...; fhir:EvidenceReport.subject.note [ Annotation ], ... ; # 0..* Footnotes and/or explanatory notes ]; fhir:EvidenceReport.publisher [ string ]; # 0..1 Name of the publisher (organization or individual) fhir:EvidenceReport.contact [ ContactDetail ], ... ; # 0..* Contact details for the publisher fhir:EvidenceReport.author [ ContactDetail ], ... ; # 0..* Who authored the content fhir:EvidenceReport.editor [ ContactDetail ], ... ; # 0..* Who edited the content fhir:EvidenceReport.reviewer [ ContactDetail ], ... ; # 0..* Who reviewed the content fhir:EvidenceReport.endorser [ ContactDetail ], ... ; # 0..* Who endorsed the content fhir:EvidenceReport.relatesTo [ # 0..* Relationships to other compositions/documents fhir:EvidenceReport.relatesTo.code [ code ]; # 1..1 replaces | amends | appends | transforms | replacedWith | amendedWith | appendedWith | transformedWith # EvidenceReport.relatesTo.target[x] : 1..1 Target of the relationship. One of these 2 fhir:EvidenceReport.relatesTo.targetIdentifier [ Identifier ] fhir:EvidenceReport.relatesTo.targetReference [ Reference(EvidenceReport) ] ], ...; fhir:EvidenceReport.section [ # 0..* Composition is broken into sections fhir:EvidenceReport.section.title [ string ]; # 0..1 Label for section (e.g. for ToC) fhir:EvidenceReport.section.focus [ CodeableConcept ]; # 0..1 Classification of section (recommended) fhir:EvidenceReport.section.focusReference [ Reference(Any) ]; # 0..1 Classification of section by Resource fhir:EvidenceReport.section.author [ Reference(Device|Group|Organization|Person) ], ... ; # 0..* Who and/or what authored the section fhir:EvidenceReport.section.text [ Narrative ]; # 0..1 Text summary of the section, for human interpretation fhir:EvidenceReport.section.mode [ code ]; # 0..1 working | snapshot | changes fhir:EvidenceReport.section.orderedBy [ CodeableConcept ]; # 0..1 Order of section entries fhir:EvidenceReport.section.entryClassifier [ CodeableConcept ], ... ; # 0..* Extensible classifiers as content fhir:EvidenceReport.section.entryReference [ Reference(Any) ], ... ; # 0..* Reference to resources as content fhir:EvidenceReport.section.entryQuantity [ Quantity ], ... ; # 0..* Quantity as content fhir:EvidenceReport.section.emptyReason [ CodeableConcept ]; # 0..1 Why the section is empty fhir:EvidenceReport.section.section [ See EvidenceReport.section ], ... ; # 0..* Nested Section ], ...; ]
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 |