Data Model Libraries
    Preparing search index...

    EvidenceReportSectionComponent Class

    FHIR Specification

    • Short: Composition is broken into sections
    • Definition: The root of the sections that make up the composition.

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    title?: StringType

    EvidenceReport.section.title Element

    FHIR Specification

    • 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.
    • FHIR Type: string
    • Cardinality: 0..1
    • isModifier: false
    • isSummary: false

    EvidenceReport.section.focus Element

    FHIR Specification

    • 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. If 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.
    • FHIR Type: CodeableConcept
    • Cardinality: 0..1
    • isModifier: false
    • isSummary: false
    focusReference?: Reference

    EvidenceReport.section.focusReference Element

    FHIR Specification

    • 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.
    • FHIR Type: Reference
    • Cardinality: 0..1
    • isModifier: false
    • isSummary: false
    author?: Reference[]

    EvidenceReport.section.author Element

    FHIR Specification

    text?: Narrative

    EvidenceReport.section.text Element

    FHIR Specification

    • 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.
    • FHIR Type: Narrative
    • Cardinality: 0..1
    • isModifier: false
    • isSummary: false
    listModeEnum: ListModeEnum

    FHIR CodeSystem: ListMode

    EvidenceReport.section.mode Element

    FHIR Specification

    • 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.
    • FHIR Type: code
    • Cardinality: 0..1
    • isModifier: false
    • isSummary: false

    CodeSystem Enumeration: ListModeEnum

    orderedBy?: CodeableConcept

    EvidenceReport.section.orderedBy Element

    FHIR Specification

    • 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.
    • FHIR Type: CodeableConcept
    • Cardinality: 0..1
    • isModifier: false
    • isSummary: false
    entryClassifier?: CodeableConcept[]

    EvidenceReport.section.entryClassifier Element

    FHIR Specification

    • 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.
    • FHIR Type: CodeableConcept
    • Cardinality: 0..*
    • isModifier: false
    • isSummary: false
    entryReference?: Reference[]

    EvidenceReport.section.entryReference Element

    FHIR Specification

    • 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.
    • FHIR Type: Reference
    • Cardinality: 0..*
    • isModifier: false
    • isSummary: false
    entryQuantity?: Quantity[]

    EvidenceReport.section.entryQuantity Element

    FHIR Specification

    • Short: Quantity as content
    • Definition: Quantity as content.
    • FHIR Type: Quantity
    • Cardinality: 0..*
    • isModifier: false
    • isSummary: false
    emptyReason?: CodeableConcept

    EvidenceReport.section.emptyReason Element

    FHIR Specification

    • 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.
    • FHIR Type: CodeableConcept
    • Cardinality: 0..1
    • isModifier: false
    • isSummary: false

    EvidenceReport.section.section Element

    FHIR Specification

    • 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.
    • FHIR Type: BackboneElement
    • Cardinality: 0..*
    • isModifier: false
    • isSummary: false

    Methods

    • Parse the provided EvidenceReportSectionComponent JSON to instantiate the EvidenceReportSectionComponent data model.

      Parameters

      • sourceJson: Value

        JSON representing FHIR EvidenceReportSectionComponent

      • OptionaloptSourceField: string

        Optional data source field (e.g. <complexTypeName>.<complexTypeFieldName>); defaults to EvidenceReportSectionComponent

      Returns undefined | EvidenceReportSectionComponent

      EvidenceReportSectionComponent data model or undefined for EvidenceReportSectionComponent

      JsonError if the provided JSON is not a valid JSON object

    • Determines if the modifierExtension property exists.

      Parameters

      • Optionalurl: string

        the url that identifies a specific Extension

      Returns boolean

      true if an Extension has the provided url; false otherwise

      If the url is provided, determines if an Extension having the provided url exists. If the url is not provided, determines if the modifierExtension property exists and has any values.

      AssertionError for invalid url

    • Returns undefined | string

      the id property value

    • Assigns the provided value to the id property.

      Parameters

      • value: undefined | string

        the id value

      Returns this

      this

      PrimitiveTypeError for invalid value

    • Returns boolean

      true if id exists and has a value; false otherwise

    • Determines if the extension property exists.

      Parameters

      • Optionalurl: string

        the url that identifies a specific Extension

      Returns boolean

      true if an Extension has the provided url; false otherwise

      If the url is provided, determines if an Extension having the provided url exists. If the url is not provided, determines if the extension property exists and has any values.

      AssertionError for invalid url

    • Determines if the extension property exists.

      Parameters

      • url: string

        the url that identifies a specific Extension

      Returns undefined | IExtension

      an Extension having the provided url

      If the url is provided, determines if an Extension having the provided url exists. If the url is not provided, determines if the extension property exists and has any values.

      AssertionError for invalid url

    • Adds the provided Extension to the extension property array.

      Parameters

      • extension: undefined | IExtension

        the Extension value to add to the extension property array

      Returns this

      this

    • Removes the Extension having the provided url from the extension property array.

      Parameters

      • url: string

        the url that identifies a specific Extension to remove

      Returns void

      AssertionError for invalid url

    • Returns boolean

      true if and only if the data model has required fields (min cardinality > 0) and at least one of those required fields in the instance is empty; false otherwise

    • Returns boolean

      true if the instance is a FHIR complex or primitive datatype; false otherwise