{
  "resourceType": "StructureDefinition",
  "id": "EvidenceReport",
  "meta": {
    "lastUpdated": "2021-01-04T23:01:24.148+00:00"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category",
      "valueString": "Specialized.Evidence-Based Medicine"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 0
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category",
      "valueCode": "business"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "cds"
    },
    {
      "url": "http://hl7.org/fhir/build/StructureDefinition/entered-in-error-status",
      "valueCode": ".status = retired"
    },
    {
      "url": "http://hl7.org/fhir/build/StructureDefinition/template",
      "valueString": "MetadataResource"
    }
  ],
  "url": "http://hl7.org/fhir/StructureDefinition/EvidenceReport",
  "version": "4.6.0",
  "name": "EvidenceReport",
  "status": "draft",
  "date": "2021-01-04T23:01:24+00:00",
  "publisher": "Health Level Seven International (Clinical Decision Support)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        }
      ]
    },
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/dss/index.cfm"
        }
      ]
    }
  ],
  "description": "The EvidenceReport Resource is a specialized container for a collection of resources and codeable concepts, adapted to support compositions of Evidence, EvidenceVariable, and Citation resources and related concepts.",
  "fhirVersion": "4.6.0",
  "mapping": [
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    },
    {
      "identity": "workflow",
      "uri": "http://hl7.org/fhir/workflow",
      "name": "Workflow Pattern"
    },
    {
      "identity": "objimpl",
      "uri": "http://hl7.org/fhir/object-implementation",
      "name": "Object Implementation Information"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "EvidenceReport",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/MetadataResource",
  "derivation": "specialization",
  "differential": {
    "element": [
      {
        "id": "EvidenceReport",
        "extension": [
          {
            "url": "http://hl7.org/fhir/build/StructureDefinition/svg",
            "valueCode": "0,40"
          }
        ],
        "path": "EvidenceReport",
        "short": "A EvidenceReport",
        "definition": "The EvidenceReport Resource is a specialized container for a collection of resources and codeable concepts, adapted to support compositions of Evidence, EvidenceVariable, and Citation resources and related concepts.",
        "min": 0,
        "max": "*",
        "constraint": [
          {
            "key": "cnl-0",
            "severity": "warning",
            "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation",
            "expression": "name.matches('[A-Z]([A-Za-z0-9_]){0,254}')",
            "xpath": "not(exists(f:name/@value)) or matches(f:name/@value, '[A-Z]([A-Za-z0-9_]){0,254}')",
            "source": "http://hl7.org/fhir/StructureDefinition/EvidenceReport"
          }
        ],
        "mapping": [
          {
            "identity": "w5",
            "map": "clinical.general"
          }
        ]
      },
      {
        "id": "EvidenceReport.url",
        "path": "EvidenceReport.url",
        "short": "Canonical identifier for this EvidenceReport, represented as a globally unique URI",
        "definition": "An absolute URI that is used to identify this EvidenceReport when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which at which an authoritative instance of this summary is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the summary is stored on different servers.",
        "comment": "Can be a urn:uuid: or a urn:oid: but real http: addresses are preferred. Multiple instances may share the same URL if they have a distinct version.",
        "requirements": "Allows the EvidenceReport to be referenced by a single globally unique identifier.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "mapping": [
          {
            "identity": "workflow",
            "map": "Definition.url"
          },
          {
            "identity": "w5",
            "map": "FiveWs.identifier"
          }
        ]
      },
      {
        "id": "EvidenceReport.status",
        "path": "EvidenceReport.status",
        "short": "draft | active | retired | unknown",
        "definition": "The status of this summary. Enables tracking the life-cycle of the content.",
        "comment": "Allows filtering of summaries that are appropriate for use versus not.",
        "requirements": "Allows filtering of EvidenceReports that are appropriate for use versus not.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isModifier": true,
        "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not use a retired {{title}} without due consideration",
        "isSummary": true,
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "PublicationStatus"
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding",
              "valueBoolean": true
            }
          ],
          "strength": "required",
          "description": "The lifecycle status of an artifact.",
          "valueSet": "http://hl7.org/fhir/ValueSet/publication-status"
        },
        "mapping": [
          {
            "identity": "workflow",
            "map": "Definition.status"
          },
          {
            "identity": "w5",
            "map": "FiveWs.status"
          }
        ]
      },
      {
        "id": "EvidenceReport.useContext",
        "path": "EvidenceReport.useContext",
        "short": "The context that the content is intended to support",
        "definition": "The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate evidence report instances.",
        "comment": "When multiple useContexts are specified, there is no expectation that all or any of the contexts apply.",
        "requirements": "Assist in searching for appropriate content.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "UsageContext"
          }
        ],
        "isSummary": true,
        "mapping": [
          {
            "identity": "workflow",
            "map": "Definition.useContext"
          }
        ]
      },
      {
        "id": "EvidenceReport.identifier",
        "path": "EvidenceReport.identifier",
        "short": "Unique identifier for the evidence report",
        "definition": "A formal identifier that is used to identify this EvidenceReport when it is represented in other formats, or referenced in a specification, model, design or an instance.",
        "comment": "This element will contain unique identifiers that support de-duplication of EvidenceReports. This identifier can be valid for only one EvidenceReport resource.",
        "requirements": "Allows externally provided and/or usable identifiers to be associated with this EvidenceReport.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "mapping": [
          {
            "identity": "workflow",
            "map": "Definition.identifier"
          },
          {
            "identity": "w5",
            "map": "FiveWs.identifier"
          },
          {
            "identity": "objimpl",
            "map": "no-gen-base"
          }
        ]
      },
      {
        "id": "EvidenceReport.relatedIdentifier",
        "path": "EvidenceReport.relatedIdentifier",
        "short": "Identifiers for articles that may relate to more than one evidence report",
        "definition": "A formal identifier that is used to identify things closely related to this EvidenceReport.",
        "comment": "May include trial registry identifiers, e.g. NCT04372602 from clinicaltrials.gov. This identifier can be valid for multiple EvidenceReport resources.",
        "requirements": "Allows externally provided and/or usable identifiers to be associated with this EvidenceReport.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true
      },
      {
        "id": "EvidenceReport.citeAs[x]",
        "extension": [
          {
            "url": "http://hl7.org/fhir/build/StructureDefinition/svg",
            "valueCode": "490,150"
          }
        ],
        "path": "EvidenceReport.citeAs[x]",
        "short": "Citation for this report",
        "definition": "Citation Resource or display of suggested citation for this report.",
        "comment": "used for reports for which external citation is expected, such as use in support of scholarly publications.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Citation"
            ]
          },
          {
            "code": "markdown"
          }
        ]
      },
      {
        "id": "EvidenceReport.type",
        "path": "EvidenceReport.type",
        "short": "Kind of report",
        "definition": "Specifies the kind of report, such as grouping of classifiers, search results, or human-compiled expression.",
        "requirements": "May be used in searching and filtering.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "EvidenceReportType"
            }
          ],
          "strength": "example",
          "description": "The kind of report, such as grouping of classifiers, search results, or human-compiled expression.",
          "valueSet": "http://hl7.org/fhir/ValueSet/evidence-report-type"
        }
      },
      {
        "id": "EvidenceReport.note",
        "path": "EvidenceReport.note",
        "short": "Used for footnotes and annotations",
        "definition": "Used for footnotes and annotations.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Annotation"
          }
        ]
      },
      {
        "id": "EvidenceReport.relatedArtifact",
        "path": "EvidenceReport.relatedArtifact",
        "short": "Link, description or reference to artifact associated with the report",
        "definition": "Link, description or reference to artifact associated with the report.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "RelatedArtifact"
          }
        ]
      },
      {
        "id": "EvidenceReport.subject",
        "path": "EvidenceReport.subject",
        "short": "Focus of the report",
        "definition": "Specifies the subject or focus of the report. Answers \"What is this report about?\".",
        "comment": "May be used as an expression for search queries and search results",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true
      },
      {
        "id": "EvidenceReport.subject.characteristic",
        "path": "EvidenceReport.subject.characteristic",
        "short": "Characteristic",
        "definition": "Characteristic.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "EvidenceReport.subject.characteristic.code",
        "path": "EvidenceReport.subject.characteristic.code",
        "short": "Characteristic code",
        "definition": "Characteristic code.",
        "comment": "Example 1 is a Citation. Example 2 is a type of outcome. Example 3 is a specific outcome.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "FocusCharacteristicCode"
            }
          ],
          "strength": "extensible",
          "description": "Evidence focus characteristic code.",
          "valueSet": "http://hl7.org/fhir/ValueSet/focus-characteristic-code"
        }
      },
      {
        "id": "EvidenceReport.subject.characteristic.value[x]",
        "path": "EvidenceReport.subject.characteristic.value[x]",
        "short": "Characteristic value",
        "definition": "Characteristic value.",
        "comment": "Example 1 is Citation #37. Example 2 is selecting clinical outcomes. Example 3 is 1-year mortality.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Resource"
            ]
          },
          {
            "code": "CodeableConcept"
          },
          {
            "code": "boolean"
          },
          {
            "code": "Quantity"
          },
          {
            "code": "Range"
          }
        ]
      },
      {
        "id": "EvidenceReport.subject.characteristic.exclude",
        "path": "EvidenceReport.subject.characteristic.exclude",
        "short": "Is used to express not the characteristic",
        "definition": "Is used to express not the characteristic.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ]
      },
      {
        "id": "EvidenceReport.subject.characteristic.period",
        "path": "EvidenceReport.subject.characteristic.period",
        "short": "Timeframe for the characteristic",
        "definition": "Timeframe for the characteristic.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Period"
          }
        ]
      },
      {
        "id": "EvidenceReport.subject.note",
        "path": "EvidenceReport.subject.note",
        "short": "Footnotes and/or explanatory notes",
        "definition": "Used for general notes and annotations not coded elsewhere.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Annotation"
          }
        ]
      },
      {
        "id": "EvidenceReport.publisher",
        "path": "EvidenceReport.publisher",
        "short": "Name of the publisher (organization or individual)",
        "definition": "The name of the organization or individual that published the evidence report.",
        "comment": "Usually an organization but may be an individual. The publisher (or steward) of the evidence report is the organization or individual primarily responsible for the maintenance and upkeep of the evidence report. This is not necessarily the same individual or organization that developed and initially authored the content. The publisher is the primary point of contact for questions or issues with the evidence report. This item SHOULD be populated unless the information is available from context.",
        "requirements": "Helps establish the \"authority/credibility\" of the evidence report. May also allow for contact.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "mapping": [
          {
            "identity": "workflow",
            "map": "Definition.publisher"
          },
          {
            "identity": "w5",
            "map": "FiveWs.witness"
          }
        ]
      },
      {
        "id": "EvidenceReport.contact",
        "path": "EvidenceReport.contact",
        "short": "Contact details for the publisher",
        "definition": "Contact details to assist a user in finding and communicating with the publisher.",
        "comment": "Extensions to ContactDetail include: contactReference, contactAddress, and contributionTime (Details at: http://build.fhir.org/clinicalreasoning-module.html).",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "ContactDetail"
          }
        ],
        "isSummary": true,
        "mapping": [
          {
            "identity": "workflow",
            "map": "Definition.contact"
          }
        ]
      },
      {
        "id": "EvidenceReport.author",
        "path": "EvidenceReport.author",
        "short": "Who authored the content",
        "definition": "An individiual, organization, or device primarily involved in the creation and maintenance of the content.",
        "comment": "Extensions to ContactDetail include: contactReference, contactAddress, and contributionTime (Details at: http://build.fhir.org/clinicalreasoning-module.html).",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "ContactDetail"
          }
        ],
        "isSummary": true
      },
      {
        "id": "EvidenceReport.editor",
        "path": "EvidenceReport.editor",
        "short": "Who edited the content",
        "definition": "An individiual, organization, or device primarily responsible for internal coherence of the content.",
        "comment": "Extensions to ContactDetail include: contactReference, contactAddress, and contributionTime (Details at: http://build.fhir.org/clinicalreasoning-module.html).",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "ContactDetail"
          }
        ]
      },
      {
        "id": "EvidenceReport.reviewer",
        "path": "EvidenceReport.reviewer",
        "short": "Who reviewed the content",
        "definition": "An individiual, organization, or device primarily responsible for review of some aspect of the content.",
        "comment": "Extensions to ContactDetail include: contactReference, contactAddress, and contributionTime (Details at: http://build.fhir.org/clinicalreasoning-module.html).",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "ContactDetail"
          }
        ]
      },
      {
        "id": "EvidenceReport.endorser",
        "path": "EvidenceReport.endorser",
        "short": "Who endorsed the content",
        "definition": "An individiual, organization, or device responsible for officially endorsing the content for use in some setting.",
        "comment": "Extensions to ContactDetail include: contactReference, contactAddress, and contributionTime (Details at: http://build.fhir.org/clinicalreasoning-module.html).",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "ContactDetail"
          }
        ],
        "isSummary": true
      },
      {
        "id": "EvidenceReport.relatesTo",
        "path": "EvidenceReport.relatesTo",
        "short": "Relationships to other compositions/documents",
        "definition": "Relationships that this composition has with other compositions or documents that already exist.",
        "comment": "A document is a version specific composition.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "EvidenceReport.relatesTo.code",
        "path": "EvidenceReport.relatesTo.code",
        "short": "replaces | amends | appends | transforms | replacedWith | amendedWith | appendedWith | transformedWith",
        "definition": "The type of relationship that this composition has with anther composition or document.",
        "comment": "If this document appends another document, then the document cannot be fully understood without also accessing the referenced document.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "ReportRelationshipType"
            }
          ],
          "strength": "required",
          "description": "The type of relationship between reports.",
          "valueSet": "http://hl7.org/fhir/ValueSet/report-relation-type"
        }
      },
      {
        "id": "EvidenceReport.relatesTo.target",
        "path": "EvidenceReport.relatesTo.target",
        "short": "Target of the relationship",
        "definition": "The target composition/document of this relationship.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "EvidenceReport.relatesTo.target.url",
        "path": "EvidenceReport.relatesTo.target.url",
        "short": "Target of the relationship URL",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ]
      },
      {
        "id": "EvidenceReport.relatesTo.target.identifier",
        "path": "EvidenceReport.relatesTo.target.identifier",
        "short": "Target of the relationship Identifier",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "EvidenceReport.relatesTo.target.display",
        "path": "EvidenceReport.relatesTo.target.display",
        "short": "Target of the relationship Display",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "markdown"
          }
        ]
      },
      {
        "id": "EvidenceReport.relatesTo.target.resource",
        "path": "EvidenceReport.relatesTo.target.resource",
        "short": "Target of the relationship Resource reference",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Resource"
            ]
          }
        ]
      },
      {
        "id": "EvidenceReport.relatesTo.target.attachment",
        "path": "Citation.citedArtifact.relatesTo.target.attachment",
        "short": "Target of the relationship Attachment",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Attachment"
          }
        ]
      },
      {
        "id": "EvidenceReport.section",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
            "valueString": "Section"
          }
        ],
        "path": "EvidenceReport.section",
        "short": "Composition is broken into sections",
        "definition": "The root of the sections that make up the composition.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "EvidenceReport.section.title",
        "path": "EvidenceReport.section.title",
        "short": "Label for section (e.g. for ToC)",
        "definition": "The label for this particular section.  This will be part of the rendered content for the document, and is often used to build a table of contents.",
        "comment": "The title identifies the section for a human reader. The title must be consistent with the narrative of the resource that is the target of the section.content reference. Generally, sections SHOULD have titles, but in some documents, it is unnecessary or inappropriate. Typically, this is where a section has subsections that have their own adequately distinguishing title,  or documents that only have a single section.",
        "requirements": "Section headings are often standardized for different types of documents.  They give guidance to humans on how the document is organized.",
        "alias": [
          "header",
          "label",
          "caption"
        ],
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "EvidenceReport.section.focus",
        "path": "EvidenceReport.section.focus",
        "short": "Classification of section (recommended)",
        "definition": "A code identifying the kind of content contained within the section. This should be consistent with the section title.",
        "comment": "The code identifies the section for an automated processor of the document. This is particularly relevant when using profiles to control the structure of the document.   \n\nIf the section has content (instead of sub-sections), the section.code does not change the meaning or interpretation of the resource that is the content of the section in the comments for the section.code.",
        "requirements": "Provides computable standardized labels to sections within the document.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "ReportSectionType"
            }
          ],
          "strength": "extensible",
          "description": "Evidence Report Section Type.",
          "valueSet": "http://hl7.org/fhir/ValueSet/evidence-report-section"
        }
      },
      {
        "id": "EvidenceReport.section.focusReference",
        "path": "EvidenceReport.section.focusReference",
        "short": "Classification of section by Resource",
        "definition": "A definitional Resource identifying the kind of content contained within the section. This should be consistent with the section title.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Resource"
            ]
          }
        ]
      },
      {
        "id": "EvidenceReport.section.author",
        "path": "EvidenceReport.section.author",
        "short": "Who and/or what authored the section",
        "definition": "Identifies who is responsible for the information in this section, not necessarily who typed it in.",
        "requirements": "Identifies who is responsible for the content.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Person",
              "http://hl7.org/fhir/StructureDefinition/Device",
              "http://hl7.org/fhir/StructureDefinition/Group",
              "http://hl7.org/fhir/StructureDefinition/Organization"
            ]
          }
        ]
      },
      {
        "id": "EvidenceReport.section.text",
        "path": "EvidenceReport.section.text",
        "short": "Text summary of the section, for human interpretation",
        "definition": "A human-readable narrative that contains the attested content of the section, used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is peferred to contain sufficient detail to make it acceptable for a human to just read the narrative.",
        "comment": "Document profiles may define what content should be represented in the narrative.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ]
      },
      {
        "id": "EvidenceReport.section.mode",
        "path": "EvidenceReport.section.mode",
        "short": "working | snapshot | changes",
        "definition": "How the entry list was prepared - whether it is a working list that is suitable for being maintained on an ongoing basis, or if it represents a snapshot of a list of items from another source, or whether it is a prepared list where items may be marked as added, modified or deleted.",
        "comment": "This element is labeled as a modifier because a change list must not be misunderstood as a complete list.",
        "requirements": "Sections are used in various ways, and it must be known in what way it is safe to use the entries in them.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "SectionMode"
            }
          ],
          "strength": "required",
          "description": "The processing mode that applies to this section.",
          "valueSet": "http://hl7.org/fhir/ValueSet/list-mode"
        }
      },
      {
        "id": "EvidenceReport.section.orderedBy",
        "path": "EvidenceReport.section.orderedBy",
        "short": "Order of section entries",
        "definition": "Specifies the order applied to the items in the section entries.",
        "comment": "Applications SHOULD render ordered lists in the order provided, but MAY allow users to re-order based on their own preferences as well. If there is no order specified, the order is unknown, though there may still be some order.",
        "requirements": "Important for presentation and rendering.  Lists may be sorted to place more important information first or to group related entries.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "SectionEntryOrder"
            }
          ],
          "strength": "preferred",
          "description": "What order applies to the items in the entry.",
          "valueSet": "http://hl7.org/fhir/ValueSet/list-order"
        }
      },
      {
        "id": "EvidenceReport.section.entryClassifier",
        "path": "EvidenceReport.section.entryClassifier",
        "short": "Extensible classifiers as content",
        "definition": "Specifies any type of classification of the evidence report.",
        "requirements": "May be used in searching and filtering, or may be the key content of the report.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "EvidenceClassifier"
            }
          ],
          "strength": "extensible",
          "description": "Commonly used classifiers for evidence sets.",
          "valueSet": "http://hl7.org/fhir/ValueSet/evidence-classifier-code"
        }
      },
      {
        "id": "EvidenceReport.section.entryReference",
        "path": "EvidenceReport.section.entryReference",
        "short": "Reference to resources as content",
        "definition": "A reference to the actual resource from which the narrative in the section is derived.",
        "comment": "If there are no entries in the list, an emptyReason SHOULD be provided.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Resource"
            ]
          }
        ]
      },
      {
        "id": "EvidenceReport.section.entryQuantity",
        "path": "EvidenceReport.section.entryQuantity",
        "short": "Quantity as content",
        "definition": "Quantity as content.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Quantity"
          }
        ]
      },
      {
        "id": "EvidenceReport.section.emptyReason",
        "path": "EvidenceReport.section.emptyReason",
        "short": "Why the section is empty",
        "definition": "If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason.",
        "comment": "The various reasons for an empty section make a significant interpretation to its interpretation. Note that this code is for use when the entire section content has been suppressed, and not for when individual items are omitted - implementers may consider using a text note or a flag on an entry in these cases.",
        "requirements": "Allows capturing things like \"none exist\" or \"not asked\" which can be important for most lists.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "SectionEmptyReason"
            }
          ],
          "strength": "preferred",
          "description": "If a section is empty, why it is empty.",
          "valueSet": "http://hl7.org/fhir/ValueSet/list-empty-reason"
        }
      },
      {
        "id": "EvidenceReport.section.section",
        "path": "EvidenceReport.section.section",
        "short": "Nested Section",
        "definition": "A nested sub-section within this section.",
        "comment": "Nested sections are primarily used to help human readers navigate to particular portions of the document.",
        "min": 0,
        "max": "*",
        "contentReference": "#EvidenceReport.section"
      }
    ]
  }
}