Dissolve-E: FHIR Implementation Guide for the AWMF Guideline Registry
0.1.0 - qa-preview
Dissolve-E: FHIR Implementation Guide for the AWMF Guideline Registry - Downloaded Version 0.1.0 See the Directory of published versions
| Draft as of 2025-08-06 |
Definitions for the recommendation resource profile.
Guidance on how to interpret the contents of this table can be foundhere
| 0. Composition | |
| Definition | A set of healthcare-related information that is assembled together into a single logical package that provides a single coherent statement of meaning, establishes its own context and that has clinical attestation with regard to who is making the statement. A Composition defines the structure and narrative content necessary for a document. However, a Composition alone does not constitute a document. Rather, the Composition must be the first entry in a Bundle where Bundle.type=document, and any other resources referenced from Composition must be included as subsequent entries in the Bundle (for example Patient, Practitioner, Encounter, etc.). |
| Short | A set of resources composed into a single coherent clinical statement with clinical attestation |
| Comments | While the focus of this specification is on patient-specific clinical statements, this resource can also apply to other healthcare-related statements such as study protocol designs, healthcare invoices and other activities that are not necessarily patient-specific or clinical. |
| Control | 0..* |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | dom-2: If the resource is contained in another resource, it SHALL NOT contain nested Resources (contained.contained.empty()) dom-3: If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource (contained.where((('#'+id.trace('id') in %resource.descendants().select(reference | as(uri))) or descendants().where(reference='#' | as(uri)='#').exists()).not()).trace('unmatched', id).empty()) dom-4: If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated (contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()) dom-5: If a resource is contained in another resource, it SHALL NOT have a security label (contained.meta.security.empty()) dom-6: A resource should have narrative for robust management (text.`div`.exists()) inv-require-official-identifier: Every Guideline/Recommendation must have exactly one official identifier (with use = #official) ( identifier.where(use='official').count() = 1) |
| 2. Composition.implicitRules | |
| Definition | A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc. |
| Short | A set of rules under which this content was created |
| Comments | Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. Often, when used, the URL is a reference to an implementation guide that defines these special rules as part of its narrative along with other profiles, value sets, etc. |
| Control | 0..1 |
| Type | uri |
| Is Modifier | true because This element is labeled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies its meaning or interpretation |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | true |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 4. Composition.contained | |
| Definition | These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, nor can they have their own independent transaction scope. This is allowed to be a Parameters resource if and only if it is referenced by a resource that provides context/meaning. |
| Short | Contained, inline Resources |
| Comments | This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again. Contained resources may have profiles and tags in their meta elements, but SHALL NOT have security labels. Contained resources may be a resource type defined in the FHIR specification, or an additional resource. |
| Control | 0..* This element is affected by the following invariants: dom-2, dom-4, dom-3, dom-5 |
| Type | Resource |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Alternate Names | inline resources, anonymous resources, contained resources |
| 6. Composition.extension:versionAlgorithm | |
| Slice Name | versionAlgorithm |
| Definition | Indicates the mechanism used to compare versions to determine which is more current. |
| Short | How to compare versions |
| Comments | If set as a string, this is a FHIRPath expression that has two additional context variables passed in - %version1 and %version2 and will return a negative number if version1 is newer, a positive number if version2 and a 0 if the version ordering can't be successfully be determined. |
| Control | 0..1 |
| Type | Extension(Artifact Version Algorithm) (Extension Type: Choice of: string, Coding) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 8. Composition.extension:versionAlgorithm.extension | |
| Definition | An Extension May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | ExtensionAdditional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..0* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| Slicing | This element introduces a set of slices on Composition.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 10. Composition.extension:versionAlgorithm.url | |
| Definition | Source of the definition for the extension code - a logical name or a URL. |
| Short | identifies the meaning of the extension |
| Comments | The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. |
| Control | 1..1 |
| Type | uri |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| Fixed Value | http://hl7.org/fhir/StructureDefinition/artifact-versionAlgorithm |
| 12. Composition.extension:versionAlgorithm.value[x] | |
| Definition | Value of extension - must be one of a constrained set of the data types (see Extensibility for a list). Value of extension - must be one of a constrained set of the data types (see Extensibility for a list). |
| Short | Value of extension |
| Control | 10..1 This element is affected by the following invariants: ext-1 |
| Type | Coding, date, Meta, Address, Attachment, integer, Count, DataRequirement, Dosage, uuid, Identifier, RatioRange, SampledData, id, positiveInt, Distance, Availability, integer64, Period, Duration, canonical, Range, RelatedArtifact, base64Binary, UsageContext, Timing, decimal, ExtendedContactDetail, CodeableConcept, ParameterDefinition, dateTime, code, string, oid, instant, ContactPoint, HumanName, Money, markdown, Ratio, Age, Reference, TriggerDefinition, Quantity, uri, url, Annotation, ContactDetail, boolean, Expression, CodeableReference, Signature, unsignedInt, time |
| [x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.extension.value[x]. The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
| 14. Composition.extension:versionAlgorithm.value[x]:valueCoding | |
| Slice Name | valueCoding |
| Definition | Value of extension - must be one of a constrained set of the data types (see Extensibility for a list). Value of extension - must be one of a constrained set of the data types (see Extensibility for a list). |
| Short | Value of extension |
| Control | 0..1 This element is affected by the following invariants: ext-1 |
| Binding | Unless not suitable, these codes SHALL be taken from For codes, see VersionAlgorithm (extensible to http://hl7.org/fhir/ValueSet/version-algorithm) |
| Type | Coding, date, Meta, Address, Attachment, integer, Count, DataRequirement, Dosage, uuid, Identifier, RatioRange, SampledData, id, positiveInt, Distance, Availability, integer64, Period, Duration, canonical, Range, RelatedArtifact, base64Binary, UsageContext, Timing, decimal, ExtendedContactDetail, CodeableConcept, ParameterDefinition, dateTime, code, string, oid, instant, ContactPoint, HumanName, Money, markdown, Ratio, Age, Reference, TriggerDefinition, Quantity, uri, url, Annotation, ContactDetail, boolean, Expression, CodeableReference, Signature, unsignedInt, time |
| [x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
| Is Modifier | false |
| Summary | false |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 16. Composition.extension:experimental | |
| Slice Name | experimental |
| Definition | A Boolean value to indicate that this artifact is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage. |
| Short | For testing purposes, not real usage |
| Control | 0..1 |
| Type | Extension(Artifact Experimental) (Extension Type: boolean) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 18. Composition.extension:description | |
| Slice Name | description |
| Definition | A free text natural language description of the artifact from a consumer's perspective. |
| Short | Natural language description of the artifact |
| Comments | This description can be used to capture details such as comments about misuse, instructions for clinical use and interpretation, literature references, examples from the paper world, etc. It is not a rendering of the artifact as conveyed in the 'text' field of the resource itself. This item SHOULD be populated unless the information is available from context (e.g. the language of the artifact is presumed to be the predominant language in the place the artifact was created). |
| Control | 0..1 |
| Type | Extension(Artifact Description) (Extension Type: markdown) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 20. Composition.extension:purpose | |
| Slice Name | purpose |
| Definition | Explanation of why this artifact is needed and why it has been designed as it has. |
| Short | Why this artifact is defined |
| Comments | This element does not describe the usage of the artifact. Instead, it provides traceability of ''why'' the resource is either needed or ''why'' it is defined as it is. This may be used to point to source materials or specifications that drove the structure of this artifact. |
| Control | 0..1 |
| Type | Extension(Artifact Purpose) (Extension Type: markdown) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 22. Composition.extension:copyright | |
| Slice Name | copyright |
| Definition | A copyright statement relating to the artifact and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the artifact. |
| Short | Use and/or publishing restrictions |
| Comments | The short copyright declaration (e.g. (c) '2015+ xyz organization' should be sent in the copyrightLabel element. |
| Control | 0..1 |
| Type | Extension(Artifact Copyright) (Extension Type: markdown) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 24. Composition.extension:copyrightLabel | |
| Slice Name | copyrightLabel |
| Definition | A short string (<50 characters), suitable for inclusion in a page footer that identifies the copyright holder, effective period, and optionally whether rights are resctricted. (e.g. 'All rights reserved', 'Some rights reserved'). |
| Short | Copyright holder and year(s) |
| Comments | Defines the content expected to be rendered in all representations of the artifact. The (c) symbol should NOT be included in this string. It is expected to be added by software when rendering the notation. Full details about licensing, restrictions, warrantees, etc. goes in the more general 'copyright' element. |
| Control | 0..1 |
| Type | Extension(Artifact Copyright Label) (Extension Type: string) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 26. Composition.extension:approvalDate | |
| Slice Name | approvalDate |
| Definition | The date on which the artifact content was approved by the publisher. Approval happens once when the content is officially approved for usage. |
| Short | When the artifact was approved by publisher |
| Comments | The 'date' element may be more recent than the approval date because of minor changes or editorial corrections. |
| Control | 0..1 |
| Type | Extension(Artifact Approval Date) (Extension Type: date) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 28. Composition.extension:lastReviewDate | |
| Slice Name | lastReviewDate |
| Definition | The date on which the resource content was last reviewed. Review happens periodically after approval but does not change the original approval date. |
| Short | When the artifact was approved by publisher |
| Comments | If specified, this date follows the original approval date. |
| Control | 0..1 |
| Type | Extension(Artifact Last Review Date) (Extension Type: date) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 30. Composition.extension:effectivePeriod | |
| Slice Name | effectivePeriod |
| Definition | The period during which the artifact content was or is planned to be in active use. |
| Short | When the artifact is expected to be used |
| Comments | The effective period for an artifact determines when the content is applicable for usage and is independent of publication and review dates. For example, an artifact intended to be used for the year 2016 might be published in 2015. |
| Control | 0..1 |
| Type | Extension(Artifact Effective Period) (Extension Type: Period) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 32. Composition.extension:additionalLanguage | |
| Slice Name | additionalLanguage |
| Definition | The Resource contains content in a language additional to the one in the language element. |
| Short | The additional language |
| Control | 0..* |
| Type | Extension(Additional Language) (Extension Type: code) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 34. Composition.extension:extendedContactDetail | |
| Slice Name | extendedContactDetail |
| Definition | Contact details to assist a user in finding and communicating with the publisher. |
| Short | Contact details for the publisher |
| Comments | May be a web site, an email address, a physical address, a telephone number, etc. |
| Control | 0..* |
| Type | Extension(Artifact Extended Contact Detail) (Extension Type: ExtendedContactDetail) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 36. Composition.extension:publicationDate | |
| Slice Name | publicationDate |
| Definition | Specifies the publication date of the Resource. |
| Short | Publication date of Resource |
| Control | 0..1 |
| Type | Extension(Publication Date) (Extension Type: date) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 38. Composition.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the resource that contains them |
| Must Support | false |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 40. Composition.version | |
| Definition | An explicitly assigned identifier of a variation of the content in the Composition. |
| Short | An explicitly assigned identifier of a variation of the content in the Composition |
| Comments | While each resource, including the composition itself, has its own version identifier, this is a formal identifier for the logical version of the Composition as a whole. It would remain constant if the resources were moved to a new server, and all got new individual resource versions, for example. |
| Note | This is a business version Id, not a resource version Id (see discussion) |
| Control | 10..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | true |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) inv-version-major-minor: Version must be a major-minor version (e.g. 5.1) ( $this.matches('^[0-9]+\\.[0-9]+$')) |
| 42. Composition.status | |
| Definition | The workflow/clinical status of this composition. The status is a marker for the clinical standing of the document. |
| Short | registered | partial | preliminary | final | amended | corrected | appended | cancelled | entered-in-error | deprecated | unknown |
| Comments | If a composition is marked as withdrawn, the compositions/documents in the series, or data from the composition or document series, should never be displayed to a user without being clearly marked as untrustworthy. The flag "entered-in-error" is why this element is labeled as a modifier of other elements. Some reporting work flows require that the original narrative of a final document never be altered; instead, only new narrative can be added. The composition resource has no explicit status for explicitly noting whether this business rule is in effect. This would be handled by an extension if required. |
| Control | 1..1 |
| Binding | The codes SHALL be taken from CompositionStatushttp://hl7.org/fhir/ValueSet/composition-status|6.0.0-ballot3 (required to http://hl7.org/fhir/ValueSet/composition-status|6.0.0-ballot3)The workflow/clinical status of the composition. |
| Type | code |
| Is Modifier | true because This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | true |
| Requirements | Need to be able to mark interim, amended, or withdrawn compositions or documents. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 44. Composition.type | |
| Definition | Specifies the particular kind of composition (e.g. History and Physical, Discharge Summary, Progress Note). This usually equates to the purpose of making the composition. |
| Short | Kind of composition (LOINC if possible) |
| Comments | For Composition type, LOINC is ubiquitous and strongly endorsed by HL7. Most implementation guides will require a specific LOINC code, or use LOINC as an extensible binding. |
| Control | 1..1 |
| Binding | The codes SHOULD be taken from FHIRDocumentTypeCodeshttp://hl7.org/fhir/ValueSet/doc-typecodes (preferred to http://hl7.org/fhir/ValueSet/doc-typecodes)Type of a composition. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | true |
| Requirements | Key metadata element describing the composition, used in searching/filtering. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 46. Composition.type.coding | |
| Definition | A reference to a code defined by a terminology system. |
| Short | Code defined by a terminology system |
| Comments | Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. |
| Control | 10..1* |
| Type | Coding |
| Is Modifier | false |
| Summary | false |
| Requirements | Allows for alternative encodings within a code system, and translations to other code systems. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 48. Composition.category | |
| Definition | A categorization for the type of the composition - helps for indexing and searching. This may be implied by or derived from the code specified in the Composition Type. |
| Short | Categorization of Composition |
| Control | 10..* |
| Binding | For example codes, see ReferencedItemCategoryValueSethttp://hl7.org/fhir/ValueSet/referenced-item-category (example to http://hl7.org/fhir/ValueSet/referenced-item-category)High-level kind of a clinical document at a macro level. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | true |
| Requirements | Helps humans to assess whether the composition is of interest when viewing an index of compositions or documents. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.category. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 50. Composition.category:synthesisType | |
| Slice Name | synthesisType |
| Definition | A categorization for the type of the composition - helps for indexing and searching. This may be implied by or derived from the code specified in the Composition Type. |
| Short | Categorization of Composition |
| Control | 10..1* |
| Binding | For example codes, see ReferencedItemCategoryValueSethttp://hl7.org/fhir/ValueSet/referenced-item-category (example to http://hl7.org/fhir/ValueSet/referenced-item-category)High-level kind of a clinical document at a macro level. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | true |
| Requirements | Helps humans to assess whether the composition is of interest when viewing an index of compositions or documents. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 52. Composition.category:synthesisType.coding | |
| Definition | A reference to a code defined by a terminology system. |
| Short | Code defined by a terminology system |
| Comments | Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. |
| Control | 0..* |
| Binding | The codes SHALL be taken from For codes, see Recommendation Synthesis Type (required to http://fhir.awmf.org/awmf.ig/ValueSet/vs-recommendation-synthesis-type) |
| Type | Coding |
| Is Modifier | false |
| Summary | false |
| Requirements | Allows for alternative encodings within a code system, and translations to other code systems. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 54. Composition.category:synthesisType.coding.system | |
| Definition | The identification of the code system that defines the meaning of the symbol in the code. |
| Short | Identity of the terminology system |
| Comments | The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should be an absolute reference to some definition that establishes the system clearly and unambiguously. |
| Control | 10..1 |
| Type | uri |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | true |
| Summary | false |
| Requirements | Need to be unambiguous about the source of the definition of the symbol. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 56. Composition.category:synthesisType.coding.code | |
| Definition | A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination). |
| Short | Symbol in syntax defined by the system |
| Control | 10..1 This element is affected by the following invariants: cod-1 |
| Type | code |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | true |
| Summary | false |
| Requirements | Need to refer to a particular code in the system. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 58. Composition.category:clinicalApplicationType | |
| Slice Name | clinicalApplicationType |
| Definition | A categorization for the type of the composition - helps for indexing and searching. This may be implied by or derived from the code specified in the Composition Type. |
| Short | Categorization of Composition |
| Control | 0..* |
| Binding | For example codes, see ReferencedItemCategoryValueSethttp://hl7.org/fhir/ValueSet/referenced-item-category (example to http://hl7.org/fhir/ValueSet/referenced-item-category)High-level kind of a clinical document at a macro level. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | true |
| Requirements | Helps humans to assess whether the composition is of interest when viewing an index of compositions or documents. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 60. Composition.category:clinicalApplicationType.coding | |
| Definition | A reference to a code defined by a terminology system. |
| Short | Code defined by a terminology system |
| Comments | Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. |
| Control | 0..* |
| Binding | The codes SHALL be taken from For codes, see Clinical Application Type (required to http://fhir.awmf.org/awmf.ig/ValueSet/vs-clinical-application-type) |
| Type | Coding |
| Is Modifier | false |
| Summary | false |
| Requirements | Allows for alternative encodings within a code system, and translations to other code systems. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 62. Composition.category:clinicalApplicationType.coding.system | |
| Definition | The identification of the code system that defines the meaning of the symbol in the code. |
| Short | Identity of the terminology system |
| Comments | The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should be an absolute reference to some definition that establishes the system clearly and unambiguously. |
| Control | 10..1 |
| Type | uri |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | true |
| Summary | false |
| Requirements | Need to be unambiguous about the source of the definition of the symbol. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 64. Composition.category:clinicalApplicationType.coding.code | |
| Definition | A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination). |
| Short | Symbol in syntax defined by the system |
| Control | 10..1 This element is affected by the following invariants: cod-1 |
| Type | code |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | true |
| Summary | false |
| Requirements | Need to refer to a particular code in the system. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 66. Composition.date | |
| Definition | The composition editing time, when the composition was last logically changed by the author. |
| Short | Composition editing time |
| Comments | The Last Modified Date on the composition may be after the date of the document was attested without being changed. This means that the date on an amended document is the date of the amendment, not the date of original authorship. |
| Control | 1..1 |
| Type | dateTime |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | true |
| Requirements | dateTime is used for tracking, organizing versions and searching. Note that this is the time of authoring this version of the Composition. When packaged in a document, Bundle.timestamp is the date of packaging. dateTime is used for tracking, organizing versions and searching. Note that this is the time of authoring this version of the Composition. When packaged in a document, Bundle.timestamp is the date of packaging. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 68. Composition.author | |
| Definition | Identifies who is responsible for the information in the composition, not necessarily who typed it in. |
| Short | Who and/or what authored the composition |
| Control | 1..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | true |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 70. Composition.title | |
| Definition | Official human-readable label for the composition. |
| Short | Human Readable name/title |
| Comments | For many compositions, the title is the same as the text or a display name of Composition.type (e.g. a "consultation" or "progress note"). Note that CDA does not make title mandatory, but there are no known cases where it is useful for title to be omitted, so it is mandatory here. Feedback on this requirement is welcome during the trial use period. |
| Control | 1..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | true |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 72. Composition.relatesTo | |
| Definition | Relationships that this composition has with other compositions or documents (FHIR or non-FHIR resources) that already exist. |
| Short | Relationships to other compositions/documents |
| Comments | To reference (using relatesTo) a Bundle of type "document" or another Composition where you only have the identifier, use a targetReference with an identifier.
|
| Control | 10..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children or both (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.relatesTo. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 74. Composition.relatesTo.extension:classifier | |
| Slice Name | classifier |
| Definition | Provides additional classifiers of the related artifact. |
| Short | Additional classifiers for RelatedArtifacts |
| Control | 0..1 |
| Type | Extension(RelatesTo Classifier) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 76. Composition.relatesTo.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 78. Composition.relatesTo.type | |
| Definition | The type of relationship to the related artifact. |
| Short | documentation | justification | predecessor | successor | derived-from | depends-on | composed-of | part-of | amends | amended-with | appends | appended-with | cites | cited-by | comments-on | comment-in | contains | contained-in | corrects | correction-in | replaces | replaced-with | retracts | retracted-by | signs | similar-to | supports | supported-with | transforms | transformed-into | transformed-with | specification-of | created-with | cite-as | summarizes |
| Control | 1..1 |
| Binding | The codes SHALL be taken from ArtifactRelationshipTypehttp://hl7.org/fhir/ValueSet/artifact-relationship-type|6.0.0-ballot3 (required to http://hl7.org/fhir/ValueSet/artifact-relationship-type|6.0.0-ballot3)The type of relationship to the related artifact. |
| Type | code |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 80. Composition.relatesTo.target[x] | |
| Definition | The artifact that is related to this Composition Resource. |
| Short | The artifact that is related to this Composition |
| Control | 1..1 |
| Type | Choice of: uri, Attachment, canonical(Resource), Reference(Resource), markdown |
| [x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 82. Composition.relatesTo:citeAs | |
| Slice Name | citeAs |
| Definition | Relationships that this composition has with other compositions or documents (FHIR or non-FHIR resources) that already exist. |
| Short | Relationships to other compositions/documents |
| Comments | To reference (using relatesTo) a Bundle of type "document" or another Composition where you only have the identifier, use a targetReference with an identifier.
|
| Control | 0..1* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children or both (hasValue() or (children().count() > id.count())) |
| 84. Composition.relatesTo:citeAs.extension:classifier | |
| Slice Name | classifier |
| Definition | Provides additional classifiers of the related artifact. |
| Short | Additional classifiers for RelatedArtifacts |
| Control | 0..1 |
| Type | Extension(RelatesTo Classifier) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 86. Composition.relatesTo:citeAs.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 88. Composition.relatesTo:citeAs.type | |
| Definition | The type of relationship to the related artifact. |
| Short | documentation | justification | predecessor | successor | derived-from | depends-on | composed-of | part-of | amends | amended-with | appends | appended-with | cites | cited-by | comments-on | comment-in | contains | contained-in | corrects | correction-in | replaces | replaced-with | retracts | retracted-by | signs | similar-to | supports | supported-with | transforms | transformed-into | transformed-with | specification-of | created-with | cite-as | summarizes |
| Control | 1..1 |
| Binding | The codes SHALL be taken from ArtifactRelationshipTypehttp://hl7.org/fhir/ValueSet/artifact-relationship-type|6.0.0-ballot3 (required to http://hl7.org/fhir/ValueSet/artifact-relationship-type|6.0.0-ballot3)The type of relationship to the related artifact. |
| Type | code |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Pattern Value | cite-as |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 90. Composition.relatesTo:citeAs.target[x] | |
| Definition | The artifact that is related to this Composition Resource. |
| Short | The artifact that is related to this Composition |
| Control | 1..1 |
| Type | Choice of: uri, Attachment, canonical(Resource), Reference(Resource), markdown |
| [x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 92. Composition.relatesTo:partOf | |
| Slice Name | partOf |
| Definition | Relationships that this composition has with other compositions or documents (FHIR or non-FHIR resources) that already exist. |
| Short | Relationships to other compositions/documents |
| Comments | To reference (using relatesTo) a Bundle of type "document" or another Composition where you only have the identifier, use a targetReference with an identifier.
|
| Control | 10..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children or both (hasValue() or (children().count() > id.count())) |
| 94. Composition.relatesTo:partOf.extension:classifier | |
| Slice Name | classifier |
| Definition | Provides additional classifiers of the related artifact. |
| Short | Additional classifiers for RelatedArtifacts |
| Control | 0..1 |
| Type | Extension(RelatesTo Classifier) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 96. Composition.relatesTo:partOf.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 98. Composition.relatesTo:partOf.type | |
| Definition | The type of relationship to the related artifact. |
| Short | documentation | justification | predecessor | successor | derived-from | depends-on | composed-of | part-of | amends | amended-with | appends | appended-with | cites | cited-by | comments-on | comment-in | contains | contained-in | corrects | correction-in | replaces | replaced-with | retracts | retracted-by | signs | similar-to | supports | supported-with | transforms | transformed-into | transformed-with | specification-of | created-with | cite-as | summarizes |
| Control | 1..1 |
| Binding | The codes SHALL be taken from ArtifactRelationshipTypehttp://hl7.org/fhir/ValueSet/artifact-relationship-type|6.0.0-ballot3 (required to http://hl7.org/fhir/ValueSet/artifact-relationship-type|6.0.0-ballot3)The type of relationship to the related artifact. |
| Type | code |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Pattern Value | part-of |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 100. Composition.relatesTo:partOf.target[x] | |
| Definition | The artifact that is related to this Composition Resource. |
| Short | The artifact that is related to this Composition |
| Control | 1..1 |
| Type | Choice of: uri, Attachment, canonical(Resource), Reference(Resource), markdown |
| [x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 102. Composition.relatesTo:derivedFrom | |
| Slice Name | derivedFrom |
| Definition | Relationships that this composition has with other compositions or documents (FHIR or non-FHIR resources) that already exist. |
| Short | Relationships to other compositions/documents |
| Comments | To reference (using relatesTo) a Bundle of type "document" or another Composition where you only have the identifier, use a targetReference with an identifier.
|
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children or both (hasValue() or (children().count() > id.count())) |
| 104. Composition.relatesTo:derivedFrom.extension:classifier | |
| Slice Name | classifier |
| Definition | Provides additional classifiers of the related artifact. |
| Short | Additional classifiers for RelatedArtifacts |
| Control | 0..1 |
| Type | Extension(RelatesTo Classifier) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 106. Composition.relatesTo:derivedFrom.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 108. Composition.relatesTo:derivedFrom.type | |
| Definition | The type of relationship to the related artifact. |
| Short | documentation | justification | predecessor | successor | derived-from | depends-on | composed-of | part-of | amends | amended-with | appends | appended-with | cites | cited-by | comments-on | comment-in | contains | contained-in | corrects | correction-in | replaces | replaced-with | retracts | retracted-by | signs | similar-to | supports | supported-with | transforms | transformed-into | transformed-with | specification-of | created-with | cite-as | summarizes |
| Control | 1..1 |
| Binding | The codes SHALL be taken from ArtifactRelationshipTypehttp://hl7.org/fhir/ValueSet/artifact-relationship-type|6.0.0-ballot3 (required to http://hl7.org/fhir/ValueSet/artifact-relationship-type|6.0.0-ballot3)The type of relationship to the related artifact. |
| Type | code |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Pattern Value | derived-from |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 110. Composition.relatesTo:derivedFrom.target[x] | |
| Definition | The artifact that is related to this Composition Resource. |
| Short | The artifact that is related to this Composition |
| Control | 1..1 |
| Type | Choice of: uri, Attachment, canonical(Resource), Reference(Resource), markdown |
| [x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 112. Composition.relatesTo:specificationOf | |
| Slice Name | specificationOf |
| Definition | Relationships that this composition has with other compositions or documents (FHIR or non-FHIR resources) that already exist. |
| Short | Relationships to other compositions/documents |
| Comments | To reference (using relatesTo) a Bundle of type "document" or another Composition where you only have the identifier, use a targetReference with an identifier.
|
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children or both (hasValue() or (children().count() > id.count())) |
| 114. Composition.relatesTo:specificationOf.extension:classifier | |
| Slice Name | classifier |
| Definition | Provides additional classifiers of the related artifact. |
| Short | Additional classifiers for RelatedArtifacts |
| Control | 0..1 |
| Type | Extension(RelatesTo Classifier) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 116. Composition.relatesTo:specificationOf.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 118. Composition.relatesTo:specificationOf.type | |
| Definition | The type of relationship to the related artifact. |
| Short | documentation | justification | predecessor | successor | derived-from | depends-on | composed-of | part-of | amends | amended-with | appends | appended-with | cites | cited-by | comments-on | comment-in | contains | contained-in | corrects | correction-in | replaces | replaced-with | retracts | retracted-by | signs | similar-to | supports | supported-with | transforms | transformed-into | transformed-with | specification-of | created-with | cite-as | summarizes |
| Control | 1..1 |
| Binding | The codes SHALL be taken from ArtifactRelationshipTypehttp://hl7.org/fhir/ValueSet/artifact-relationship-type|6.0.0-ballot3 (required to http://hl7.org/fhir/ValueSet/artifact-relationship-type|6.0.0-ballot3)The type of relationship to the related artifact. |
| Type | code |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Pattern Value | specification-of |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 120. Composition.relatesTo:specificationOf.target[x] | |
| Definition | The artifact that is related to this Composition Resource. |
| Short | The artifact that is related to this Composition |
| Control | 1..1 |
| Type | Choice of: uri, Attachment, canonical(Resource), Reference(Resource), markdown |
| [x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 122. Composition.relatesTo:dependsOn | |
| Slice Name | dependsOn |
| Definition | Relationships that this composition has with other compositions or documents (FHIR or non-FHIR resources) that already exist. |
| Short | Relationships to other compositions/documents |
| Comments | To reference (using relatesTo) a Bundle of type "document" or another Composition where you only have the identifier, use a targetReference with an identifier.
|
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children or both (hasValue() or (children().count() > id.count())) |
| 124. Composition.relatesTo:dependsOn.extension:classifier | |
| Slice Name | classifier |
| Definition | Provides additional classifiers of the related artifact. |
| Short | Additional classifiers for RelatedArtifacts |
| Control | 0..1 |
| Type | Extension(RelatesTo Classifier) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 126. Composition.relatesTo:dependsOn.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 128. Composition.relatesTo:dependsOn.type | |
| Definition | The type of relationship to the related artifact. |
| Short | documentation | justification | predecessor | successor | derived-from | depends-on | composed-of | part-of | amends | amended-with | appends | appended-with | cites | cited-by | comments-on | comment-in | contains | contained-in | corrects | correction-in | replaces | replaced-with | retracts | retracted-by | signs | similar-to | supports | supported-with | transforms | transformed-into | transformed-with | specification-of | created-with | cite-as | summarizes |
| Control | 1..1 |
| Binding | The codes SHALL be taken from ArtifactRelationshipTypehttp://hl7.org/fhir/ValueSet/artifact-relationship-type|6.0.0-ballot3 (required to http://hl7.org/fhir/ValueSet/artifact-relationship-type|6.0.0-ballot3)The type of relationship to the related artifact. |
| Type | code |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Pattern Value | depends-on |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 130. Composition.relatesTo:dependsOn.target[x] | |
| Definition | The artifact that is related to this Composition Resource. |
| Short | The artifact that is related to this Composition |
| Control | 1..1 |
| Type | Choice of: uri, Attachment, canonical(Resource), Reference(Resource), markdown |
| [x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 132. Composition.relatesTo:supportedWith | |
| Slice Name | supportedWith |
| Definition | Relationships that this composition has with other compositions or documents (FHIR or non-FHIR resources) that already exist. |
| Short | Relationships to other compositions/documents |
| Comments | To reference (using relatesTo) a Bundle of type "document" or another Composition where you only have the identifier, use a targetReference with an identifier.
|
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children or both (hasValue() or (children().count() > id.count())) |
| 134. Composition.relatesTo:supportedWith.extension:classifier | |
| Slice Name | classifier |
| Definition | Provides additional classifiers of the related artifact. |
| Short | Additional classifiers for RelatedArtifacts |
| Control | 0..1 |
| Type | Extension(RelatesTo Classifier) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 136. Composition.relatesTo:supportedWith.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 138. Composition.relatesTo:supportedWith.type | |
| Definition | The type of relationship to the related artifact. |
| Short | documentation | justification | predecessor | successor | derived-from | depends-on | composed-of | part-of | amends | amended-with | appends | appended-with | cites | cited-by | comments-on | comment-in | contains | contained-in | corrects | correction-in | replaces | replaced-with | retracts | retracted-by | signs | similar-to | supports | supported-with | transforms | transformed-into | transformed-with | specification-of | created-with | cite-as | summarizes |
| Control | 1..1 |
| Binding | The codes SHALL be taken from ArtifactRelationshipTypehttp://hl7.org/fhir/ValueSet/artifact-relationship-type|6.0.0-ballot3 (required to http://hl7.org/fhir/ValueSet/artifact-relationship-type|6.0.0-ballot3)The type of relationship to the related artifact. |
| Type | code |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Pattern Value | supported-with |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 140. Composition.relatesTo:supportedWith.target[x] | |
| Definition | The artifact that is related to this Composition Resource. |
| Short | The artifact that is related to this Composition |
| Control | 1..1 |
| Type | Choice of: uri, Attachment, canonical(Resource), Reference(Resource), markdown |
| [x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 142. Composition.relatesTo:specificationOfPreceedingRecommendation | |
| Slice Name | specificationOfPreceedingRecommendation |
| Definition | Relationships that this composition has with other compositions or documents (FHIR or non-FHIR resources) that already exist. |
| Short | Relationships to other compositions/documents |
| Comments | To reference (using relatesTo) a Bundle of type "document" or another Composition where you only have the identifier, use a targetReference with an identifier.
|
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children or both (hasValue() or (children().count() > id.count())) |
| 144. Composition.relatesTo:specificationOfPreceedingRecommendation.extension:classifier | |
| Slice Name | classifier |
| Definition | Provides additional classifiers of the related artifact. |
| Short | Additional classifiers for RelatedArtifacts |
| Control | 0..1 |
| Type | Extension(RelatesTo Classifier) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 146. Composition.relatesTo:specificationOfPreceedingRecommendation.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 148. Composition.relatesTo:specificationOfPreceedingRecommendation.type | |
| Definition | The type of relationship to the related artifact. |
| Short | documentation | justification | predecessor | successor | derived-from | depends-on | composed-of | part-of | amends | amended-with | appends | appended-with | cites | cited-by | comments-on | comment-in | contains | contained-in | corrects | correction-in | replaces | replaced-with | retracts | retracted-by | signs | similar-to | supports | supported-with | transforms | transformed-into | transformed-with | specification-of | created-with | cite-as | summarizes |
| Control | 1..1 |
| Binding | The codes SHALL be taken from ArtifactRelationshipTypehttp://hl7.org/fhir/ValueSet/artifact-relationship-type|6.0.0-ballot3 (required to http://hl7.org/fhir/ValueSet/artifact-relationship-type|6.0.0-ballot3)The type of relationship to the related artifact. |
| Type | code |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Pattern Value | predecessor |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 150. Composition.relatesTo:specificationOfPreceedingRecommendation.target[x] | |
| Definition | The artifact that is related to this Composition Resource. |
| Short | The artifact that is related to this Composition |
| Control | 1..1 |
| Type | Reference(Resource), markdown, Attachment, canonical(Resource), uri |
| [x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.relatesTo.target[x]. The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
| 152. Composition.relatesTo:specificationOfPreceedingRecommendation.target[x]:targetReference | |
| Slice Name | targetReference |
| Definition | The artifact that is related to this Composition Resource. |
| Short | The artifact that is related to this Composition |
| Control | 1..1 |
| Type | Reference(Recommendation, Resource), markdown, Attachment, canonical(Resource), uri |
| [x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 154. Composition.relatesTo:specificationOfSucceedingRecommendation | |
| Slice Name | specificationOfSucceedingRecommendation |
| Definition | Relationships that this composition has with other compositions or documents (FHIR or non-FHIR resources) that already exist. |
| Short | Relationships to other compositions/documents |
| Comments | To reference (using relatesTo) a Bundle of type "document" or another Composition where you only have the identifier, use a targetReference with an identifier.
|
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children or both (hasValue() or (children().count() > id.count())) |
| 156. Composition.relatesTo:specificationOfSucceedingRecommendation.extension:classifier | |
| Slice Name | classifier |
| Definition | Provides additional classifiers of the related artifact. |
| Short | Additional classifiers for RelatedArtifacts |
| Control | 0..1 |
| Type | Extension(RelatesTo Classifier) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 158. Composition.relatesTo:specificationOfSucceedingRecommendation.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 160. Composition.relatesTo:specificationOfSucceedingRecommendation.type | |
| Definition | The type of relationship to the related artifact. |
| Short | documentation | justification | predecessor | successor | derived-from | depends-on | composed-of | part-of | amends | amended-with | appends | appended-with | cites | cited-by | comments-on | comment-in | contains | contained-in | corrects | correction-in | replaces | replaced-with | retracts | retracted-by | signs | similar-to | supports | supported-with | transforms | transformed-into | transformed-with | specification-of | created-with | cite-as | summarizes |
| Control | 1..1 |
| Binding | The codes SHALL be taken from ArtifactRelationshipTypehttp://hl7.org/fhir/ValueSet/artifact-relationship-type|6.0.0-ballot3 (required to http://hl7.org/fhir/ValueSet/artifact-relationship-type|6.0.0-ballot3)The type of relationship to the related artifact. |
| Type | code |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Pattern Value | successor |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 162. Composition.relatesTo:specificationOfSucceedingRecommendation.target[x] | |
| Definition | The artifact that is related to this Composition Resource. |
| Short | The artifact that is related to this Composition |
| Control | 1..1 |
| Type | Reference(Resource), markdown, Attachment, canonical(Resource), uri |
| [x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.relatesTo.target[x]. The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
| 164. Composition.relatesTo:specificationOfSucceedingRecommendation.target[x]:targetReference | |
| Slice Name | targetReference |
| Definition | The artifact that is related to this Composition Resource. |
| Short | The artifact that is related to this Composition |
| Control | 1..1 |
| Type | Reference(Recommendation, Resource), markdown, Attachment, canonical(Resource), uri |
| [x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 166. Composition.relatesTo:replacesRecommendation | |
| Slice Name | replacesRecommendation |
| Definition | Relationships that this composition has with other compositions or documents (FHIR or non-FHIR resources) that already exist. |
| Short | Relationships to other compositions/documents |
| Comments | To reference (using relatesTo) a Bundle of type "document" or another Composition where you only have the identifier, use a targetReference with an identifier.
|
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children or both (hasValue() or (children().count() > id.count())) |
| 168. Composition.relatesTo:replacesRecommendation.extension:classifier | |
| Slice Name | classifier |
| Definition | Provides additional classifiers of the related artifact. |
| Short | Additional classifiers for RelatedArtifacts |
| Control | 0..1 |
| Type | Extension(RelatesTo Classifier) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 170. Composition.relatesTo:replacesRecommendation.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 172. Composition.relatesTo:replacesRecommendation.type | |
| Definition | The type of relationship to the related artifact. |
| Short | documentation | justification | predecessor | successor | derived-from | depends-on | composed-of | part-of | amends | amended-with | appends | appended-with | cites | cited-by | comments-on | comment-in | contains | contained-in | corrects | correction-in | replaces | replaced-with | retracts | retracted-by | signs | similar-to | supports | supported-with | transforms | transformed-into | transformed-with | specification-of | created-with | cite-as | summarizes |
| Control | 1..1 |
| Binding | The codes SHALL be taken from ArtifactRelationshipTypehttp://hl7.org/fhir/ValueSet/artifact-relationship-type|6.0.0-ballot3 (required to http://hl7.org/fhir/ValueSet/artifact-relationship-type|6.0.0-ballot3)The type of relationship to the related artifact. |
| Type | code |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Pattern Value | replaces |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 174. Composition.relatesTo:replacesRecommendation.target[x] | |
| Definition | The artifact that is related to this Composition Resource. |
| Short | The artifact that is related to this Composition |
| Control | 1..1 |
| Type | Reference(Resource), markdown, Attachment, canonical(Resource), uri |
| [x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.relatesTo.target[x]. The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
| 176. Composition.relatesTo:replacesRecommendation.target[x]:targetReference | |
| Slice Name | targetReference |
| Definition | The artifact that is related to this Composition Resource. |
| Short | The artifact that is related to this Composition |
| Control | 1..1 |
| Type | Reference(Recommendation, Resource), markdown, Attachment, canonical(Resource), uri |
| [x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 178. Composition.section | |
| Definition | The root of the sections that make up the composition. |
| Short | Composition is broken into sections |
| Control | 10..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists()) cmp-2: A section can only have an emptyReason if no entries are included (emptyReason.empty() or entry.empty()) ele-1: All FHIR elements must have a @value or children or both (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section. The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
| 180. Composition.section.extension | |
| Definition | An Extension May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | ExtensionAdditional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 182. Composition.section.extension:intendedAudience | |
| Slice Name | intendedAudience |
| Definition | Target audience for the section |
| Short | Intended Audience |
| Comments | Indicates who the content of the section is aimed at |
| Control | 0..* |
| Type | Extension(Section Intended Audience) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 184. Composition.section.extension:versionStatus | |
| Slice Name | versionStatus |
| Definition | Indicates the status of a recommendation in the context of a newer version of the guideline. |
| Short | Version status of recommendation |
| Comments | Supports tracking how a recommendation evolved in the new version of the guideline. |
| Control | 0..1 |
| Type | Extension(Recommendation Version Status) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 186. Composition.section.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 188. Composition.section.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 0..1 |
| Binding | Unless not suitable, these codes SHALL be taken from For example codes, see Guideline Sectionshttp://hl7.org/fhir/ValueSet/doc-section-codes (extensible to http://fhir.awmf.org/awmf.ig/ValueSet/vs-guideline-sections) |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 190. Composition.section.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 192. Composition.section:summary | |
| Slice Name | summary |
| Definition | The root of the sections that make up the composition. |
| Short | Composition is broken into sections |
| Control | 0..0* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists()) cmp-2: A section can only have an emptyReason if no entries are included (emptyReason.empty() or entry.empty()) ele-1: All FHIR elements must have a @value or children or both (hasValue() or (children().count() > id.count())) |
| 200. Composition.section:introduction | |
| Slice Name | introduction |
| Definition | The root of the sections that make up the composition. |
| Short | Composition is broken into sections |
| Control | 0..1* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | true |
| Summary | false |
| Invariants | cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists()) cmp-2: A section can only have an emptyReason if no entries are included (emptyReason.empty() or entry.empty()) ele-1: All FHIR elements must have a @value or children or both (hasValue() or (children().count() > id.count())) |
| 202. Composition.section:introduction.extension:intendedAudience | |
| Slice Name | intendedAudience |
| Definition | Target audience for the section |
| Short | Intended Audience |
| Comments | Indicates who the content of the section is aimed at |
| Control | 0..* |
| Type | Extension(Section Intended Audience) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 204. Composition.section:introduction.extension:versionStatus | |
| Slice Name | versionStatus |
| Definition | Indicates the status of a recommendation in the context of a newer version of the guideline. |
| Short | Version status of recommendation |
| Comments | Supports tracking how a recommendation evolved in the new version of the guideline. |
| Control | 0..1 |
| Type | Extension(Recommendation Version Status) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 206. Composition.section:introduction.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 208. Composition.section:introduction.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 10..1 |
| Binding | Unless not suitable, these codes SHALL be taken from For example codes, see Guideline Sectionshttp://hl7.org/fhir/ValueSet/doc-section-codes (extensible to http://fhir.awmf.org/awmf.ig/ValueSet/vs-guideline-sections) |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 210. Composition.section:introduction.code.coding | |
| Definition | A reference to a code defined by a terminology system. |
| Short | Code defined by a terminology system |
| Comments | Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. |
| Control | 10..1* |
| Type | Coding |
| Is Modifier | false |
| Summary | false |
| Requirements | Allows for alternative encodings within a code system, and translations to other code systems. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 212. Composition.section:introduction.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 214. Composition.section:discussion | |
| Slice Name | discussion |
| Definition | The root of the sections that make up the composition. |
| Short | Composition is broken into sections |
| Control | 0..1* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | true |
| Summary | false |
| Invariants | cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists()) cmp-2: A section can only have an emptyReason if no entries are included (emptyReason.empty() or entry.empty()) ele-1: All FHIR elements must have a @value or children or both (hasValue() or (children().count() > id.count())) |
| 216. Composition.section:discussion.extension:intendedAudience | |
| Slice Name | intendedAudience |
| Definition | Target audience for the section |
| Short | Intended Audience |
| Comments | Indicates who the content of the section is aimed at |
| Control | 0..* |
| Type | Extension(Section Intended Audience) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 218. Composition.section:discussion.extension:versionStatus | |
| Slice Name | versionStatus |
| Definition | Indicates the status of a recommendation in the context of a newer version of the guideline. |
| Short | Version status of recommendation |
| Comments | Supports tracking how a recommendation evolved in the new version of the guideline. |
| Control | 0..1 |
| Type | Extension(Recommendation Version Status) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 220. Composition.section:discussion.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 222. Composition.section:discussion.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 10..1 |
| Binding | Unless not suitable, these codes SHALL be taken from For example codes, see Guideline Sectionshttp://hl7.org/fhir/ValueSet/doc-section-codes (extensible to http://fhir.awmf.org/awmf.ig/ValueSet/vs-guideline-sections) |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 224. Composition.section:discussion.code.coding | |
| Definition | A reference to a code defined by a terminology system. |
| Short | Code defined by a terminology system |
| Comments | Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. |
| Control | 10..1* |
| Type | Coding |
| Is Modifier | false |
| Summary | false |
| Requirements | Allows for alternative encodings within a code system, and translations to other code systems. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 226. Composition.section:discussion.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 228. Composition.section:methods | |
| Slice Name | methods |
| Definition | The root of the sections that make up the composition. |
| Short | Composition is broken into sections |
| Control | 0..1* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | true |
| Summary | false |
| Invariants | cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists()) cmp-2: A section can only have an emptyReason if no entries are included (emptyReason.empty() or entry.empty()) ele-1: All FHIR elements must have a @value or children or both (hasValue() or (children().count() > id.count())) |
| 230. Composition.section:methods.extension:intendedAudience | |
| Slice Name | intendedAudience |
| Definition | Target audience for the section |
| Short | Intended Audience |
| Comments | Indicates who the content of the section is aimed at |
| Control | 0..* |
| Type | Extension(Section Intended Audience) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 232. Composition.section:methods.extension:versionStatus | |
| Slice Name | versionStatus |
| Definition | Indicates the status of a recommendation in the context of a newer version of the guideline. |
| Short | Version status of recommendation |
| Comments | Supports tracking how a recommendation evolved in the new version of the guideline. |
| Control | 0..1 |
| Type | Extension(Recommendation Version Status) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 234. Composition.section:methods.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 236. Composition.section:methods.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 10..1 |
| Binding | Unless not suitable, these codes SHALL be taken from For example codes, see Guideline Sectionshttp://hl7.org/fhir/ValueSet/doc-section-codes (extensible to http://fhir.awmf.org/awmf.ig/ValueSet/vs-guideline-sections) |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 238. Composition.section:methods.code.coding | |
| Definition | A reference to a code defined by a terminology system. |
| Short | Code defined by a terminology system |
| Comments | Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. |
| Control | 10..1* |
| Type | Coding |
| Is Modifier | false |
| Summary | false |
| Requirements | Allows for alternative encodings within a code system, and translations to other code systems. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 240. Composition.section:methods.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 242. Composition.section:references | |
| Slice Name | references |
| Definition | The root of the sections that make up the composition. |
| Short | Composition is broken into sections |
| Control | 0..1* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | true |
| Summary | false |
| Invariants | cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists()) cmp-2: A section can only have an emptyReason if no entries are included (emptyReason.empty() or entry.empty()) ele-1: All FHIR elements must have a @value or children or both (hasValue() or (children().count() > id.count())) |
| 244. Composition.section:references.extension:intendedAudience | |
| Slice Name | intendedAudience |
| Definition | Target audience for the section |
| Short | Intended Audience |
| Comments | Indicates who the content of the section is aimed at |
| Control | 0..* |
| Type | Extension(Section Intended Audience) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 246. Composition.section:references.extension:versionStatus | |
| Slice Name | versionStatus |
| Definition | Indicates the status of a recommendation in the context of a newer version of the guideline. |
| Short | Version status of recommendation |
| Comments | Supports tracking how a recommendation evolved in the new version of the guideline. |
| Control | 0..1 |
| Type | Extension(Recommendation Version Status) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 248. Composition.section:references.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 250. Composition.section:references.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 10..1 |
| Binding | Unless not suitable, these codes SHALL be taken from For example codes, see Guideline Sectionshttp://hl7.org/fhir/ValueSet/doc-section-codes (extensible to http://fhir.awmf.org/awmf.ig/ValueSet/vs-guideline-sections) |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 252. Composition.section:references.code.coding | |
| Definition | A reference to a code defined by a terminology system. |
| Short | Code defined by a terminology system |
| Comments | Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. |
| Control | 10..1* |
| Type | Coding |
| Is Modifier | false |
| Summary | false |
| Requirements | Allows for alternative encodings within a code system, and translations to other code systems. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 254. Composition.section:references.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Citation, Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 256. Composition.section:competingInterests | |
| Slice Name | competingInterests |
| Definition | The root of the sections that make up the composition. |
| Short | Composition is broken into sections |
| Control | 0..1* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | true |
| Summary | false |
| Invariants | cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists()) cmp-2: A section can only have an emptyReason if no entries are included (emptyReason.empty() or entry.empty()) ele-1: All FHIR elements must have a @value or children or both (hasValue() or (children().count() > id.count())) |
| 258. Composition.section:competingInterests.extension:intendedAudience | |
| Slice Name | intendedAudience |
| Definition | Target audience for the section |
| Short | Intended Audience |
| Comments | Indicates who the content of the section is aimed at |
| Control | 0..* |
| Type | Extension(Section Intended Audience) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 260. Composition.section:competingInterests.extension:versionStatus | |
| Slice Name | versionStatus |
| Definition | Indicates the status of a recommendation in the context of a newer version of the guideline. |
| Short | Version status of recommendation |
| Comments | Supports tracking how a recommendation evolved in the new version of the guideline. |
| Control | 0..1 |
| Type | Extension(Recommendation Version Status) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 262. Composition.section:competingInterests.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 264. Composition.section:competingInterests.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 10..1 |
| Binding | Unless not suitable, these codes SHALL be taken from For example codes, see Guideline Sectionshttp://hl7.org/fhir/ValueSet/doc-section-codes (extensible to http://fhir.awmf.org/awmf.ig/ValueSet/vs-guideline-sections) |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 266. Composition.section:competingInterests.code.coding | |
| Definition | A reference to a code defined by a terminology system. |
| Short | Code defined by a terminology system |
| Comments | Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. |
| Control | 10..1* |
| Type | Coding |
| Is Modifier | false |
| Summary | false |
| Requirements | Allows for alternative encodings within a code system, and translations to other code systems. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 268. Composition.section:competingInterests.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 270. Composition.section:acknowledgements | |
| Slice Name | acknowledgements |
| Definition | The root of the sections that make up the composition. |
| Short | Composition is broken into sections |
| Control | 0..1* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | true |
| Summary | false |
| Invariants | cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists()) cmp-2: A section can only have an emptyReason if no entries are included (emptyReason.empty() or entry.empty()) ele-1: All FHIR elements must have a @value or children or both (hasValue() or (children().count() > id.count())) |
| 272. Composition.section:acknowledgements.extension:intendedAudience | |
| Slice Name | intendedAudience |
| Definition | Target audience for the section |
| Short | Intended Audience |
| Comments | Indicates who the content of the section is aimed at |
| Control | 0..* |
| Type | Extension(Section Intended Audience) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 274. Composition.section:acknowledgements.extension:versionStatus | |
| Slice Name | versionStatus |
| Definition | Indicates the status of a recommendation in the context of a newer version of the guideline. |
| Short | Version status of recommendation |
| Comments | Supports tracking how a recommendation evolved in the new version of the guideline. |
| Control | 0..1 |
| Type | Extension(Recommendation Version Status) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 276. Composition.section:acknowledgements.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 278. Composition.section:acknowledgements.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 10..1 |
| Binding | Unless not suitable, these codes SHALL be taken from For example codes, see Guideline Sectionshttp://hl7.org/fhir/ValueSet/doc-section-codes (extensible to http://fhir.awmf.org/awmf.ig/ValueSet/vs-guideline-sections) |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 280. Composition.section:acknowledgements.code.coding | |
| Definition | A reference to a code defined by a terminology system. |
| Short | Code defined by a terminology system |
| Comments | Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. |
| Control | 10..1* |
| Type | Coding |
| Is Modifier | false |
| Summary | false |
| Requirements | Allows for alternative encodings within a code system, and translations to other code systems. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 282. Composition.section:acknowledgements.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 284. Composition.section:appendices | |
| Slice Name | appendices |
| Definition | The root of the sections that make up the composition. |
| Short | Composition is broken into sections |
| Control | 0..1* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | true |
| Summary | false |
| Invariants | cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists()) cmp-2: A section can only have an emptyReason if no entries are included (emptyReason.empty() or entry.empty()) ele-1: All FHIR elements must have a @value or children or both (hasValue() or (children().count() > id.count())) |
| 286. Composition.section:appendices.extension:intendedAudience | |
| Slice Name | intendedAudience |
| Definition | Target audience for the section |
| Short | Intended Audience |
| Comments | Indicates who the content of the section is aimed at |
| Control | 0..* |
| Type | Extension(Section Intended Audience) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 288. Composition.section:appendices.extension:versionStatus | |
| Slice Name | versionStatus |
| Definition | Indicates the status of a recommendation in the context of a newer version of the guideline. |
| Short | Version status of recommendation |
| Comments | Supports tracking how a recommendation evolved in the new version of the guideline. |
| Control | 0..1 |
| Type | Extension(Recommendation Version Status) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 290. Composition.section:appendices.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 292. Composition.section:appendices.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 10..1 |
| Binding | Unless not suitable, these codes SHALL be taken from For example codes, see Guideline Sectionshttp://hl7.org/fhir/ValueSet/doc-section-codes (extensible to http://fhir.awmf.org/awmf.ig/ValueSet/vs-guideline-sections) |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 294. Composition.section:appendices.code.coding | |
| Definition | A reference to a code defined by a terminology system. |
| Short | Code defined by a terminology system |
| Comments | Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. |
| Control | 10..1* |
| Type | Coding |
| Is Modifier | false |
| Summary | false |
| Requirements | Allows for alternative encodings within a code system, and translations to other code systems. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 296. Composition.section:appendices.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 298. Composition.section:recommendationStatement | |
| Slice Name | recommendationStatement |
| Definition | The root of the sections that make up the composition. |
| Short | Composition is broken into sections |
| Control | 10..1* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | true |
| Summary | false |
| Invariants | cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists()) cmp-2: A section can only have an emptyReason if no entries are included (emptyReason.empty() or entry.empty()) ele-1: All FHIR elements must have a @value or children or both (hasValue() or (children().count() > id.count())) |
| 300. Composition.section:recommendationStatement.extension:intendedAudience | |
| Slice Name | intendedAudience |
| Definition | Target audience for the section |
| Short | Intended Audience |
| Comments | Indicates who the content of the section is aimed at |
| Control | 0..* |
| Type | Extension(Section Intended Audience) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 302. Composition.section:recommendationStatement.extension:versionStatus | |
| Slice Name | versionStatus |
| Definition | Indicates the status of a recommendation in the context of a newer version of the guideline. |
| Short | Version status of recommendation |
| Comments | Supports tracking how a recommendation evolved in the new version of the guideline. |
| Control | 0..1 |
| Type | Extension(Recommendation Version Status) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 304. Composition.section:recommendationStatement.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 306. Composition.section:recommendationStatement.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 10..1 |
| Binding | Unless not suitable, these codes SHALL be taken from For example codes, see Guideline Sectionshttp://hl7.org/fhir/ValueSet/doc-section-codes (extensible to http://fhir.awmf.org/awmf.ig/ValueSet/vs-guideline-sections) |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 308. Composition.section:recommendationStatement.code.coding | |
| Definition | A reference to a code defined by a terminology system. |
| Short | Code defined by a terminology system |
| Comments | Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. |
| Control | 10..1* |
| Type | Coding |
| Is Modifier | false |
| Summary | false |
| Requirements | Allows for alternative encodings within a code system, and translations to other code systems. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 310. Composition.section:recommendationStatement.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 312. Composition.section:recommendationStatement.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section. The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
| 314. Composition.section:ratings | |
| Slice Name | ratings |
| Definition | The root of the sections that make up the composition. |
| Short | Composition is broken into sections |
| Control | 0..1* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists()) cmp-2: A section can only have an emptyReason if no entries are included (emptyReason.empty() or entry.empty()) ele-1: All FHIR elements must have a @value or children or both (hasValue() or (children().count() > id.count())) |
| 316. Composition.section:ratings.extension:intendedAudience | |
| Slice Name | intendedAudience |
| Definition | Target audience for the section |
| Short | Intended Audience |
| Comments | Indicates who the content of the section is aimed at |
| Control | 0..* |
| Type | Extension(Section Intended Audience) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 318. Composition.section:ratings.extension:versionStatus | |
| Slice Name | versionStatus |
| Definition | Indicates the status of a recommendation in the context of a newer version of the guideline. |
| Short | Version status of recommendation |
| Comments | Supports tracking how a recommendation evolved in the new version of the guideline. |
| Control | 0..1 |
| Type | Extension(Recommendation Version Status) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 320. Composition.section:ratings.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 322. Composition.section:ratings.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 10..1 |
| Binding | Unless not suitable, these codes SHALL be taken from For example codes, see Guideline Sectionshttp://hl7.org/fhir/ValueSet/doc-section-codes (extensible to http://fhir.awmf.org/awmf.ig/ValueSet/vs-guideline-sections) |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 324. Composition.section:ratings.code.coding | |
| Definition | A reference to a code defined by a terminology system. |
| Short | Code defined by a terminology system |
| Comments | Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. |
| Control | 10..1* |
| Type | Coding |
| Is Modifier | false |
| Summary | false |
| Requirements | Allows for alternative encodings within a code system, and translations to other code systems. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 326. Composition.section:ratings.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Recommendation Justification, Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 328. Composition.section:population | |
| Slice Name | population |
| Definition | The root of the sections that make up the composition. |
| Short | Composition is broken into sections |
| Control | 0..1* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists()) cmp-2: A section can only have an emptyReason if no entries are included (emptyReason.empty() or entry.empty()) ele-1: All FHIR elements must have a @value or children or both (hasValue() or (children().count() > id.count())) |
| 330. Composition.section:population.extension:intendedAudience | |
| Slice Name | intendedAudience |
| Definition | Target audience for the section |
| Short | Intended Audience |
| Comments | Indicates who the content of the section is aimed at |
| Control | 0..* |
| Type | Extension(Section Intended Audience) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 332. Composition.section:population.extension:versionStatus | |
| Slice Name | versionStatus |
| Definition | Indicates the status of a recommendation in the context of a newer version of the guideline. |
| Short | Version status of recommendation |
| Comments | Supports tracking how a recommendation evolved in the new version of the guideline. |
| Control | 0..1 |
| Type | Extension(Recommendation Version Status) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 334. Composition.section:population.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 336. Composition.section:population.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 10..1 |
| Binding | Unless not suitable, these codes SHALL be taken from For example codes, see Guideline Sectionshttp://hl7.org/fhir/ValueSet/doc-section-codes (extensible to http://fhir.awmf.org/awmf.ig/ValueSet/vs-guideline-sections) |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 338. Composition.section:population.code.coding | |
| Definition | A reference to a code defined by a terminology system. |
| Short | Code defined by a terminology system |
| Comments | Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. |
| Control | 10..1* |
| Type | Coding |
| Is Modifier | false |
| Summary | false |
| Requirements | Allows for alternative encodings within a code system, and translations to other code systems. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 340. Composition.section:population.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 342. Composition.section:population.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section. The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
| 344. Composition.section:action | |
| Slice Name | action |
| Definition | The root of the sections that make up the composition. |
| Short | Composition is broken into sections |
| Control | 0..1* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists()) cmp-2: A section can only have an emptyReason if no entries are included (emptyReason.empty() or entry.empty()) ele-1: All FHIR elements must have a @value or children or both (hasValue() or (children().count() > id.count())) |
| 346. Composition.section:action.extension:intendedAudience | |
| Slice Name | intendedAudience |
| Definition | Target audience for the section |
| Short | Intended Audience |
| Comments | Indicates who the content of the section is aimed at |
| Control | 0..* |
| Type | Extension(Section Intended Audience) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 348. Composition.section:action.extension:versionStatus | |
| Slice Name | versionStatus |
| Definition | Indicates the status of a recommendation in the context of a newer version of the guideline. |
| Short | Version status of recommendation |
| Comments | Supports tracking how a recommendation evolved in the new version of the guideline. |
| Control | 0..1 |
| Type | Extension(Recommendation Version Status) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 350. Composition.section:action.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 352. Composition.section:action.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 10..1 |
| Binding | Unless not suitable, these codes SHALL be taken from For example codes, see Guideline Sectionshttp://hl7.org/fhir/ValueSet/doc-section-codes (extensible to http://fhir.awmf.org/awmf.ig/ValueSet/vs-guideline-sections) |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 354. Composition.section:action.code.coding | |
| Definition | A reference to a code defined by a terminology system. |
| Short | Code defined by a terminology system |
| Comments | Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. |
| Control | 10..1* |
| Type | Coding |
| Is Modifier | false |
| Summary | false |
| Requirements | Allows for alternative encodings within a code system, and translations to other code systems. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 356. Composition.section:action.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 358. Composition.section:action.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section. The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
| 360. Composition.section:oppositeAction | |
| Slice Name | oppositeAction |
| Definition | The root of the sections that make up the composition. |
| Short | Composition is broken into sections |
| Control | 0..1* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists()) cmp-2: A section can only have an emptyReason if no entries are included (emptyReason.empty() or entry.empty()) ele-1: All FHIR elements must have a @value or children or both (hasValue() or (children().count() > id.count())) |
| 362. Composition.section:oppositeAction.extension:intendedAudience | |
| Slice Name | intendedAudience |
| Definition | Target audience for the section |
| Short | Intended Audience |
| Comments | Indicates who the content of the section is aimed at |
| Control | 0..* |
| Type | Extension(Section Intended Audience) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 364. Composition.section:oppositeAction.extension:versionStatus | |
| Slice Name | versionStatus |
| Definition | Indicates the status of a recommendation in the context of a newer version of the guideline. |
| Short | Version status of recommendation |
| Comments | Supports tracking how a recommendation evolved in the new version of the guideline. |
| Control | 0..1 |
| Type | Extension(Recommendation Version Status) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 366. Composition.section:oppositeAction.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 368. Composition.section:oppositeAction.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 10..1 |
| Binding | Unless not suitable, these codes SHALL be taken from For example codes, see Guideline Sectionshttp://hl7.org/fhir/ValueSet/doc-section-codes (extensible to http://fhir.awmf.org/awmf.ig/ValueSet/vs-guideline-sections) |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 370. Composition.section:oppositeAction.code.coding | |
| Definition | A reference to a code defined by a terminology system. |
| Short | Code defined by a terminology system |
| Comments | Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. |
| Control | 10..1* |
| Type | Coding |
| Is Modifier | false |
| Summary | false |
| Requirements | Allows for alternative encodings within a code system, and translations to other code systems. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 372. Composition.section:oppositeAction.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 374. Composition.section:oppositeAction.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section. The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
| 376. Composition.section:evidence | |
| Slice Name | evidence |
| Definition | The root of the sections that make up the composition. |
| Short | Composition is broken into sections |
| Control | 0..1* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | true |
| Summary | false |
| Invariants | cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists()) cmp-2: A section can only have an emptyReason if no entries are included (emptyReason.empty() or entry.empty()) ele-1: All FHIR elements must have a @value or children or both (hasValue() or (children().count() > id.count())) |
| 378. Composition.section:evidence.extension:intendedAudience | |
| Slice Name | intendedAudience |
| Definition | Target audience for the section |
| Short | Intended Audience |
| Comments | Indicates who the content of the section is aimed at |
| Control | 0..* |
| Type | Extension(Section Intended Audience) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 380. Composition.section:evidence.extension:versionStatus | |
| Slice Name | versionStatus |
| Definition | Indicates the status of a recommendation in the context of a newer version of the guideline. |
| Short | Version status of recommendation |
| Comments | Supports tracking how a recommendation evolved in the new version of the guideline. |
| Control | 0..1 |
| Type | Extension(Recommendation Version Status) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 382. Composition.section:evidence.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 384. Composition.section:evidence.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 10..1 |
| Binding | Unless not suitable, these codes SHALL be taken from For example codes, see Guideline Sectionshttp://hl7.org/fhir/ValueSet/doc-section-codes (extensible to http://fhir.awmf.org/awmf.ig/ValueSet/vs-guideline-sections) |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 386. Composition.section:evidence.code.coding | |
| Definition | A reference to a code defined by a terminology system. |
| Short | Code defined by a terminology system |
| Comments | Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. |
| Control | 10..1* |
| Type | Coding |
| Is Modifier | false |
| Summary | false |
| Requirements | Allows for alternative encodings within a code system, and translations to other code systems. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 388. Composition.section:evidence.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 390. Composition.section:justification | |
| Slice Name | justification |
| Definition | The root of the sections that make up the composition. |
| Short | Composition is broken into sections |
| Control | 0..1* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | true |
| Summary | false |
| Invariants | cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists()) cmp-2: A section can only have an emptyReason if no entries are included (emptyReason.empty() or entry.empty()) ele-1: All FHIR elements must have a @value or children or both (hasValue() or (children().count() > id.count())) |
| 392. Composition.section:justification.extension:intendedAudience | |
| Slice Name | intendedAudience |
| Definition | Target audience for the section |
| Short | Intended Audience |
| Comments | Indicates who the content of the section is aimed at |
| Control | 0..* |
| Type | Extension(Section Intended Audience) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 394. Composition.section:justification.extension:versionStatus | |
| Slice Name | versionStatus |
| Definition | Indicates the status of a recommendation in the context of a newer version of the guideline. |
| Short | Version status of recommendation |
| Comments | Supports tracking how a recommendation evolved in the new version of the guideline. |
| Control | 0..1 |
| Type | Extension(Recommendation Version Status) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 396. Composition.section:justification.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 398. Composition.section:justification.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 10..1 |
| Binding | Unless not suitable, these codes SHALL be taken from For example codes, see Guideline Sectionshttp://hl7.org/fhir/ValueSet/doc-section-codes (extensible to http://fhir.awmf.org/awmf.ig/ValueSet/vs-guideline-sections) |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 400. Composition.section:justification.code.coding | |
| Definition | A reference to a code defined by a terminology system. |
| Short | Code defined by a terminology system |
| Comments | Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. |
| Control | 10..1* |
| Type | Coding |
| Is Modifier | false |
| Summary | false |
| Requirements | Allows for alternative encodings within a code system, and translations to other code systems. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 402. Composition.section:justification.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(RecommendationJustification, Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 404. Composition.section:considerations | |
| Slice Name | considerations |
| Definition | The root of the sections that make up the composition. |
| Short | Composition is broken into sections |
| Control | 0..1* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | true |
| Summary | false |
| Invariants | cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists()) cmp-2: A section can only have an emptyReason if no entries are included (emptyReason.empty() or entry.empty()) ele-1: All FHIR elements must have a @value or children or both (hasValue() or (children().count() > id.count())) |
| 406. Composition.section:considerations.extension:intendedAudience | |
| Slice Name | intendedAudience |
| Definition | Target audience for the section |
| Short | Intended Audience |
| Comments | Indicates who the content of the section is aimed at |
| Control | 0..* |
| Type | Extension(Section Intended Audience) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 408. Composition.section:considerations.extension:versionStatus | |
| Slice Name | versionStatus |
| Definition | Indicates the status of a recommendation in the context of a newer version of the guideline. |
| Short | Version status of recommendation |
| Comments | Supports tracking how a recommendation evolved in the new version of the guideline. |
| Control | 0..1 |
| Type | Extension(Recommendation Version Status) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 410. Composition.section:considerations.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 412. Composition.section:considerations.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 10..1 |
| Binding | Unless not suitable, these codes SHALL be taken from For example codes, see Guideline Sectionshttp://hl7.org/fhir/ValueSet/doc-section-codes (extensible to http://fhir.awmf.org/awmf.ig/ValueSet/vs-guideline-sections) |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 414. Composition.section:considerations.code.coding | |
| Definition | A reference to a code defined by a terminology system. |
| Short | Code defined by a terminology system |
| Comments | Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. |
| Control | 10..1* |
| Type | Coding |
| Is Modifier | false |
| Summary | false |
| Requirements | Allows for alternative encodings within a code system, and translations to other code systems. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 416. Composition.section:considerations.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 418. Composition.section:text | |
| Slice Name | text |
| Definition | The root of the sections that make up the composition. |
| Short | Composition is broken into sections |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | true |
| Summary | false |
| Invariants | cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists()) cmp-2: A section can only have an emptyReason if no entries are included (emptyReason.empty() or entry.empty()) ele-1: All FHIR elements must have a @value or children or both (hasValue() or (children().count() > id.count())) |
| 420. Composition.section:text.extension:intendedAudience | |
| Slice Name | intendedAudience |
| Definition | Target audience for the section |
| Short | Intended Audience |
| Comments | Indicates who the content of the section is aimed at |
| Control | 0..* |
| Type | Extension(Section Intended Audience) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 422. Composition.section:text.extension:versionStatus | |
| Slice Name | versionStatus |
| Definition | Indicates the status of a recommendation in the context of a newer version of the guideline. |
| Short | Version status of recommendation |
| Comments | Supports tracking how a recommendation evolved in the new version of the guideline. |
| Control | 0..1 |
| Type | Extension(Recommendation Version Status) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 424. Composition.section:text.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 426. Composition.section:text.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 10..1 |
| Binding | Unless not suitable, these codes SHALL be taken from For example codes, see Guideline Sectionshttp://hl7.org/fhir/ValueSet/doc-section-codes (extensible to http://fhir.awmf.org/awmf.ig/ValueSet/vs-guideline-sections) |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 428. Composition.section:text.code.coding | |
| Definition | A reference to a code defined by a terminology system. |
| Short | Code defined by a terminology system |
| Comments | Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. |
| Control | 10..1* |
| Type | Coding |
| Is Modifier | false |
| Summary | false |
| Requirements | Allows for alternative encodings within a code system, and translations to other code systems. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 430. Composition.section:text.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 432. Composition.section:text.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section. The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
| 434. Composition.section:text.section.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 436. Composition.section:text.section.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 438. Composition.section:text.section:language | |
| Slice Name | language |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 440. Composition.section:text.section:language.extension | |
| Definition | An Extension May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | ExtensionAdditional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 10..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 442. Composition.section:text.section:language.extension:language | |
| Slice Name | language |
| Definition | The Language of the Section. |
| Short | Language for the Section |
| Comments | This is used where an item may repeat to indicate the language of each repeat. |
| Control | 1..1 |
| Type | Extension(Section Language) (Extension Type: code) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 444. Composition.section:text.section:language.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 446. Composition.section:text.section:language.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 10..1 |
| Binding | For example codes, see DocumentSectionCodeshttp://hl7.org/fhir/ValueSet/doc-section-codes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 448. Composition.section:text.section:language.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 450. Composition.section:text.section:language.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..0* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 452. Composition.section:text.section:@default | |
| Slice Name | @default |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 454. Composition.section:text.section:@default.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 456. Composition.section:text.section:@default.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 10..1 |
| Binding | For example codes, see DocumentSectionCodeshttp://hl7.org/fhir/ValueSet/doc-section-codes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 458. Composition.section:text.section:@default.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 460. Composition.section:consensusProtocol | |
| Slice Name | consensusProtocol |
| Definition | The root of the sections that make up the composition. |
| Short | Composition is broken into sections |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists()) cmp-2: A section can only have an emptyReason if no entries are included (emptyReason.empty() or entry.empty()) ele-1: All FHIR elements must have a @value or children or both (hasValue() or (children().count() > id.count())) |
| 462. Composition.section:consensusProtocol.extension:intendedAudience | |
| Slice Name | intendedAudience |
| Definition | Target audience for the section |
| Short | Intended Audience |
| Comments | Indicates who the content of the section is aimed at |
| Control | 0..* |
| Type | Extension(Section Intended Audience) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 464. Composition.section:consensusProtocol.extension:versionStatus | |
| Slice Name | versionStatus |
| Definition | Indicates the status of a recommendation in the context of a newer version of the guideline. |
| Short | Version status of recommendation |
| Comments | Supports tracking how a recommendation evolved in the new version of the guideline. |
| Control | 0..1 |
| Type | Extension(Recommendation Version Status) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 466. Composition.section:consensusProtocol.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 468. Composition.section:consensusProtocol.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 10..1 |
| Binding | Unless not suitable, these codes SHALL be taken from For example codes, see Guideline Sectionshttp://hl7.org/fhir/ValueSet/doc-section-codes (extensible to http://fhir.awmf.org/awmf.ig/ValueSet/vs-guideline-sections) |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 470. Composition.section:consensusProtocol.code.coding | |
| Definition | A reference to a code defined by a terminology system. |
| Short | Code defined by a terminology system |
| Comments | Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. |
| Control | 10..1* |
| Type | Coding |
| Is Modifier | false |
| Summary | false |
| Requirements | Allows for alternative encodings within a code system, and translations to other code systems. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 472. Composition.section:consensusProtocol.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 474. Composition.section:consensusProtocol.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section. The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
| 476. Composition.section:consensusProtocol.section.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 478. Composition.section:consensusProtocol.section.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 480. Composition.section:consensusProtocol.section:language | |
| Slice Name | language |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 482. Composition.section:consensusProtocol.section:language.extension | |
| Definition | An Extension May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | ExtensionAdditional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 10..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 484. Composition.section:consensusProtocol.section:language.extension:language | |
| Slice Name | language |
| Definition | The Language of the Section. |
| Short | Language for the Section |
| Comments | This is used where an item may repeat to indicate the language of each repeat. |
| Control | 1..1 |
| Type | Extension(Section Language) (Extension Type: code) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 486. Composition.section:consensusProtocol.section:language.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 488. Composition.section:consensusProtocol.section:language.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 10..1 |
| Binding | For example codes, see DocumentSectionCodeshttp://hl7.org/fhir/ValueSet/doc-section-codes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 490. Composition.section:consensusProtocol.section:language.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 492. Composition.section:consensusProtocol.section:language.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..0* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 494. Composition.section:consensusProtocol.section:@default | |
| Slice Name | @default |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 496. Composition.section:consensusProtocol.section:@default.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 498. Composition.section:consensusProtocol.section:@default.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 10..1 |
| Binding | For example codes, see DocumentSectionCodeshttp://hl7.org/fhir/ValueSet/doc-section-codes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 500. Composition.section:consensusProtocol.section:@default.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 502. Composition.section:consensusProtocol.section:@default.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section.section. The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
| 504. Composition.section:consensusProtocol.section:@default.section.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 506. Composition.section:consensusProtocol.section:@default.section.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 508. Composition.section:consensusProtocol.section:@default.section:language | |
| Slice Name | language |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 510. Composition.section:consensusProtocol.section:@default.section:language.extension | |
| Definition | An Extension May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | ExtensionAdditional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 10..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 512. Composition.section:consensusProtocol.section:@default.section:language.extension:language | |
| Slice Name | language |
| Definition | The Language of the Section. |
| Short | Language for the Section |
| Comments | This is used where an item may repeat to indicate the language of each repeat. |
| Control | 1..1 |
| Type | Extension(Section Language) (Extension Type: code) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 514. Composition.section:consensusProtocol.section:@default.section:language.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 516. Composition.section:consensusProtocol.section:@default.section:language.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 10..1 |
| Binding | For example codes, see DocumentSectionCodeshttp://hl7.org/fhir/ValueSet/doc-section-codes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 518. Composition.section:consensusProtocol.section:@default.section:language.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 520. Composition.section:consensusProtocol.section:@default.section:language.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..0* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 522. Composition.section:consensusProtocol.section:@default.section:@default | |
| Slice Name | @default |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 524. Composition.section:consensusProtocol.section:@default.section:@default.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 526. Composition.section:consensusProtocol.section:@default.section:@default.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 10..1 |
| Binding | For example codes, see DocumentSectionCodeshttp://hl7.org/fhir/ValueSet/doc-section-codes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 528. Composition.section:consensusProtocol.section:@default.section:@default.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 530. Composition.section:consensusProtocol.section:@default.section:@default.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section.section.section. The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
| 532. Composition.section:consensusProtocol.section:@default.section:@default.section.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 534. Composition.section:consensusProtocol.section:@default.section:@default.section.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 536. Composition.section:consensusProtocol.section:@default.section:@default.section:language | |
| Slice Name | language |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 538. Composition.section:consensusProtocol.section:@default.section:@default.section:language.extension | |
| Definition | An Extension May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | ExtensionAdditional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 10..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section.section.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 540. Composition.section:consensusProtocol.section:@default.section:@default.section:language.extension:language | |
| Slice Name | language |
| Definition | The Language of the Section. |
| Short | Language for the Section |
| Comments | This is used where an item may repeat to indicate the language of each repeat. |
| Control | 1..1 |
| Type | Extension(Section Language) (Extension Type: code) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 542. Composition.section:consensusProtocol.section:@default.section:@default.section:language.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 544. Composition.section:consensusProtocol.section:@default.section:@default.section:language.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 10..1 |
| Binding | For example codes, see DocumentSectionCodeshttp://hl7.org/fhir/ValueSet/doc-section-codes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 546. Composition.section:consensusProtocol.section:@default.section:@default.section:language.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 548. Composition.section:consensusProtocol.section:@default.section:@default.section:language.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..0* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 550. Composition.section:consensusProtocol.section:@default.section:@default.section:@default | |
| Slice Name | @default |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 552. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 554. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 10..1 |
| Binding | For example codes, see DocumentSectionCodeshttp://hl7.org/fhir/ValueSet/doc-section-codes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 556. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 558. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section.section.section.section. The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
| 560. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 562. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 564. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:language | |
| Slice Name | language |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 566. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:language.extension | |
| Definition | An Extension May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | ExtensionAdditional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 10..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section.section.section.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 568. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:language.extension:language | |
| Slice Name | language |
| Definition | The Language of the Section. |
| Short | Language for the Section |
| Comments | This is used where an item may repeat to indicate the language of each repeat. |
| Control | 1..1 |
| Type | Extension(Section Language) (Extension Type: code) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 570. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:language.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 572. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:language.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 10..1 |
| Binding | For example codes, see DocumentSectionCodeshttp://hl7.org/fhir/ValueSet/doc-section-codes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 574. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:language.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 576. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:language.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..0* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 578. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default | |
| Slice Name | @default |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 580. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 582. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 10..1 |
| Binding | For example codes, see DocumentSectionCodeshttp://hl7.org/fhir/ValueSet/doc-section-codes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 584. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 586. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section.section.section.section.section. The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
| 588. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 590. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 592. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:language | |
| Slice Name | language |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 594. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:language.extension | |
| Definition | An Extension May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | ExtensionAdditional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 10..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section.section.section.section.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 596. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:language.extension:language | |
| Slice Name | language |
| Definition | The Language of the Section. |
| Short | Language for the Section |
| Comments | This is used where an item may repeat to indicate the language of each repeat. |
| Control | 1..1 |
| Type | Extension(Section Language) (Extension Type: code) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 598. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:language.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 600. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:language.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 10..1 |
| Binding | For example codes, see DocumentSectionCodeshttp://hl7.org/fhir/ValueSet/doc-section-codes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 602. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:language.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 604. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:language.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..0* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 606. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default | |
| Slice Name | @default |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 608. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 610. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 10..1 |
| Binding | For example codes, see DocumentSectionCodeshttp://hl7.org/fhir/ValueSet/doc-section-codes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 612. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 614. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section.section.section.section.section.section. The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
| 616. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 618. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 620. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:language | |
| Slice Name | language |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 622. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.extension | |
| Definition | An Extension May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | ExtensionAdditional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 10..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section.section.section.section.section.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 624. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.extension:language | |
| Slice Name | language |
| Definition | The Language of the Section. |
| Short | Language for the Section |
| Comments | This is used where an item may repeat to indicate the language of each repeat. |
| Control | 1..1 |
| Type | Extension(Section Language) (Extension Type: code) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 626. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 628. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 10..1 |
| Binding | For example codes, see DocumentSectionCodeshttp://hl7.org/fhir/ValueSet/doc-section-codes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 630. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 632. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..0* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 634. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default | |
| Slice Name | @default |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 636. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 638. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 10..1 |
| Binding | For example codes, see DocumentSectionCodeshttp://hl7.org/fhir/ValueSet/doc-section-codes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 640. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 642. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section.section.section.section.section.section.section. The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
| 644. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 646. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 648. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language | |
| Slice Name | language |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 650. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.extension | |
| Definition | An Extension May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | ExtensionAdditional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 10..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section.section.section.section.section.section.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 652. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.extension:language | |
| Slice Name | language |
| Definition | The Language of the Section. |
| Short | Language for the Section |
| Comments | This is used where an item may repeat to indicate the language of each repeat. |
| Control | 1..1 |
| Type | Extension(Section Language) (Extension Type: code) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 654. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 656. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 10..1 |
| Binding | For example codes, see DocumentSectionCodeshttp://hl7.org/fhir/ValueSet/doc-section-codes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 658. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 660. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..0* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 662. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default | |
| Slice Name | @default |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 664. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 666. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 10..1 |
| Binding | For example codes, see DocumentSectionCodeshttp://hl7.org/fhir/ValueSet/doc-section-codes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 668. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 670. Composition.section:patientVersion | |
| Slice Name | patientVersion |
| Definition | The root of the sections that make up the composition. |
| Short | Composition is broken into sections |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists()) cmp-2: A section can only have an emptyReason if no entries are included (emptyReason.empty() or entry.empty()) ele-1: All FHIR elements must have a @value or children or both (hasValue() or (children().count() > id.count())) |
| 672. Composition.section:patientVersion.extension:intendedAudience | |
| Slice Name | intendedAudience |
| Definition | Target audience for the section |
| Short | Intended Audience |
| Comments | Indicates who the content of the section is aimed at |
| Control | 0..* |
| Type | Extension(Section Intended Audience) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 674. Composition.section:patientVersion.extension:versionStatus | |
| Slice Name | versionStatus |
| Definition | Indicates the status of a recommendation in the context of a newer version of the guideline. |
| Short | Version status of recommendation |
| Comments | Supports tracking how a recommendation evolved in the new version of the guideline. |
| Control | 0..1 |
| Type | Extension(Recommendation Version Status) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 676. Composition.section:patientVersion.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 678. Composition.section:patientVersion.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 10..1 |
| Binding | Unless not suitable, these codes SHALL be taken from For example codes, see Guideline Sectionshttp://hl7.org/fhir/ValueSet/doc-section-codes (extensible to http://fhir.awmf.org/awmf.ig/ValueSet/vs-guideline-sections) |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 680. Composition.section:patientVersion.code.coding | |
| Definition | A reference to a code defined by a terminology system. |
| Short | Code defined by a terminology system |
| Comments | Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. |
| Control | 10..1* |
| Type | Coding |
| Is Modifier | false |
| Summary | false |
| Requirements | Allows for alternative encodings within a code system, and translations to other code systems. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 682. Composition.section:patientVersion.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 684. Composition.section:otherContent | |
| Slice Name | otherContent |
| Definition | The root of the sections that make up the composition. |
| Short | Composition is broken into sections |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists()) cmp-2: A section can only have an emptyReason if no entries are included (emptyReason.empty() or entry.empty()) ele-1: All FHIR elements must have a @value or children or both (hasValue() or (children().count() > id.count())) |
| 686. Composition.section:otherContent.extension:intendedAudience | |
| Slice Name | intendedAudience |
| Definition | Target audience for the section |
| Short | Intended Audience |
| Comments | Indicates who the content of the section is aimed at |
| Control | 0..* |
| Type | Extension(Section Intended Audience) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 688. Composition.section:otherContent.extension:versionStatus | |
| Slice Name | versionStatus |
| Definition | Indicates the status of a recommendation in the context of a newer version of the guideline. |
| Short | Version status of recommendation |
| Comments | Supports tracking how a recommendation evolved in the new version of the guideline. |
| Control | 0..1 |
| Type | Extension(Recommendation Version Status) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 690. Composition.section:otherContent.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 692. Composition.section:otherContent.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 10..1 |
| Binding | The codes SHALL be taken from For example codes, see Content Typeshttp://hl7.org/fhir/ValueSet/doc-section-codes (required to http://fhir.awmf.org/awmf.ig/ValueSet/vs-content-types) |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 694. Composition.section:otherContent.code.coding | |
| Definition | A reference to a code defined by a terminology system. |
| Short | Code defined by a terminology system |
| Comments | Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. |
| Control | 10..1* |
| Binding | The codes SHALL be taken from For codes, see Content Types (required to http://fhir.awmf.org/awmf.ig/ValueSet/vs-content-types) |
| Type | Coding |
| Is Modifier | false |
| Summary | false |
| Requirements | Allows for alternative encodings within a code system, and translations to other code systems. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 696. Composition.section:otherContent.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 698. Composition.section:otherContent.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section. The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
| 700. Composition.section:otherContent.section.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 702. Composition.section:otherContent.section.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 704. Composition.section:otherContent.section:language | |
| Slice Name | language |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 706. Composition.section:otherContent.section:language.extension | |
| Definition | An Extension May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | ExtensionAdditional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 10..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 708. Composition.section:otherContent.section:language.extension:language | |
| Slice Name | language |
| Definition | The Language of the Section. |
| Short | Language for the Section |
| Comments | This is used where an item may repeat to indicate the language of each repeat. |
| Control | 1..1 |
| Type | Extension(Section Language) (Extension Type: code) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 710. Composition.section:otherContent.section:language.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 712. Composition.section:otherContent.section:language.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 10..1 |
| Binding | For example codes, see DocumentSectionCodeshttp://hl7.org/fhir/ValueSet/doc-section-codes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 714. Composition.section:otherContent.section:language.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 716. Composition.section:otherContent.section:language.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..0* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 718. Composition.section:otherContent.section:@default | |
| Slice Name | @default |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 720. Composition.section:otherContent.section:@default.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 722. Composition.section:otherContent.section:@default.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 10..1 |
| Binding | For example codes, see DocumentSectionCodeshttp://hl7.org/fhir/ValueSet/doc-section-codes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 724. Composition.section:otherContent.section:@default.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 726. Composition.section:otherContent.section:@default.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section.section. The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
| 728. Composition.section:otherContent.section:@default.section.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 730. Composition.section:otherContent.section:@default.section.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 732. Composition.section:otherContent.section:@default.section:language | |
| Slice Name | language |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 734. Composition.section:otherContent.section:@default.section:language.extension | |
| Definition | An Extension May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | ExtensionAdditional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 10..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 736. Composition.section:otherContent.section:@default.section:language.extension:language | |
| Slice Name | language |
| Definition | The Language of the Section. |
| Short | Language for the Section |
| Comments | This is used where an item may repeat to indicate the language of each repeat. |
| Control | 1..1 |
| Type | Extension(Section Language) (Extension Type: code) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 738. Composition.section:otherContent.section:@default.section:language.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 740. Composition.section:otherContent.section:@default.section:language.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 10..1 |
| Binding | For example codes, see DocumentSectionCodeshttp://hl7.org/fhir/ValueSet/doc-section-codes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 742. Composition.section:otherContent.section:@default.section:language.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 744. Composition.section:otherContent.section:@default.section:language.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..0* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 746. Composition.section:otherContent.section:@default.section:@default | |
| Slice Name | @default |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 748. Composition.section:otherContent.section:@default.section:@default.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 750. Composition.section:otherContent.section:@default.section:@default.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 10..1 |
| Binding | For example codes, see DocumentSectionCodeshttp://hl7.org/fhir/ValueSet/doc-section-codes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 752. Composition.section:otherContent.section:@default.section:@default.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 754. Composition.section:otherContent.section:@default.section:@default.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section.section.section. The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
| 756. Composition.section:otherContent.section:@default.section:@default.section.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 758. Composition.section:otherContent.section:@default.section:@default.section.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 760. Composition.section:otherContent.section:@default.section:@default.section:language | |
| Slice Name | language |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 762. Composition.section:otherContent.section:@default.section:@default.section:language.extension | |
| Definition | An Extension May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | ExtensionAdditional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 10..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section.section.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 764. Composition.section:otherContent.section:@default.section:@default.section:language.extension:language | |
| Slice Name | language |
| Definition | The Language of the Section. |
| Short | Language for the Section |
| Comments | This is used where an item may repeat to indicate the language of each repeat. |
| Control | 1..1 |
| Type | Extension(Section Language) (Extension Type: code) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 766. Composition.section:otherContent.section:@default.section:@default.section:language.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 768. Composition.section:otherContent.section:@default.section:@default.section:language.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 10..1 |
| Binding | For example codes, see DocumentSectionCodeshttp://hl7.org/fhir/ValueSet/doc-section-codes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 770. Composition.section:otherContent.section:@default.section:@default.section:language.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 772. Composition.section:otherContent.section:@default.section:@default.section:language.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..0* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 774. Composition.section:otherContent.section:@default.section:@default.section:@default | |
| Slice Name | @default |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 776. Composition.section:otherContent.section:@default.section:@default.section:@default.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 778. Composition.section:otherContent.section:@default.section:@default.section:@default.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 10..1 |
| Binding | For example codes, see DocumentSectionCodeshttp://hl7.org/fhir/ValueSet/doc-section-codes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 780. Composition.section:otherContent.section:@default.section:@default.section:@default.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 782. Composition.section:otherContent.section:@default.section:@default.section:@default.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section.section.section.section. The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
| 784. Composition.section:otherContent.section:@default.section:@default.section:@default.section.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 786. Composition.section:otherContent.section:@default.section:@default.section:@default.section.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 788. Composition.section:otherContent.section:@default.section:@default.section:@default.section:language | |
| Slice Name | language |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 790. Composition.section:otherContent.section:@default.section:@default.section:@default.section:language.extension | |
| Definition | An Extension May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | ExtensionAdditional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 10..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section.section.section.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 792. Composition.section:otherContent.section:@default.section:@default.section:@default.section:language.extension:language | |
| Slice Name | language |
| Definition | The Language of the Section. |
| Short | Language for the Section |
| Comments | This is used where an item may repeat to indicate the language of each repeat. |
| Control | 1..1 |
| Type | Extension(Section Language) (Extension Type: code) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 794. Composition.section:otherContent.section:@default.section:@default.section:@default.section:language.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 796. Composition.section:otherContent.section:@default.section:@default.section:@default.section:language.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 10..1 |
| Binding | For example codes, see DocumentSectionCodeshttp://hl7.org/fhir/ValueSet/doc-section-codes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 798. Composition.section:otherContent.section:@default.section:@default.section:@default.section:language.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 800. Composition.section:otherContent.section:@default.section:@default.section:@default.section:language.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..0* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 802. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default | |
| Slice Name | @default |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 804. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 806. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 10..1 |
| Binding | For example codes, see DocumentSectionCodeshttp://hl7.org/fhir/ValueSet/doc-section-codes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 808. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 810. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section.section.section.section.section. The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
| 812. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 814. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 816. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:language | |
| Slice Name | language |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 818. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:language.extension | |
| Definition | An Extension May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | ExtensionAdditional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 10..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section.section.section.section.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 820. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:language.extension:language | |
| Slice Name | language |
| Definition | The Language of the Section. |
| Short | Language for the Section |
| Comments | This is used where an item may repeat to indicate the language of each repeat. |
| Control | 1..1 |
| Type | Extension(Section Language) (Extension Type: code) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 822. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:language.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 824. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:language.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 10..1 |
| Binding | For example codes, see DocumentSectionCodeshttp://hl7.org/fhir/ValueSet/doc-section-codes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 826. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:language.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 828. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:language.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..0* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 830. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default | |
| Slice Name | @default |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 832. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 834. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 10..1 |
| Binding | For example codes, see DocumentSectionCodeshttp://hl7.org/fhir/ValueSet/doc-section-codes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 836. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 838. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section.section.section.section.section.section. The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
| 840. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 842. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 844. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:language | |
| Slice Name | language |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 846. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.extension | |
| Definition | An Extension May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | ExtensionAdditional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 10..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section.section.section.section.section.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 848. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.extension:language | |
| Slice Name | language |
| Definition | The Language of the Section. |
| Short | Language for the Section |
| Comments | This is used where an item may repeat to indicate the language of each repeat. |
| Control | 1..1 |
| Type | Extension(Section Language) (Extension Type: code) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 850. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 852. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 10..1 |
| Binding | For example codes, see DocumentSectionCodeshttp://hl7.org/fhir/ValueSet/doc-section-codes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 854. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 856. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..0* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 858. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default | |
| Slice Name | @default |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 860. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 862. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 10..1 |
| Binding | For example codes, see DocumentSectionCodeshttp://hl7.org/fhir/ValueSet/doc-section-codes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 864. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 866. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section.section.section.section.section.section.section. The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
| 868. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 870. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 872. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language | |
| Slice Name | language |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 874. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.extension | |
| Definition | An Extension May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | ExtensionAdditional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 10..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section.section.section.section.section.section.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 876. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.extension:language | |
| Slice Name | language |
| Definition | The Language of the Section. |
| Short | Language for the Section |
| Comments | This is used where an item may repeat to indicate the language of each repeat. |
| Control | 1..1 |
| Type | Extension(Section Language) (Extension Type: code) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 878. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 880. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 10..1 |
| Binding | For example codes, see DocumentSectionCodeshttp://hl7.org/fhir/ValueSet/doc-section-codes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 882. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 884. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..0* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 886. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default | |
| Slice Name | @default |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 888. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 890. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 10..1 |
| Binding | For example codes, see DocumentSectionCodeshttp://hl7.org/fhir/ValueSet/doc-section-codes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 892. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 894. Composition.section:outcome | |
| Slice Name | outcome |
| Definition | The root of the sections that make up the composition. |
| Short | Composition is broken into sections |
| Control | 0..1* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists()) cmp-2: A section can only have an emptyReason if no entries are included (emptyReason.empty() or entry.empty()) ele-1: All FHIR elements must have a @value or children or both (hasValue() or (children().count() > id.count())) |
| 896. Composition.section:outcome.extension:intendedAudience | |
| Slice Name | intendedAudience |
| Definition | Target audience for the section |
| Short | Intended Audience |
| Comments | Indicates who the content of the section is aimed at |
| Control | 0..* |
| Type | Extension(Section Intended Audience) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 898. Composition.section:outcome.extension:versionStatus | |
| Slice Name | versionStatus |
| Definition | Indicates the status of a recommendation in the context of a newer version of the guideline. |
| Short | Version status of recommendation |
| Comments | Supports tracking how a recommendation evolved in the new version of the guideline. |
| Control | 0..1 |
| Type | Extension(Recommendation Version Status) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 900. Composition.section:outcome.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 902. Composition.section:outcome.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 10..1 |
| Binding | Unless not suitable, these codes SHALL be taken from For example codes, see Guideline Sectionshttp://hl7.org/fhir/ValueSet/doc-section-codes (extensible to http://fhir.awmf.org/awmf.ig/ValueSet/vs-guideline-sections) |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 904. Composition.section:outcome.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 906. Composition.section:outcome.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section. The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
| 908. Composition.section:outcome.section.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 910. Composition.section:outcome.section.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 912. Composition.section:outcome.section:language | |
| Slice Name | language |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 914. Composition.section:outcome.section:language.extension | |
| Definition | An Extension May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | ExtensionAdditional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 10..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 916. Composition.section:outcome.section:language.extension:language | |
| Slice Name | language |
| Definition | The Language of the Section. |
| Short | Language for the Section |
| Comments | This is used where an item may repeat to indicate the language of each repeat. |
| Control | 1..1 |
| Type | Extension(Section Language) (Extension Type: code) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 918. Composition.section:outcome.section:language.extension:keyword | |
| Slice Name | keyword |
| Definition | Keywords associated with the section |
| Short | Keyword |
| Comments | Keywords associated with the section |
| Control | 0..* |
| Type | Extension(Section Keyword) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 920. Composition.section:outcome.section:language.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 922. Composition.section:outcome.section:language.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 10..1 |
| Binding | For example codes, see DocumentSectionCodeshttp://hl7.org/fhir/ValueSet/doc-section-codes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 924. Composition.section:outcome.section:language.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(EvidenceVariable, Group, Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 926. Composition.section:outcome.section:language.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..0* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 928. Composition.section:outcome.section:@default | |
| Slice Name | @default |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 930. Composition.section:outcome.section:@default.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 932. Composition.section:outcome.section:@default.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 10..1 |
| Binding | For example codes, see DocumentSectionCodeshttp://hl7.org/fhir/ValueSet/doc-section-codes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 934. Composition.section:outcome.section:@default.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 936. Composition.section:@default | |
| Slice Name | @default |
| Definition | The root of the sections that make up the composition. |
| Short | Composition is broken into sections |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists()) cmp-2: A section can only have an emptyReason if no entries are included (emptyReason.empty() or entry.empty()) ele-1: All FHIR elements must have a @value or children or both (hasValue() or (children().count() > id.count())) |
| 938. Composition.section:@default.extension:intendedAudience | |
| Slice Name | intendedAudience |
| Definition | Target audience for the section |
| Short | Intended Audience |
| Comments | Indicates who the content of the section is aimed at |
| Control | 0..* |
| Type | Extension(Section Intended Audience) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 940. Composition.section:@default.extension:versionStatus | |
| Slice Name | versionStatus |
| Definition | Indicates the status of a recommendation in the context of a newer version of the guideline. |
| Short | Version status of recommendation |
| Comments | Supports tracking how a recommendation evolved in the new version of the guideline. |
| Control | 0..1 |
| Type | Extension(Recommendation Version Status) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 942. Composition.section:@default.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 944. Composition.section:@default.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 10..1 |
| Binding | Unless not suitable, these codes SHALL be taken from For example codes, see Guideline Sectionshttp://hl7.org/fhir/ValueSet/doc-section-codes (extensible to http://fhir.awmf.org/awmf.ig/ValueSet/vs-guideline-sections) |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 946. Composition.section:@default.code.coding | |
| Definition | A reference to a code defined by a terminology system. |
| Short | Code defined by a terminology system |
| Comments | Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. |
| Control | 10..1* |
| Type | Coding |
| Is Modifier | false |
| Summary | false |
| Requirements | Allows for alternative encodings within a code system, and translations to other code systems. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 948. Composition.section:@default.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 950. Composition.section:@default.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section. The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
| 952. Composition.section:@default.section.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 954. Composition.section:@default.section.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 956. Composition.section:@default.section:language | |
| Slice Name | language |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 958. Composition.section:@default.section:language.extension | |
| Definition | An Extension May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | ExtensionAdditional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 10..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 960. Composition.section:@default.section:language.extension:language | |
| Slice Name | language |
| Definition | The Language of the Section. |
| Short | Language for the Section |
| Comments | This is used where an item may repeat to indicate the language of each repeat. |
| Control | 1..1 |
| Type | Extension(Section Language) (Extension Type: code) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 962. Composition.section:@default.section:language.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 964. Composition.section:@default.section:language.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 10..1 |
| Binding | For example codes, see DocumentSectionCodeshttp://hl7.org/fhir/ValueSet/doc-section-codes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 966. Composition.section:@default.section:language.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 968. Composition.section:@default.section:language.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..0* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 970. Composition.section:@default.section:@default | |
| Slice Name | @default |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 972. Composition.section:@default.section:@default.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 974. Composition.section:@default.section:@default.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 10..1 |
| Binding | For example codes, see DocumentSectionCodeshttp://hl7.org/fhir/ValueSet/doc-section-codes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 976. Composition.section:@default.section:@default.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 978. Composition.section:@default.section:@default.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section.section. The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
| 980. Composition.section:@default.section:@default.section.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 982. Composition.section:@default.section:@default.section.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 984. Composition.section:@default.section:@default.section:language | |
| Slice Name | language |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 986. Composition.section:@default.section:@default.section:language.extension | |
| Definition | An Extension May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | ExtensionAdditional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 10..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 988. Composition.section:@default.section:@default.section:language.extension:language | |
| Slice Name | language |
| Definition | The Language of the Section. |
| Short | Language for the Section |
| Comments | This is used where an item may repeat to indicate the language of each repeat. |
| Control | 1..1 |
| Type | Extension(Section Language) (Extension Type: code) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 990. Composition.section:@default.section:@default.section:language.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 992. Composition.section:@default.section:@default.section:language.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 10..1 |
| Binding | For example codes, see DocumentSectionCodeshttp://hl7.org/fhir/ValueSet/doc-section-codes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 994. Composition.section:@default.section:@default.section:language.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 996. Composition.section:@default.section:@default.section:language.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..0* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 998. Composition.section:@default.section:@default.section:@default | |
| Slice Name | @default |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1000. Composition.section:@default.section:@default.section:@default.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1002. Composition.section:@default.section:@default.section:@default.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 10..1 |
| Binding | For example codes, see DocumentSectionCodeshttp://hl7.org/fhir/ValueSet/doc-section-codes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1004. Composition.section:@default.section:@default.section:@default.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1006. Composition.section:@default.section:@default.section:@default.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section.section.section. The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
| 1008. Composition.section:@default.section:@default.section:@default.section.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1010. Composition.section:@default.section:@default.section:@default.section.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1012. Composition.section:@default.section:@default.section:@default.section:language | |
| Slice Name | language |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1014. Composition.section:@default.section:@default.section:@default.section:language.extension | |
| Definition | An Extension May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | ExtensionAdditional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 10..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section.section.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 1016. Composition.section:@default.section:@default.section:@default.section:language.extension:language | |
| Slice Name | language |
| Definition | The Language of the Section. |
| Short | Language for the Section |
| Comments | This is used where an item may repeat to indicate the language of each repeat. |
| Control | 1..1 |
| Type | Extension(Section Language) (Extension Type: code) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 1018. Composition.section:@default.section:@default.section:@default.section:language.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1020. Composition.section:@default.section:@default.section:@default.section:language.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 10..1 |
| Binding | For example codes, see DocumentSectionCodeshttp://hl7.org/fhir/ValueSet/doc-section-codes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1022. Composition.section:@default.section:@default.section:@default.section:language.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1024. Composition.section:@default.section:@default.section:@default.section:language.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..0* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1026. Composition.section:@default.section:@default.section:@default.section:@default | |
| Slice Name | @default |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1028. Composition.section:@default.section:@default.section:@default.section:@default.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1030. Composition.section:@default.section:@default.section:@default.section:@default.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 10..1 |
| Binding | For example codes, see DocumentSectionCodeshttp://hl7.org/fhir/ValueSet/doc-section-codes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1032. Composition.section:@default.section:@default.section:@default.section:@default.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1034. Composition.section:@default.section:@default.section:@default.section:@default.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section.section.section.section. The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
| 1036. Composition.section:@default.section:@default.section:@default.section:@default.section.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1038. Composition.section:@default.section:@default.section:@default.section:@default.section.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1040. Composition.section:@default.section:@default.section:@default.section:@default.section:language | |
| Slice Name | language |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1042. Composition.section:@default.section:@default.section:@default.section:@default.section:language.extension | |
| Definition | An Extension May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | ExtensionAdditional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 10..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section.section.section.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 1044. Composition.section:@default.section:@default.section:@default.section:@default.section:language.extension:language | |
| Slice Name | language |
| Definition | The Language of the Section. |
| Short | Language for the Section |
| Comments | This is used where an item may repeat to indicate the language of each repeat. |
| Control | 1..1 |
| Type | Extension(Section Language) (Extension Type: code) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 1046. Composition.section:@default.section:@default.section:@default.section:@default.section:language.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1048. Composition.section:@default.section:@default.section:@default.section:@default.section:language.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 10..1 |
| Binding | For example codes, see DocumentSectionCodeshttp://hl7.org/fhir/ValueSet/doc-section-codes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1050. Composition.section:@default.section:@default.section:@default.section:@default.section:language.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1052. Composition.section:@default.section:@default.section:@default.section:@default.section:language.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..0* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1054. Composition.section:@default.section:@default.section:@default.section:@default.section:@default | |
| Slice Name | @default |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1056. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1058. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 10..1 |
| Binding | For example codes, see DocumentSectionCodeshttp://hl7.org/fhir/ValueSet/doc-section-codes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1060. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1062. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section.section.section.section.section. The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
| 1064. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1066. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1068. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:language | |
| Slice Name | language |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1070. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.extension | |
| Definition | An Extension May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | ExtensionAdditional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 10..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section.section.section.section.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 1072. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.extension:language | |
| Slice Name | language |
| Definition | The Language of the Section. |
| Short | Language for the Section |
| Comments | This is used where an item may repeat to indicate the language of each repeat. |
| Control | 1..1 |
| Type | Extension(Section Language) (Extension Type: code) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 1074. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1076. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 10..1 |
| Binding | For example codes, see DocumentSectionCodeshttp://hl7.org/fhir/ValueSet/doc-section-codes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1078. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1080. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..0* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1082. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default | |
| Slice Name | @default |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1084. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1086. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 10..1 |
| Binding | For example codes, see DocumentSectionCodeshttp://hl7.org/fhir/ValueSet/doc-section-codes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1088. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1090. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section.section.section.section.section.section. The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
| 1092. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1094. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1096. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language | |
| Slice Name | language |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1098. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.extension | |
| Definition | An Extension May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | ExtensionAdditional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 10..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section.section.section.section.section.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 1100. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.extension:language | |
| Slice Name | language |
| Definition | The Language of the Section. |
| Short | Language for the Section |
| Comments | This is used where an item may repeat to indicate the language of each repeat. |
| Control | 1..1 |
| Type | Extension(Section Language) (Extension Type: code) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 1102. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1104. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 10..1 |
| Binding | For example codes, see DocumentSectionCodeshttp://hl7.org/fhir/ValueSet/doc-section-codes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1106. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1108. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..0* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1110. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default | |
| Slice Name | @default |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1112. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1114. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 10..1 |
| Binding | For example codes, see DocumentSectionCodeshttp://hl7.org/fhir/ValueSet/doc-section-codes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1116. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1118. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section.section.section.section.section.section.section. The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
| 1120. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1122. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1124. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language | |
| Slice Name | language |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1126. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.extension | |
| Definition | An Extension May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | ExtensionAdditional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 10..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section.section.section.section.section.section.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 1128. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.extension:language | |
| Slice Name | language |
| Definition | The Language of the Section. |
| Short | Language for the Section |
| Comments | This is used where an item may repeat to indicate the language of each repeat. |
| Control | 1..1 |
| Type | Extension(Section Language) (Extension Type: code) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 1130. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1132. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 10..1 |
| Binding | For example codes, see DocumentSectionCodeshttp://hl7.org/fhir/ValueSet/doc-section-codes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1134. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1136. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..0* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1138. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default | |
| Slice Name | @default |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1140. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1142. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 10..1 |
| Binding | For example codes, see DocumentSectionCodeshttp://hl7.org/fhir/ValueSet/doc-section-codes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1144. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
Guidance on how to interpret the contents of this table can be foundhere
| 0. Composition | |
| Invariants | inv-require-official-identifier: Every Guideline/Recommendation must have exactly one official identifier (with use = #official) (identifier.where(use='official').count() = 1) |
| 2. Composition.meta | |
| 4. Composition.meta.tag | |
| Binding | The codes SHOULD be taken from Recommendation Tags (preferred to http://fhir.awmf.org/awmf.ig/ValueSet/vs-recommendation-tags) |
| 6. Composition.extension:versionAlgorithm | |
| Slice Name | versionAlgorithm |
| 8. Composition.extension:versionAlgorithm.value[x]:valueCoding | |
| Slice Name | valueCoding |
| Type | Coding |
| [x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
| Pattern Value | { |
| 10. Composition.version | |
| Note | This is a business version Id, not a resource version Id (see discussion) |
| Control | 1..? |
| Invariants | inv-version-major-minor: Version must be a major-minor version (e.g. 5.1) ($this.matches('^[0-9]+\\.[0-9]+$')) |
| 12. Composition.category | |
| Control | 1..? |
| Slicing | This element introduces a set of slices on Composition.category. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 14. Composition.category:synthesisType | |
| Slice Name | synthesisType |
| Control | 1..1 |
| 16. Composition.category:synthesisType.coding | |
| Binding | The codes SHALL be taken from Recommendation Synthesis Type (required to http://fhir.awmf.org/awmf.ig/ValueSet/vs-recommendation-synthesis-type) |
| 18. Composition.category:synthesisType.coding.system | |
| Control | 1..? |
| Must Support | true |
| 20. Composition.category:synthesisType.coding.code | |
| Control | 1..? |
| Must Support | true |
| 22. Composition.category:clinicalApplicationType | |
| Slice Name | clinicalApplicationType |
| Control | 0..* |
| 24. Composition.category:clinicalApplicationType.coding | |
| Binding | The codes SHALL be taken from Clinical Application Type (required to http://fhir.awmf.org/awmf.ig/ValueSet/vs-clinical-application-type) |
| 26. Composition.category:clinicalApplicationType.coding.system | |
| Control | 1..? |
| Must Support | true |
| 28. Composition.category:clinicalApplicationType.coding.code | |
| Control | 1..? |
| Must Support | true |
| 30. Composition.relatesTo | |
| Control | 1..? |
| 32. Composition.relatesTo:partOf | |
| Slice Name | partOf |
| Control | 1..? |
| 34. Composition.relatesTo:specificationOfPreceedingRecommendation | |
| Slice Name | specificationOfPreceedingRecommendation |
| Control | 0..* |
| 36. Composition.relatesTo:specificationOfPreceedingRecommendation.extension:classifier | |
| Slice Name | classifier |
| 38. Composition.relatesTo:specificationOfPreceedingRecommendation.type | |
| Pattern Value | predecessor |
| 40. Composition.relatesTo:specificationOfPreceedingRecommendation.target[x] | |
| [x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
| Slicing | This element introduces a set of slices on Composition.relatesTo.target[x]. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 42. Composition.relatesTo:specificationOfPreceedingRecommendation.target[x]:targetReference | |
| Slice Name | targetReference |
| Control | 1..1 |
| Type | Reference(Recommendation) |
| [x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
| 44. Composition.relatesTo:specificationOfSucceedingRecommendation | |
| Slice Name | specificationOfSucceedingRecommendation |
| Control | 0..* |
| 46. Composition.relatesTo:specificationOfSucceedingRecommendation.extension:classifier | |
| Slice Name | classifier |
| 48. Composition.relatesTo:specificationOfSucceedingRecommendation.type | |
| Pattern Value | successor |
| 50. Composition.relatesTo:specificationOfSucceedingRecommendation.target[x] | |
| [x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
| Slicing | This element introduces a set of slices on Composition.relatesTo.target[x]. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 52. Composition.relatesTo:specificationOfSucceedingRecommendation.target[x]:targetReference | |
| Slice Name | targetReference |
| Control | 1..1 |
| Type | Reference(Recommendation) |
| [x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
| 54. Composition.relatesTo:replacesRecommendation | |
| Slice Name | replacesRecommendation |
| Control | 0..* |
| 56. Composition.relatesTo:replacesRecommendation.extension:classifier | |
| Slice Name | classifier |
| 58. Composition.relatesTo:replacesRecommendation.type | |
| Pattern Value | replaces |
| 60. Composition.relatesTo:replacesRecommendation.target[x] | |
| [x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
| Slicing | This element introduces a set of slices on Composition.relatesTo.target[x]. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 62. Composition.relatesTo:replacesRecommendation.target[x]:targetReference | |
| Slice Name | targetReference |
| Control | 1..1 |
| Type | Reference(Recommendation) |
| [x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
| 64. Composition.section | |
| Slicing | This element introduces a set of slices on Composition.section. The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
| 66. Composition.section.extension | |
| Slicing | This element introduces a set of slices on Composition.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 68. Composition.section.extension:intendedAudience | |
| Slice Name | intendedAudience |
| Control | 0..* |
| Type | Extension(Section Intended Audience) (Extension Type: CodeableConcept) |
| 70. Composition.section.extension:versionStatus | |
| Slice Name | versionStatus |
| Control | 0..1 |
| Type | Extension(Recommendation Version Status) (Extension Type: CodeableConcept) |
| 72. Composition.section.code | |
| Binding | Unless not suitable, these codes SHALL be taken from Guideline Sections (extensible to http://fhir.awmf.org/awmf.ig/ValueSet/vs-guideline-sections) |
| 74. Composition.section:summary | |
| Slice Name | summary |
| 76. Composition.section:summary.code | |
| Control | 1..? |
| Pattern Value | { |
| 78. Composition.section:introduction | |
| Slice Name | introduction |
| 80. Composition.section:introduction.code | |
| Control | 1..? |
| Pattern Value | { |
| 82. Composition.section:discussion | |
| Slice Name | discussion |
| 84. Composition.section:discussion.code | |
| Control | 1..? |
| Pattern Value | { |
| 86. Composition.section:methods | |
| Slice Name | methods |
| 88. Composition.section:methods.code | |
| Control | 1..? |
| Pattern Value | { |
| 90. Composition.section:references | |
| Slice Name | references |
| 92. Composition.section:references.code | |
| Control | 1..? |
| Pattern Value | { |
| 94. Composition.section:competingInterests | |
| Slice Name | competingInterests |
| 96. Composition.section:competingInterests.code | |
| Control | 1..? |
| Pattern Value | { |
| 98. Composition.section:acknowledgements | |
| Slice Name | acknowledgements |
| 100. Composition.section:acknowledgements.code | |
| Control | 1..? |
| Pattern Value | { |
| 102. Composition.section:appendices | |
| Slice Name | appendices |
| 104. Composition.section:appendices.code | |
| Control | 1..? |
| Pattern Value | { |
| 106. Composition.section:recommendationStatement | |
| Slice Name | recommendationStatement |
| 108. Composition.section:recommendationStatement.code | |
| Control | 1..? |
| Pattern Value | { |
| 110. Composition.section:recommendationStatement.section | |
| Slicing | This element introduces a set of slices on Composition.section.section. The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
| 112. Composition.section:recommendationStatement.section:language | |
| Slice Name | language |
| Control | 0..* |
| Type | BackboneElement |
| 114. Composition.section:recommendationStatement.section:language.extension | |
| Control | 1..? |
| Slicing | This element introduces a set of slices on Composition.section.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 116. Composition.section:recommendationStatement.section:language.extension:language | |
| Slice Name | language |
| Control | 1..1 |
| Type | Extension(Section Language) (Extension Type: code) |
| 118. Composition.section:recommendationStatement.section:language.code | |
| Control | 1..? |
| Pattern Value | { |
| 120. Composition.section:recommendationStatement.section:language.section | |
| Control | 0..0 |
| 122. Composition.section:recommendationStatement.section:@default | |
| Slice Name | @default |
| Control | 0..* |
| Type | BackboneElement |
| 124. Composition.section:recommendationStatement.section:@default.code | |
| Control | 1..? |
| Pattern Value | { |
| 126. Composition.section:ratings | |
| Slice Name | ratings |
| 128. Composition.section:ratings.code | |
| Control | 1..? |
| Pattern Value | { |
| 130. Composition.section:ratings.entry | |
| Type | Reference(Recommendation Justification) |
| 132. Composition.section:population | |
| Slice Name | population |
| 134. Composition.section:population.code | |
| Control | 1..? |
| Pattern Value | { |
| 136. Composition.section:population.section | |
| Slicing | This element introduces a set of slices on Composition.section.section. The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
| 138. Composition.section:population.section:language | |
| Slice Name | language |
| Control | 0..* |
| Type | BackboneElement |
| 140. Composition.section:population.section:language.extension | |
| Control | 1..? |
| Slicing | This element introduces a set of slices on Composition.section.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 142. Composition.section:population.section:language.extension:language | |
| Slice Name | language |
| Control | 1..1 |
| Type | Extension(Section Language) (Extension Type: code) |
| 144. Composition.section:population.section:language.extension:keyword | |
| Slice Name | keyword |
| Control | 0..* |
| Type | Extension(Section Keyword) (Extension Type: CodeableConcept) |
| 146. Composition.section:population.section:language.code | |
| Control | 1..? |
| Pattern Value | { |
| 148. Composition.section:population.section:language.entry | |
| Type | Reference(EvidenceVariable, Group) |
| 150. Composition.section:population.section:language.section | |
| Control | 0..0 |
| 152. Composition.section:population.section:@default | |
| Slice Name | @default |
| Control | 0..* |
| Type | BackboneElement |
| 154. Composition.section:population.section:@default.code | |
| Control | 1..? |
| Pattern Value | { |
| 156. Composition.section:action | |
| Slice Name | action |
| 158. Composition.section:action.code | |
| Control | 1..? |
| Pattern Value | { |
| 160. Composition.section:action.section | |
| Slicing | This element introduces a set of slices on Composition.section.section. The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
| 162. Composition.section:action.section:language | |
| Slice Name | language |
| Control | 0..* |
| Type | BackboneElement |
| 164. Composition.section:action.section:language.extension | |
| Control | 1..? |
| Slicing | This element introduces a set of slices on Composition.section.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 166. Composition.section:action.section:language.extension:language | |
| Slice Name | language |
| Control | 1..1 |
| Type | Extension(Section Language) (Extension Type: code) |
| 168. Composition.section:action.section:language.extension:keyword | |
| Slice Name | keyword |
| Control | 0..* |
| Type | Extension(Section Keyword) (Extension Type: CodeableConcept) |
| 170. Composition.section:action.section:language.code | |
| Control | 1..? |
| Pattern Value | { |
| 172. Composition.section:action.section:language.entry | |
| Type | Reference(PlanDefinition) |
| 174. Composition.section:action.section:language.section | |
| Control | 0..0 |
| 176. Composition.section:action.section:@default | |
| Slice Name | @default |
| Control | 0..* |
| Type | BackboneElement |
| 178. Composition.section:action.section:@default.code | |
| Control | 1..? |
| Pattern Value | { |
| 180. Composition.section:oppositeAction | |
| Slice Name | oppositeAction |
| 182. Composition.section:oppositeAction.code | |
| Control | 1..? |
| Pattern Value | { |
| 184. Composition.section:oppositeAction.section | |
| Slicing | This element introduces a set of slices on Composition.section.section. The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
| 186. Composition.section:oppositeAction.section:language | |
| Slice Name | language |
| Control | 0..* |
| Type | BackboneElement |
| 188. Composition.section:oppositeAction.section:language.extension | |
| Control | 1..? |
| Slicing | This element introduces a set of slices on Composition.section.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 190. Composition.section:oppositeAction.section:language.extension:language | |
| Slice Name | language |
| Control | 1..1 |
| Type | Extension(Section Language) (Extension Type: code) |
| 192. Composition.section:oppositeAction.section:language.extension:keyword | |
| Slice Name | keyword |
| Control | 0..* |
| Type | Extension(Section Keyword) (Extension Type: CodeableConcept) |
| 194. Composition.section:oppositeAction.section:language.code | |
| Control | 1..? |
| Pattern Value | { |
| 196. Composition.section:oppositeAction.section:language.entry | |
| Type | Reference(PlanDefinition) |
| 198. Composition.section:oppositeAction.section:language.section | |
| Control | 0..0 |
| 200. Composition.section:oppositeAction.section:@default | |
| Slice Name | @default |
| Control | 0..* |
| Type | BackboneElement |
| 202. Composition.section:oppositeAction.section:@default.code | |
| Control | 1..? |
| Pattern Value | { |
| 204. Composition.section:evidence | |
| Slice Name | evidence |
| 206. Composition.section:evidence.code | |
| Control | 1..? |
| Pattern Value | { |
| 208. Composition.section:justification | |
| Slice Name | justification |
| 210. Composition.section:justification.code | |
| Control | 1..? |
| Pattern Value | { |
| 212. Composition.section:considerations | |
| Slice Name | considerations |
| 214. Composition.section:considerations.code | |
| Control | 1..? |
| Pattern Value | { |
| 216. Composition.section:text | |
| Slice Name | text |
| Control | 0..* |
| Must Support | true |
| 218. Composition.section:text.extension:intendedAudience | |
| Slice Name | intendedAudience |
| Control | 0..* |
| Type | Extension(Section Intended Audience) (Extension Type: CodeableConcept) |
| 220. Composition.section:text.extension:versionStatus | |
| Slice Name | versionStatus |
| Control | 0..1 |
| Type | Extension(Recommendation Version Status) (Extension Type: CodeableConcept) |
| 222. Composition.section:text.code | |
| Control | 1..? |
| Pattern Value | { |
| 224. Composition.section:text.code.coding | |
| Control | 1..1 |
| Pattern Value | { |
| 226. Composition.section:text.section | |
| Slicing | This element introduces a set of slices on Composition.section.section. The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
| 228. Composition.section:text.section:language | |
| Slice Name | language |
| Control | 0..* |
| Type | BackboneElement |
| 230. Composition.section:text.section:language.extension | |
| Control | 1..? |
| Slicing | This element introduces a set of slices on Composition.section.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 232. Composition.section:text.section:language.extension:language | |
| Slice Name | language |
| Control | 1..1 |
| Type | Extension(Section Language) (Extension Type: code) |
| 234. Composition.section:text.section:language.code | |
| Control | 1..? |
| Pattern Value | { |
| 236. Composition.section:text.section:language.section | |
| Control | 0..0 |
| 238. Composition.section:text.section:@default | |
| Slice Name | @default |
| Control | 0..* |
| Type | BackboneElement |
| 240. Composition.section:text.section:@default.code | |
| Control | 1..? |
| Pattern Value | { |
| 242. Composition.section:consensusProtocol | |
| Slice Name | consensusProtocol |
| Control | 0..* |
| 244. Composition.section:consensusProtocol.extension:intendedAudience | |
| Slice Name | intendedAudience |
| Control | 0..* |
| Type | Extension(Section Intended Audience) (Extension Type: CodeableConcept) |
| 246. Composition.section:consensusProtocol.extension:versionStatus | |
| Slice Name | versionStatus |
| Control | 0..1 |
| Type | Extension(Recommendation Version Status) (Extension Type: CodeableConcept) |
| 248. Composition.section:consensusProtocol.code | |
| Control | 1..? |
| Pattern Value | { |
| 250. Composition.section:consensusProtocol.code.coding | |
| Control | 1..1 |
| Pattern Value | { |
| 252. Composition.section:consensusProtocol.section | |
| Slicing | This element introduces a set of slices on Composition.section.section. The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
| 254. Composition.section:consensusProtocol.section:language | |
| Slice Name | language |
| Control | 0..* |
| Type | BackboneElement |
| 256. Composition.section:consensusProtocol.section:language.extension | |
| Control | 1..? |
| Slicing | This element introduces a set of slices on Composition.section.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 258. Composition.section:consensusProtocol.section:language.extension:language | |
| Slice Name | language |
| Control | 1..1 |
| Type | Extension(Section Language) (Extension Type: code) |
| 260. Composition.section:consensusProtocol.section:language.code | |
| Control | 1..? |
| Pattern Value | { |
| 262. Composition.section:consensusProtocol.section:language.section | |
| Control | 0..0 |
| 264. Composition.section:consensusProtocol.section:@default | |
| Slice Name | @default |
| Control | 0..* |
| Type | BackboneElement |
| 266. Composition.section:consensusProtocol.section:@default.code | |
| Control | 1..? |
| Pattern Value | { |
| 268. Composition.section:consensusProtocol.section:@default.section | |
| Slicing | This element introduces a set of slices on Composition.section.section.section. The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
| 270. Composition.section:consensusProtocol.section:@default.section:language | |
| Slice Name | language |
| Control | 0..* |
| Type | BackboneElement |
| 272. Composition.section:consensusProtocol.section:@default.section:language.extension | |
| Control | 1..? |
| Slicing | This element introduces a set of slices on Composition.section.section.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 274. Composition.section:consensusProtocol.section:@default.section:language.extension:language | |
| Slice Name | language |
| Control | 1..1 |
| Type | Extension(Section Language) (Extension Type: code) |
| 276. Composition.section:consensusProtocol.section:@default.section:language.code | |
| Control | 1..? |
| Pattern Value | { |
| 278. Composition.section:consensusProtocol.section:@default.section:language.section | |
| Control | 0..0 |
| 280. Composition.section:consensusProtocol.section:@default.section:@default | |
| Slice Name | @default |
| Control | 0..* |
| Type | BackboneElement |
| 282. Composition.section:consensusProtocol.section:@default.section:@default.code | |
| Control | 1..? |
| Pattern Value | { |
| 284. Composition.section:consensusProtocol.section:@default.section:@default.section | |
| Slicing | This element introduces a set of slices on Composition.section.section.section.section. The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
| 286. Composition.section:consensusProtocol.section:@default.section:@default.section:language | |
| Slice Name | language |
| Control | 0..* |
| Type | BackboneElement |
| 288. Composition.section:consensusProtocol.section:@default.section:@default.section:language.extension | |
| Control | 1..? |
| Slicing | This element introduces a set of slices on Composition.section.section.section.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 290. Composition.section:consensusProtocol.section:@default.section:@default.section:language.extension:language | |
| Slice Name | language |
| Control | 1..1 |
| Type | Extension(Section Language) (Extension Type: code) |
| 292. Composition.section:consensusProtocol.section:@default.section:@default.section:language.code | |
| Control | 1..? |
| Pattern Value | { |
| 294. Composition.section:consensusProtocol.section:@default.section:@default.section:language.section | |
| Control | 0..0 |
| 296. Composition.section:consensusProtocol.section:@default.section:@default.section:@default | |
| Slice Name | @default |
| Control | 0..* |
| Type | BackboneElement |
| 298. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.code | |
| Control | 1..? |
| Pattern Value | { |
| 300. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section | |
| Slicing | This element introduces a set of slices on Composition.section.section.section.section.section. The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
| 302. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:language | |
| Slice Name | language |
| Control | 0..* |
| Type | BackboneElement |
| 304. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:language.extension | |
| Control | 1..? |
| Slicing | This element introduces a set of slices on Composition.section.section.section.section.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 306. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:language.extension:language | |
| Slice Name | language |
| Control | 1..1 |
| Type | Extension(Section Language) (Extension Type: code) |
| 308. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:language.code | |
| Control | 1..? |
| Pattern Value | { |
| 310. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:language.section | |
| Control | 0..0 |
| 312. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default | |
| Slice Name | @default |
| Control | 0..* |
| Type | BackboneElement |
| 314. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.code | |
| Control | 1..? |
| Pattern Value | { |
| 316. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section | |
| Slicing | This element introduces a set of slices on Composition.section.section.section.section.section.section. The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
| 318. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:language | |
| Slice Name | language |
| Control | 0..* |
| Type | BackboneElement |
| 320. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:language.extension | |
| Control | 1..? |
| Slicing | This element introduces a set of slices on Composition.section.section.section.section.section.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 322. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:language.extension:language | |
| Slice Name | language |
| Control | 1..1 |
| Type | Extension(Section Language) (Extension Type: code) |
| 324. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:language.code | |
| Control | 1..? |
| Pattern Value | { |
| 326. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:language.section | |
| Control | 0..0 |
| 328. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default | |
| Slice Name | @default |
| Control | 0..* |
| Type | BackboneElement |
| 330. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.code | |
| Control | 1..? |
| Pattern Value | { |
| 332. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section | |
| Slicing | This element introduces a set of slices on Composition.section.section.section.section.section.section.section. The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
| 334. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:language | |
| Slice Name | language |
| Control | 0..* |
| Type | BackboneElement |
| 336. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.extension | |
| Control | 1..? |
| Slicing | This element introduces a set of slices on Composition.section.section.section.section.section.section.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 338. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.extension:language | |
| Slice Name | language |
| Control | 1..1 |
| Type | Extension(Section Language) (Extension Type: code) |
| 340. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.code | |
| Control | 1..? |
| Pattern Value | { |
| 342. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.section | |
| Control | 0..0 |
| 344. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default | |
| Slice Name | @default |
| Control | 0..* |
| Type | BackboneElement |
| 346. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.code | |
| Control | 1..? |
| Pattern Value | { |
| 348. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section | |
| Slicing | This element introduces a set of slices on Composition.section.section.section.section.section.section.section.section. The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
| 350. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language | |
| Slice Name | language |
| Control | 0..* |
| Type | BackboneElement |
| 352. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.extension | |
| Control | 1..? |
| Slicing | This element introduces a set of slices on Composition.section.section.section.section.section.section.section.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 354. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.extension:language | |
| Slice Name | language |
| Control | 1..1 |
| Type | Extension(Section Language) (Extension Type: code) |
| 356. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.code | |
| Control | 1..? |
| Pattern Value | { |
| 358. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.section | |
| Control | 0..0 |
| 360. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default | |
| Slice Name | @default |
| Control | 0..* |
| Type | BackboneElement |
| 362. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.code | |
| Control | 1..? |
| Pattern Value | { |
| 364. Composition.section:patientVersion | |
| Slice Name | patientVersion |
| Control | 0..* |
| 366. Composition.section:patientVersion.extension:intendedAudience | |
| Slice Name | intendedAudience |
| Control | 0..* |
| Type | Extension(Section Intended Audience) (Extension Type: CodeableConcept) |
| 368. Composition.section:patientVersion.extension:versionStatus | |
| Slice Name | versionStatus |
| Control | 0..1 |
| Type | Extension(Recommendation Version Status) (Extension Type: CodeableConcept) |
| 370. Composition.section:patientVersion.code | |
| Control | 1..? |
| Pattern Value | { |
| 372. Composition.section:patientVersion.code.coding | |
| Control | 1..1 |
| Pattern Value | { |
| 374. Composition.section:otherContent | |
| Slice Name | otherContent |
| Control | 0..* |
| 376. Composition.section:otherContent.extension:intendedAudience | |
| Slice Name | intendedAudience |
| Control | 0..* |
| Type | Extension(Section Intended Audience) (Extension Type: CodeableConcept) |
| 378. Composition.section:otherContent.extension:versionStatus | |
| Slice Name | versionStatus |
| Control | 0..1 |
| Type | Extension(Recommendation Version Status) (Extension Type: CodeableConcept) |
| 380. Composition.section:otherContent.code | |
| Control | 1..? |
| Binding | The codes SHALL be taken from Content Types (required to http://fhir.awmf.org/awmf.ig/ValueSet/vs-content-types) |
| 382. Composition.section:otherContent.code.coding | |
| Control | 1..1 |
| Binding | The codes SHALL be taken from Content Types (required to http://fhir.awmf.org/awmf.ig/ValueSet/vs-content-types) |
| 384. Composition.section:otherContent.section | |
| Slicing | This element introduces a set of slices on Composition.section.section. The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
| 386. Composition.section:otherContent.section:language | |
| Slice Name | language |
| Control | 0..* |
| Type | BackboneElement |
| 388. Composition.section:otherContent.section:language.extension | |
| Control | 1..? |
| Slicing | This element introduces a set of slices on Composition.section.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 390. Composition.section:otherContent.section:language.extension:language | |
| Slice Name | language |
| Control | 1..1 |
| Type | Extension(Section Language) (Extension Type: code) |
| 392. Composition.section:otherContent.section:language.code | |
| Control | 1..? |
| Pattern Value | { |
| 394. Composition.section:otherContent.section:language.section | |
| Control | 0..0 |
| 396. Composition.section:otherContent.section:@default | |
| Slice Name | @default |
| Control | 0..* |
| Type | BackboneElement |
| 398. Composition.section:otherContent.section:@default.code | |
| Control | 1..? |
| Pattern Value | { |
| 400. Composition.section:otherContent.section:@default.section | |
| Slicing | This element introduces a set of slices on Composition.section.section.section. The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
| 402. Composition.section:otherContent.section:@default.section:language | |
| Slice Name | language |
| Control | 0..* |
| Type | BackboneElement |
| 404. Composition.section:otherContent.section:@default.section:language.extension | |
| Control | 1..? |
| Slicing | This element introduces a set of slices on Composition.section.section.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 406. Composition.section:otherContent.section:@default.section:language.extension:language | |
| Slice Name | language |
| Control | 1..1 |
| Type | Extension(Section Language) (Extension Type: code) |
| 408. Composition.section:otherContent.section:@default.section:language.code | |
| Control | 1..? |
| Pattern Value | { |
| 410. Composition.section:otherContent.section:@default.section:language.section | |
| Control | 0..0 |
| 412. Composition.section:otherContent.section:@default.section:@default | |
| Slice Name | @default |
| Control | 0..* |
| Type | BackboneElement |
| 414. Composition.section:otherContent.section:@default.section:@default.code | |
| Control | 1..? |
| Pattern Value | { |
| 416. Composition.section:otherContent.section:@default.section:@default.section | |
| Slicing | This element introduces a set of slices on Composition.section.section.section.section. The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
| 418. Composition.section:otherContent.section:@default.section:@default.section:language | |
| Slice Name | language |
| Control | 0..* |
| Type | BackboneElement |
| 420. Composition.section:otherContent.section:@default.section:@default.section:language.extension | |
| Control | 1..? |
| Slicing | This element introduces a set of slices on Composition.section.section.section.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 422. Composition.section:otherContent.section:@default.section:@default.section:language.extension:language | |
| Slice Name | language |
| Control | 1..1 |
| Type | Extension(Section Language) (Extension Type: code) |
| 424. Composition.section:otherContent.section:@default.section:@default.section:language.code | |
| Control | 1..? |
| Pattern Value | { |
| 426. Composition.section:otherContent.section:@default.section:@default.section:language.section | |
| Control | 0..0 |
| 428. Composition.section:otherContent.section:@default.section:@default.section:@default | |
| Slice Name | @default |
| Control | 0..* |
| Type | BackboneElement |
| 430. Composition.section:otherContent.section:@default.section:@default.section:@default.code | |
| Control | 1..? |
| Pattern Value | { |
| 432. Composition.section:otherContent.section:@default.section:@default.section:@default.section | |
| Slicing | This element introduces a set of slices on Composition.section.section.section.section.section. The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
| 434. Composition.section:otherContent.section:@default.section:@default.section:@default.section:language | |
| Slice Name | language |
| Control | 0..* |
| Type | BackboneElement |
| 436. Composition.section:otherContent.section:@default.section:@default.section:@default.section:language.extension | |
| Control | 1..? |
| Slicing | This element introduces a set of slices on Composition.section.section.section.section.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 438. Composition.section:otherContent.section:@default.section:@default.section:@default.section:language.extension:language | |
| Slice Name | language |
| Control | 1..1 |
| Type | Extension(Section Language) (Extension Type: code) |
| 440. Composition.section:otherContent.section:@default.section:@default.section:@default.section:language.code | |
| Control | 1..? |
| Pattern Value | { |
| 442. Composition.section:otherContent.section:@default.section:@default.section:@default.section:language.section | |
| Control | 0..0 |
| 444. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default | |
| Slice Name | @default |
| Control | 0..* |
| Type | BackboneElement |
| 446. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.code | |
| Control | 1..? |
| Pattern Value | { |
| 448. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section | |
| Slicing | This element introduces a set of slices on Composition.section.section.section.section.section.section. The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
| 450. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:language | |
| Slice Name | language |
| Control | 0..* |
| Type | BackboneElement |
| 452. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:language.extension | |
| Control | 1..? |
| Slicing | This element introduces a set of slices on Composition.section.section.section.section.section.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 454. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:language.extension:language | |
| Slice Name | language |
| Control | 1..1 |
| Type | Extension(Section Language) (Extension Type: code) |
| 456. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:language.code | |
| Control | 1..? |
| Pattern Value | { |
| 458. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:language.section | |
| Control | 0..0 |
| 460. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default | |
| Slice Name | @default |
| Control | 0..* |
| Type | BackboneElement |
| 462. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.code | |
| Control | 1..? |
| Pattern Value | { |
| 464. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section | |
| Slicing | This element introduces a set of slices on Composition.section.section.section.section.section.section.section. The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
| 466. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:language | |
| Slice Name | language |
| Control | 0..* |
| Type | BackboneElement |
| 468. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.extension | |
| Control | 1..? |
| Slicing | This element introduces a set of slices on Composition.section.section.section.section.section.section.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 470. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.extension:language | |
| Slice Name | language |
| Control | 1..1 |
| Type | Extension(Section Language) (Extension Type: code) |
| 472. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.code | |
| Control | 1..? |
| Pattern Value | { |
| 474. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.section | |
| Control | 0..0 |
| 476. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default | |
| Slice Name | @default |
| Control | 0..* |
| Type | BackboneElement |
| 478. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.code | |
| Control | 1..? |
| Pattern Value | { |
| 480. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section | |
| Slicing | This element introduces a set of slices on Composition.section.section.section.section.section.section.section.section. The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
| 482. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language | |
| Slice Name | language |
| Control | 0..* |
| Type | BackboneElement |
| 484. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.extension | |
| Control | 1..? |
| Slicing | This element introduces a set of slices on Composition.section.section.section.section.section.section.section.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 486. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.extension:language | |
| Slice Name | language |
| Control | 1..1 |
| Type | Extension(Section Language) (Extension Type: code) |
| 488. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.code | |
| Control | 1..? |
| Pattern Value | { |
| 490. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.section | |
| Control | 0..0 |
| 492. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default | |
| Slice Name | @default |
| Control | 0..* |
| Type | BackboneElement |
| 494. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.code | |
| Control | 1..? |
| Pattern Value | { |
| 496. Composition.section:outcome | |
| Slice Name | outcome |
| Control | 0..1 |
| 498. Composition.section:outcome.extension:intendedAudience | |
| Slice Name | intendedAudience |
| Control | 0..* |
| Type | Extension(Section Intended Audience) (Extension Type: CodeableConcept) |
| 500. Composition.section:outcome.extension:versionStatus | |
| Slice Name | versionStatus |
| Control | 0..1 |
| Type | Extension(Recommendation Version Status) (Extension Type: CodeableConcept) |
| 502. Composition.section:outcome.code | |
| Control | 1..? |
| Pattern Value | { |
| 504. Composition.section:outcome.section | |
| Slicing | This element introduces a set of slices on Composition.section.section. The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
| 506. Composition.section:outcome.section:language | |
| Slice Name | language |
| Control | 0..* |
| Type | BackboneElement |
| 508. Composition.section:outcome.section:language.extension | |
| Control | 1..? |
| Slicing | This element introduces a set of slices on Composition.section.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 510. Composition.section:outcome.section:language.extension:language | |
| Slice Name | language |
| Control | 1..1 |
| Type | Extension(Section Language) (Extension Type: code) |
| 512. Composition.section:outcome.section:language.extension:keyword | |
| Slice Name | keyword |
| Control | 0..* |
| Type | Extension(Section Keyword) (Extension Type: CodeableConcept) |
| 514. Composition.section:outcome.section:language.code | |
| Control | 1..? |
| Pattern Value | { |
| 516. Composition.section:outcome.section:language.entry | |
| Type | Reference(EvidenceVariable, Group) |
| 518. Composition.section:outcome.section:language.section | |
| Control | 0..0 |
| 520. Composition.section:outcome.section:@default | |
| Slice Name | @default |
| Control | 0..* |
| Type | BackboneElement |
| 522. Composition.section:outcome.section:@default.code | |
| Control | 1..? |
| Pattern Value | { |
| 524. Composition.section:@default | |
| Slice Name | @default |
| Control | 0..* |
| 526. Composition.section:@default.extension:intendedAudience | |
| Slice Name | intendedAudience |
| Control | 0..* |
| Type | Extension(Section Intended Audience) (Extension Type: CodeableConcept) |
| 528. Composition.section:@default.extension:versionStatus | |
| Slice Name | versionStatus |
| Control | 0..1 |
| Type | Extension(Recommendation Version Status) (Extension Type: CodeableConcept) |
| 530. Composition.section:@default.code | |
| Control | 1..? |
| 532. Composition.section:@default.code.coding | |
| Control | 1..1 |
| Pattern Value | { |
| 534. Composition.section:@default.section | |
| Slicing | This element introduces a set of slices on Composition.section.section. The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
| 536. Composition.section:@default.section:language | |
| Slice Name | language |
| Control | 0..* |
| Type | BackboneElement |
| 538. Composition.section:@default.section:language.extension | |
| Control | 1..? |
| Slicing | This element introduces a set of slices on Composition.section.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 540. Composition.section:@default.section:language.extension:language | |
| Slice Name | language |
| Control | 1..1 |
| Type | Extension(Section Language) (Extension Type: code) |
| 542. Composition.section:@default.section:language.code | |
| Control | 1..? |
| Pattern Value | { |
| 544. Composition.section:@default.section:language.section | |
| Control | 0..0 |
| 546. Composition.section:@default.section:@default | |
| Slice Name | @default |
| Control | 0..* |
| Type | BackboneElement |
| 548. Composition.section:@default.section:@default.code | |
| Control | 1..? |
| Pattern Value | { |
| 550. Composition.section:@default.section:@default.section | |
| Slicing | This element introduces a set of slices on Composition.section.section.section. The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
| 552. Composition.section:@default.section:@default.section:language | |
| Slice Name | language |
| Control | 0..* |
| Type | BackboneElement |
| 554. Composition.section:@default.section:@default.section:language.extension | |
| Control | 1..? |
| Slicing | This element introduces a set of slices on Composition.section.section.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 556. Composition.section:@default.section:@default.section:language.extension:language | |
| Slice Name | language |
| Control | 1..1 |
| Type | Extension(Section Language) (Extension Type: code) |
| 558. Composition.section:@default.section:@default.section:language.code | |
| Control | 1..? |
| Pattern Value | { |
| 560. Composition.section:@default.section:@default.section:language.section | |
| Control | 0..0 |
| 562. Composition.section:@default.section:@default.section:@default | |
| Slice Name | @default |
| Control | 0..* |
| Type | BackboneElement |
| 564. Composition.section:@default.section:@default.section:@default.code | |
| Control | 1..? |
| Pattern Value | { |
| 566. Composition.section:@default.section:@default.section:@default.section | |
| Slicing | This element introduces a set of slices on Composition.section.section.section.section. The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
| 568. Composition.section:@default.section:@default.section:@default.section:language | |
| Slice Name | language |
| Control | 0..* |
| Type | BackboneElement |
| 570. Composition.section:@default.section:@default.section:@default.section:language.extension | |
| Control | 1..? |
| Slicing | This element introduces a set of slices on Composition.section.section.section.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 572. Composition.section:@default.section:@default.section:@default.section:language.extension:language | |
| Slice Name | language |
| Control | 1..1 |
| Type | Extension(Section Language) (Extension Type: code) |
| 574. Composition.section:@default.section:@default.section:@default.section:language.code | |
| Control | 1..? |
| Pattern Value | { |
| 576. Composition.section:@default.section:@default.section:@default.section:language.section | |
| Control | 0..0 |
| 578. Composition.section:@default.section:@default.section:@default.section:@default | |
| Slice Name | @default |
| Control | 0..* |
| Type | BackboneElement |
| 580. Composition.section:@default.section:@default.section:@default.section:@default.code | |
| Control | 1..? |
| Pattern Value | { |
| 582. Composition.section:@default.section:@default.section:@default.section:@default.section | |
| Slicing | This element introduces a set of slices on Composition.section.section.section.section.section. The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
| 584. Composition.section:@default.section:@default.section:@default.section:@default.section:language | |
| Slice Name | language |
| Control | 0..* |
| Type | BackboneElement |
| 586. Composition.section:@default.section:@default.section:@default.section:@default.section:language.extension | |
| Control | 1..? |
| Slicing | This element introduces a set of slices on Composition.section.section.section.section.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 588. Composition.section:@default.section:@default.section:@default.section:@default.section:language.extension:language | |
| Slice Name | language |
| Control | 1..1 |
| Type | Extension(Section Language) (Extension Type: code) |
| 590. Composition.section:@default.section:@default.section:@default.section:@default.section:language.code | |
| Control | 1..? |
| Pattern Value | { |
| 592. Composition.section:@default.section:@default.section:@default.section:@default.section:language.section | |
| Control | 0..0 |
| 594. Composition.section:@default.section:@default.section:@default.section:@default.section:@default | |
| Slice Name | @default |
| Control | 0..* |
| Type | BackboneElement |
| 596. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.code | |
| Control | 1..? |
| Pattern Value | { |
| 598. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section | |
| Slicing | This element introduces a set of slices on Composition.section.section.section.section.section.section. The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
| 600. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:language | |
| Slice Name | language |
| Control | 0..* |
| Type | BackboneElement |
| 602. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.extension | |
| Control | 1..? |
| Slicing | This element introduces a set of slices on Composition.section.section.section.section.section.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 604. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.extension:language | |
| Slice Name | language |
| Control | 1..1 |
| Type | Extension(Section Language) (Extension Type: code) |
| 606. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.code | |
| Control | 1..? |
| Pattern Value | { |
| 608. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.section | |
| Control | 0..0 |
| 610. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default | |
| Slice Name | @default |
| Control | 0..* |
| Type | BackboneElement |
| 612. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.code | |
| Control | 1..? |
| Pattern Value | { |
| 614. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section | |
| Slicing | This element introduces a set of slices on Composition.section.section.section.section.section.section.section. The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
| 616. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language | |
| Slice Name | language |
| Control | 0..* |
| Type | BackboneElement |
| 618. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.extension | |
| Control | 1..? |
| Slicing | This element introduces a set of slices on Composition.section.section.section.section.section.section.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 620. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.extension:language | |
| Slice Name | language |
| Control | 1..1 |
| Type | Extension(Section Language) (Extension Type: code) |
| 622. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.code | |
| Control | 1..? |
| Pattern Value | { |
| 624. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.section | |
| Control | 0..0 |
| 626. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default | |
| Slice Name | @default |
| Control | 0..* |
| Type | BackboneElement |
| 628. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.code | |
| Control | 1..? |
| Pattern Value | { |
| 630. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section | |
| Slicing | This element introduces a set of slices on Composition.section.section.section.section.section.section.section.section. The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
| 632. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language | |
| Slice Name | language |
| Control | 0..* |
| Type | BackboneElement |
| 634. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.extension | |
| Control | 1..? |
| Slicing | This element introduces a set of slices on Composition.section.section.section.section.section.section.section.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 636. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.extension:language | |
| Slice Name | language |
| Control | 1..1 |
| Type | Extension(Section Language) (Extension Type: code) |
| 638. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.code | |
| Control | 1..? |
| Pattern Value | { |
| 640. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.section | |
| Control | 0..0 |
| 642. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default | |
| Slice Name | @default |
| Control | 0..* |
| Type | BackboneElement |
| 644. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.code | |
| Control | 1..? |
| Pattern Value | { |
Guidance on how to interpret the contents of this table can be foundhere
| 0. Composition | |
| Definition | A set of healthcare-related information that is assembled together into a single logical package that provides a single coherent statement of meaning, establishes its own context and that has clinical attestation with regard to who is making the statement. A Composition defines the structure and narrative content necessary for a document. However, a Composition alone does not constitute a document. Rather, the Composition must be the first entry in a Bundle where Bundle.type=document, and any other resources referenced from Composition must be included as subsequent entries in the Bundle (for example Patient, Practitioner, Encounter, etc.). |
| Short | A set of resources composed into a single coherent clinical statement with clinical attestation |
| Comments | While the focus of this specification is on patient-specific clinical statements, this resource can also apply to other healthcare-related statements such as study protocol designs, healthcare invoices and other activities that are not necessarily patient-specific or clinical. |
| Control | 0..* |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | dom-2: If the resource is contained in another resource, it SHALL NOT contain nested Resources (contained.contained.empty())dom-3: If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource ( contained.where((('#'+id.trace('id') in %resource.descendants().select(reference | as(uri))) or descendants().where(reference='#' | as(uri)='#').exists()).not()).trace('unmatched', id).empty())dom-4: If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated ( contained.meta.versionId.empty() and contained.meta.lastUpdated.empty())dom-5: If a resource is contained in another resource, it SHALL NOT have a security label ( contained.meta.security.empty())dom-6: A resource should have narrative for robust management ( text.`div`.exists())inv-require-official-identifier: Every Guideline/Recommendation must have exactly one official identifier (with use = #official) ( identifier.where(use='official').count() = 1) |
| 2. Composition.id | |
| Definition | The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes. |
| Short | Logical id of this artifact |
| Comments | Within the context of the FHIR RESTful interactions, the resource has an id except for cases like the create and conditional update. Otherwise, the use of the resouce id depends on the given use case. |
| Control | 0..1 |
| Type | id |
| Is Modifier | false |
| Must Support | false |
| Summary | true |
| 4. Composition.meta | |
| Definition | The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource. |
| Short | Metadata about the resource |
| Control | 0..1 |
| Type | Meta |
| Is Modifier | false |
| Must Support | false |
| Summary | true |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 6. Composition.meta.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | id |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 8. Composition.meta.extension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | Additional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.meta.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 10. Composition.meta.versionId | |
| Definition | The version specific identifier, as it appears in the version portion of the URL. This value changes when the resource is created, updated, or deleted. |
| Short | Version specific identifier |
| Comments | The server assigns this value, and ignores what the client specifies, except in the case that the server is imposing version integrity on updates/deletes. |
| Control | 0..1 |
| Type | id |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 12. Composition.meta.lastUpdated | |
| Definition | When the resource last changed - e.g. when the version changed. |
| Short | When the resource version last changed |
| Comments | This element is generally omitted in instances submitted in a PUT or POST. Instead, it is populated in the response instance and when retrieving information using a GET. The server / resource manager sets this value; what a client provides is irrelevant. This is equivalent to the HTTP Last-Modified and SHOULD have the same value on a read interaction. There may be situations where the returned data elements might change without any change to the lastUpdated element. For example, if a server returns a code and its corresponding display by using a foreign-key reference to the code system, updates to the code system that affect the display name might not be reflected in the lastUpdated value of the resource holding the code. It is also possible that an underlying record might be updated in a way that isn't actually surfaced in the FHIR resource (e.g. changing non-exposed metadata) that would cause lastUpdated to change even when there is no apparent change in the data. |
| Control | 0..1 |
| Type | instant |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 14. Composition.meta.source | |
| Definition | A uri that identifies the data source of the resource. This provides a minimal amount of Provenance information that can be used to track or differentiate the source of information in the resource. The source may identify another server, document, message, database, etc. It can also refer to portions of a structure, such as a section, segment, row, etc. |
| Short | Identifies where the resource comes from |
| Comments | The exact use of the source (and the possible implied Provenance.entity.role and agent.role) is left to implementer discretion. Only one nominated source is allowed; for additional provenance details, a full Provenance resource should be used. The source may correspond to Provenance.entity.what[x] or Provenance.agent.who[x], though it may be a more general or abstract reference. This element can be used to indicate where the current master source of a resource that has a canonical URL if the resource is no longer hosted at the canonical URL. |
| Control | 0..1 |
| Type | uri |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 16. Composition.meta.profile | |
| Definition | A list of profiles (references to StructureDefinition resources) that this resource claims to conform to. The URL is a reference to StructureDefinition.url. |
| Short | Profiles this resource claims to conform to |
| Comments | It is up to the server and/or other infrastructure of policy to determine whether/how these claims are verified and/or updated over time. The list of profile URLs is a set. |
| Control | 0..* |
| Type | canonical(StructureDefinition) |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 18. Composition.meta.security | |
| Definition | Security labels applied to this resource. These tags connect specific resources to the overall security policy and infrastructure. |
| Short | Security Labels applied to this resource |
| Comments | The security labels can be updated without changing the stated version of the resource. The list of security labels is a set. Uniqueness is based the system/code, and version and display are ignored. |
| Control | 0..* |
| Binding | Unless not suitable, these codes SHALL be taken from AllSecurityLabels (extensible to http://hl7.org/fhir/ValueSet/security-labels)Security Labels from the Healthcare Privacy and Security Classification System. |
| Type | Coding |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 20. Composition.meta.tag | |
| Definition | Tags applied to this resource. Tags are intended to be used to identify and relate resources to process and workflow, and applications are not required to consider the tags when interpreting the meaning of a resource. |
| Short | Tags applied to this resource |
| Comments | The tags can be updated without changing the stated version of the resource. The list of tags is a set. Uniqueness is based the system/code, and version and display are ignored. |
| Control | 0..* |
| Binding | The codes SHOULD be taken from Recommendation Tags (preferred to http://fhir.awmf.org/awmf.ig/ValueSet/vs-recommendation-tags) |
| Type | Coding |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 22. Composition.implicitRules | |
| Definition | A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc. |
| Short | A set of rules under which this content was created |
| Comments | Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. Often, when used, the URL is a reference to an implementation guide that defines these special rules as part of its narrative along with other profiles, value sets, etc. |
| Control | 0..1 |
| Type | uri |
| Is Modifier | true because This element is labeled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies its meaning or interpretation |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | true |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 24. Composition.language | |
| Definition | The base language in which the resource is written. |
| Short | Language of the resource content |
| Comments | Language is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource. Not all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute). |
| Control | 0..1 |
| Binding | The codes SHALL be taken from AllLanguages (required to http://hl7.org/fhir/ValueSet/all-languages|6.0.0-ballot3)IETF language tag for a human language |
| Type | code |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 26. Composition.text | |
| Definition | A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety. |
| Short | Text summary of the resource, for human interpretation |
| Comments | Contained resources do not have a narrative. Resources that are not contained SHOULD have a narrative. In some cases, a resource may only have text with little or no additional discrete data (as long as all minOccurs=1 elements are satisfied). This may be necessary for data from legacy systems where information is captured as a "text blob" or where text is additionally entered raw or narrated and encoded information is added later. |
| Control | 0..1 This element is affected by the following invariants: dom-6 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Alternate Names | narrative, html, xhtml, display |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 28. Composition.contained | |
| Definition | These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, nor can they have their own independent transaction scope. This is allowed to be a Parameters resource if and only if it is referenced by a resource that provides context/meaning. |
| Short | Contained, inline Resources |
| Comments | This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again. Contained resources may have profiles and tags in their meta elements, but SHALL NOT have security labels. Contained resources may be a resource type defined in the FHIR specification, or an additional resource. |
| Control | 0..* This element is affected by the following invariants: dom-2, dom-4, dom-3, dom-5 |
| Type | Resource |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Alternate Names | inline resources, anonymous resources, contained resources |
| 30. Composition.extension | |
| Definition | An Extension |
| Short | Extension |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 32. Composition.extension:versionAlgorithm | |
| Slice Name | versionAlgorithm |
| Definition | Indicates the mechanism used to compare versions to determine which is more current. |
| Short | How to compare versions |
| Comments | If set as a string, this is a FHIRPath expression that has two additional context variables passed in - %version1 and %version2 and will return a negative number if version1 is newer, a positive number if version2 and a 0 if the version ordering can't be successfully be determined. |
| Control | 0..1 |
| Type | Extension(Artifact Version Algorithm) (Extension Type: Choice of: string, Coding) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 34. Composition.extension:versionAlgorithm.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | id |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 36. Composition.extension:versionAlgorithm.extension | |
| Definition | An Extension |
| Short | Extension |
| Control | 0..0 |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| Slicing | This element introduces a set of slices on Composition.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 38. Composition.extension:versionAlgorithm.url | |
| Definition | Source of the definition for the extension code - a logical name or a URL. |
| Short | identifies the meaning of the extension |
| Comments | The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. |
| Control | 1..1 |
| Type | uri |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| Fixed Value | http://hl7.org/fhir/StructureDefinition/artifact-versionAlgorithm |
| 40. Composition.extension:versionAlgorithm.value[x] | |
| Definition | Value of extension - must be one of a constrained set of the data types (see Extensibility for a list). |
| Short | Value of extension |
| Control | 1..1 This element is affected by the following invariants: ext-1 |
| Type | Coding |
| [x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.extension.value[x]. The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
| 42. Composition.extension:versionAlgorithm.value[x]:valueCoding | |
| Slice Name | valueCoding |
| Definition | Value of extension - must be one of a constrained set of the data types (see Extensibility for a list). |
| Short | Value of extension |
| Control | 0..1 This element is affected by the following invariants: ext-1 |
| Binding | Unless not suitable, these codes SHALL be taken from VersionAlgorithm (extensible to http://hl7.org/fhir/ValueSet/version-algorithm) |
| Type | Coding |
| [x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
| Is Modifier | false |
| Summary | false |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 44. Composition.extension:experimental | |
| Slice Name | experimental |
| Definition | A Boolean value to indicate that this artifact is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage. |
| Short | For testing purposes, not real usage |
| Control | 0..1 |
| Type | Extension(Artifact Experimental) (Extension Type: boolean) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 46. Composition.extension:description | |
| Slice Name | description |
| Definition | A free text natural language description of the artifact from a consumer's perspective. |
| Short | Natural language description of the artifact |
| Comments | This description can be used to capture details such as comments about misuse, instructions for clinical use and interpretation, literature references, examples from the paper world, etc. It is not a rendering of the artifact as conveyed in the 'text' field of the resource itself. This item SHOULD be populated unless the information is available from context (e.g. the language of the artifact is presumed to be the predominant language in the place the artifact was created). |
| Control | 0..1 |
| Type | Extension(Artifact Description) (Extension Type: markdown) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 48. Composition.extension:purpose | |
| Slice Name | purpose |
| Definition | Explanation of why this artifact is needed and why it has been designed as it has. |
| Short | Why this artifact is defined |
| Comments | This element does not describe the usage of the artifact. Instead, it provides traceability of ''why'' the resource is either needed or ''why'' it is defined as it is. This may be used to point to source materials or specifications that drove the structure of this artifact. |
| Control | 0..1 |
| Type | Extension(Artifact Purpose) (Extension Type: markdown) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 50. Composition.extension:copyright | |
| Slice Name | copyright |
| Definition | A copyright statement relating to the artifact and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the artifact. |
| Short | Use and/or publishing restrictions |
| Comments | The short copyright declaration (e.g. (c) '2015+ xyz organization' should be sent in the copyrightLabel element. |
| Control | 0..1 |
| Type | Extension(Artifact Copyright) (Extension Type: markdown) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 52. Composition.extension:copyrightLabel | |
| Slice Name | copyrightLabel |
| Definition | A short string (<50 characters), suitable for inclusion in a page footer that identifies the copyright holder, effective period, and optionally whether rights are resctricted. (e.g. 'All rights reserved', 'Some rights reserved'). |
| Short | Copyright holder and year(s) |
| Comments | Defines the content expected to be rendered in all representations of the artifact. The (c) symbol should NOT be included in this string. It is expected to be added by software when rendering the notation. Full details about licensing, restrictions, warrantees, etc. goes in the more general 'copyright' element. |
| Control | 0..1 |
| Type | Extension(Artifact Copyright Label) (Extension Type: string) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 54. Composition.extension:approvalDate | |
| Slice Name | approvalDate |
| Definition | The date on which the artifact content was approved by the publisher. Approval happens once when the content is officially approved for usage. |
| Short | When the artifact was approved by publisher |
| Comments | The 'date' element may be more recent than the approval date because of minor changes or editorial corrections. |
| Control | 0..1 |
| Type | Extension(Artifact Approval Date) (Extension Type: date) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 56. Composition.extension:lastReviewDate | |
| Slice Name | lastReviewDate |
| Definition | The date on which the resource content was last reviewed. Review happens periodically after approval but does not change the original approval date. |
| Short | When the artifact was approved by publisher |
| Comments | If specified, this date follows the original approval date. |
| Control | 0..1 |
| Type | Extension(Artifact Last Review Date) (Extension Type: date) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 58. Composition.extension:effectivePeriod | |
| Slice Name | effectivePeriod |
| Definition | The period during which the artifact content was or is planned to be in active use. |
| Short | When the artifact is expected to be used |
| Comments | The effective period for an artifact determines when the content is applicable for usage and is independent of publication and review dates. For example, an artifact intended to be used for the year 2016 might be published in 2015. |
| Control | 0..1 |
| Type | Extension(Artifact Effective Period) (Extension Type: Period) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 60. Composition.extension:additionalLanguage | |
| Slice Name | additionalLanguage |
| Definition | The Resource contains content in a language additional to the one in the language element. |
| Short | The additional language |
| Control | 0..* |
| Type | Extension(Additional Language) (Extension Type: code) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 62. Composition.extension:extendedContactDetail | |
| Slice Name | extendedContactDetail |
| Definition | Contact details to assist a user in finding and communicating with the publisher. |
| Short | Contact details for the publisher |
| Comments | May be a web site, an email address, a physical address, a telephone number, etc. |
| Control | 0..* |
| Type | Extension(Artifact Extended Contact Detail) (Extension Type: ExtendedContactDetail) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 64. Composition.extension:publicationDate | |
| Slice Name | publicationDate |
| Definition | Specifies the publication date of the Resource. |
| Short | Publication date of Resource |
| Control | 0..1 |
| Type | Extension(Publication Date) (Extension Type: date) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 66. Composition.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the resource that contains them |
| Must Support | false |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 68. Composition.url | |
| Definition | An absolute URI that is used to identify this Composition 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 an authoritative instance of this Composition is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the Composition is stored on different servers. |
| Short | Canonical identifier for this Composition, represented as a URI (globally unique) |
| Comments | 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. |
| Control | 0..1 |
| Type | uri |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | true |
| Requirements | Allows the Composition to be referenced by a single globally unique identifier. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 70. Composition.identifier | |
| Definition | A version-independent identifier for the Composition. This identifier stays constant as the composition is changed over time. |
| Short | Version-independent identifier for the Composition |
| Comments | Similar to ClinicalDocument/setId in CDA. See discussion in resource definition for how these relate. |
| Note | This is a business identifier, not a resource identifier (see discussion) |
| Control | 0..* |
| Type | Identifier |
| Is Modifier | false |
| Must Support | false |
| Summary | true |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 72. Composition.version | |
| Definition | An explicitly assigned identifier of a variation of the content in the Composition. |
| Short | An explicitly assigned identifier of a variation of the content in the Composition |
| Comments | While each resource, including the composition itself, has its own version identifier, this is a formal identifier for the logical version of the Composition as a whole. It would remain constant if the resources were moved to a new server, and all got new individual resource versions, for example. |
| Note | This is a business version Id, not a resource version Id (see discussion) |
| Control | 1..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | true |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))inv-version-major-minor: Version must be a major-minor version (e.g. 5.1) ( $this.matches('^[0-9]+\\.[0-9]+$')) |
| 74. Composition.status | |
| Definition | The workflow/clinical status of this composition. The status is a marker for the clinical standing of the document. |
| Short | registered | partial | preliminary | final | amended | corrected | appended | cancelled | entered-in-error | deprecated | unknown |
| Comments | If a composition is marked as withdrawn, the compositions/documents in the series, or data from the composition or document series, should never be displayed to a user without being clearly marked as untrustworthy. The flag "entered-in-error" is why this element is labeled as a modifier of other elements. Some reporting work flows require that the original narrative of a final document never be altered; instead, only new narrative can be added. The composition resource has no explicit status for explicitly noting whether this business rule is in effect. This would be handled by an extension if required. |
| Control | 1..1 |
| Binding | The codes SHALL be taken from CompositionStatus (required to http://hl7.org/fhir/ValueSet/composition-status|6.0.0-ballot3)The workflow/clinical status of the composition. |
| Type | code |
| Is Modifier | true because This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | true |
| Requirements | Need to be able to mark interim, amended, or withdrawn compositions or documents. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 76. Composition.type | |
| Definition | Specifies the particular kind of composition (e.g. History and Physical, Discharge Summary, Progress Note). This usually equates to the purpose of making the composition. |
| Short | Kind of composition (LOINC if possible) |
| Comments | For Composition type, LOINC is ubiquitous and strongly endorsed by HL7. Most implementation guides will require a specific LOINC code, or use LOINC as an extensible binding. |
| Control | 1..1 |
| Binding | The codes SHOULD be taken from FHIRDocumentTypeCodes (preferred to http://hl7.org/fhir/ValueSet/doc-typecodes)Type of a composition. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | true |
| Requirements | Key metadata element describing the composition, used in searching/filtering. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 78. Composition.type.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | id |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 80. Composition.type.extension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | Additional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.type.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 82. Composition.type.coding | |
| Definition | A reference to a code defined by a terminology system. |
| Short | Code defined by a terminology system |
| Comments | Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. |
| Control | 1..1 |
| Type | Coding |
| Is Modifier | false |
| Summary | false |
| Requirements | Allows for alternative encodings within a code system, and translations to other code systems. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 84. Composition.type.text | |
| Definition | A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user. |
| Short | Plain text representation of the concept |
| Comments | Very often the text is the same as a displayName of one of the codings. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Summary | false |
| Requirements | The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 86. Composition.category | |
| Definition | A categorization for the type of the composition - helps for indexing and searching. This may be implied by or derived from the code specified in the Composition Type. |
| Short | Categorization of Composition |
| Control | 1..* |
| Binding | For example codes, see ReferencedItemCategoryValueSet (example to http://hl7.org/fhir/ValueSet/referenced-item-category)High-level kind of a clinical document at a macro level. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | true |
| Requirements | Helps humans to assess whether the composition is of interest when viewing an index of compositions or documents. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.category. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 88. Composition.category:synthesisType | |
| Slice Name | synthesisType |
| Definition | A categorization for the type of the composition - helps for indexing and searching. This may be implied by or derived from the code specified in the Composition Type. |
| Short | Categorization of Composition |
| Control | 1..1 |
| Binding | For example codes, see ReferencedItemCategoryValueSet (example to http://hl7.org/fhir/ValueSet/referenced-item-category)High-level kind of a clinical document at a macro level. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | true |
| Requirements | Helps humans to assess whether the composition is of interest when viewing an index of compositions or documents. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 90. Composition.category:synthesisType.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | id |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 92. Composition.category:synthesisType.extension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | Additional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.category.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 94. Composition.category:synthesisType.coding | |
| Definition | A reference to a code defined by a terminology system. |
| Short | Code defined by a terminology system |
| Comments | Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. |
| Control | 0..* |
| Binding | The codes SHALL be taken from Recommendation Synthesis Type (required to http://fhir.awmf.org/awmf.ig/ValueSet/vs-recommendation-synthesis-type) |
| Type | Coding |
| Is Modifier | false |
| Summary | false |
| Requirements | Allows for alternative encodings within a code system, and translations to other code systems. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 96. Composition.category:synthesisType.coding.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | id |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 98. Composition.category:synthesisType.coding.extension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | Additional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.category.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 100. Composition.category:synthesisType.coding.system | |
| Definition | The identification of the code system that defines the meaning of the symbol in the code. |
| Short | Identity of the terminology system |
| Comments | The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should be an absolute reference to some definition that establishes the system clearly and unambiguously. |
| Control | 1..1 |
| Type | uri |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | true |
| Summary | false |
| Requirements | Need to be unambiguous about the source of the definition of the symbol. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 102. Composition.category:synthesisType.coding.version | |
| Definition | The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged. |
| Short | Version of the system - if relevant |
| Comments | Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date. |
| Note | This is a business version Id, not a resource version Id (see discussion) |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 104. Composition.category:synthesisType.coding.code | |
| Definition | A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination). |
| Short | Symbol in syntax defined by the system |
| Control | 1..1 This element is affected by the following invariants: cod-1 |
| Type | code |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | true |
| Summary | false |
| Requirements | Need to refer to a particular code in the system. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 106. Composition.category:synthesisType.coding.display | |
| Definition | A representation of the meaning of the code in the system, following the rules of the system. |
| Short | Representation defined by the system |
| Control | 0..1 This element is affected by the following invariants: cod-1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Summary | false |
| Requirements | Need to be able to carry a human-readable meaning of the code for readers that do not know the system. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 108. Composition.category:synthesisType.coding.userSelected | |
| Definition | Indicates that this coding was chosen by a user directly - e.g. off a pick list of available items (codes or displays). |
| Short | If this coding was chosen directly by the user |
| Comments | Amongst a set of alternatives, a directly chosen code is the most appropriate starting point for new translations. There is some ambiguity about what exactly 'directly chosen' implies, and trading partner agreement may be needed to clarify the use of this element and its consequences more completely. |
| Control | 0..1 |
| Type | boolean |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Summary | false |
| Requirements | This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 110. Composition.category:synthesisType.text | |
| Definition | A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user. |
| Short | Plain text representation of the concept |
| Comments | Very often the text is the same as a displayName of one of the codings. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Summary | false |
| Requirements | The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 112. Composition.category:clinicalApplicationType | |
| Slice Name | clinicalApplicationType |
| Definition | A categorization for the type of the composition - helps for indexing and searching. This may be implied by or derived from the code specified in the Composition Type. |
| Short | Categorization of Composition |
| Control | 0..* |
| Binding | For example codes, see ReferencedItemCategoryValueSet (example to http://hl7.org/fhir/ValueSet/referenced-item-category)High-level kind of a clinical document at a macro level. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | true |
| Requirements | Helps humans to assess whether the composition is of interest when viewing an index of compositions or documents. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 114. Composition.category:clinicalApplicationType.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | id |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 116. Composition.category:clinicalApplicationType.extension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | Additional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.category.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 118. Composition.category:clinicalApplicationType.coding | |
| Definition | A reference to a code defined by a terminology system. |
| Short | Code defined by a terminology system |
| Comments | Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. |
| Control | 0..* |
| Binding | The codes SHALL be taken from Clinical Application Type (required to http://fhir.awmf.org/awmf.ig/ValueSet/vs-clinical-application-type) |
| Type | Coding |
| Is Modifier | false |
| Summary | false |
| Requirements | Allows for alternative encodings within a code system, and translations to other code systems. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 120. Composition.category:clinicalApplicationType.coding.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | id |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 122. Composition.category:clinicalApplicationType.coding.extension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | Additional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.category.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 124. Composition.category:clinicalApplicationType.coding.system | |
| Definition | The identification of the code system that defines the meaning of the symbol in the code. |
| Short | Identity of the terminology system |
| Comments | The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should be an absolute reference to some definition that establishes the system clearly and unambiguously. |
| Control | 1..1 |
| Type | uri |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | true |
| Summary | false |
| Requirements | Need to be unambiguous about the source of the definition of the symbol. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 126. Composition.category:clinicalApplicationType.coding.version | |
| Definition | The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged. |
| Short | Version of the system - if relevant |
| Comments | Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date. |
| Note | This is a business version Id, not a resource version Id (see discussion) |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 128. Composition.category:clinicalApplicationType.coding.code | |
| Definition | A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination). |
| Short | Symbol in syntax defined by the system |
| Control | 1..1 This element is affected by the following invariants: cod-1 |
| Type | code |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | true |
| Summary | false |
| Requirements | Need to refer to a particular code in the system. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 130. Composition.category:clinicalApplicationType.coding.display | |
| Definition | A representation of the meaning of the code in the system, following the rules of the system. |
| Short | Representation defined by the system |
| Control | 0..1 This element is affected by the following invariants: cod-1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Summary | false |
| Requirements | Need to be able to carry a human-readable meaning of the code for readers that do not know the system. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 132. Composition.category:clinicalApplicationType.coding.userSelected | |
| Definition | Indicates that this coding was chosen by a user directly - e.g. off a pick list of available items (codes or displays). |
| Short | If this coding was chosen directly by the user |
| Comments | Amongst a set of alternatives, a directly chosen code is the most appropriate starting point for new translations. There is some ambiguity about what exactly 'directly chosen' implies, and trading partner agreement may be needed to clarify the use of this element and its consequences more completely. |
| Control | 0..1 |
| Type | boolean |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Summary | false |
| Requirements | This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 134. Composition.category:clinicalApplicationType.text | |
| Definition | A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user. |
| Short | Plain text representation of the concept |
| Comments | Very often the text is the same as a displayName of one of the codings. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Summary | false |
| Requirements | The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 136. Composition.subject | |
| Definition | Who or what the composition is about. The composition can be about a person, (patient or healthcare practitioner), a device (e.g. a machine) or even a group of subjects (such as a document about a herd of livestock, or a set of patients that share a common exposure). |
| Short | Who and/or what the composition is about |
| Comments | Reference a Citation Resource, ArtifactAssessment Resource (Classification Profile), Group Resource (EvidenceReportSubject Profile), ReserchStudy Resource, or any Resource to define a subject of this EvidenceReport. |
| Control | 0..* |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | true |
| Requirements | Essential metadata for searching for the composition. Identifies who and/or what the composition/document is about. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 138. Composition.encounter | |
| Definition | Describes the clinical encounter or type of care this documentation is associated with. |
| Short | Context of the Composition |
| Control | 0..1 |
| Type | Reference(Encounter) |
| Is Modifier | false |
| Must Support | false |
| Summary | true |
| Requirements | Provides context for the composition and supports searching. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 140. Composition.date | |
| Definition | The composition editing time, when the composition was last logically changed by the author. |
| Short | Composition editing time |
| Comments | The Last Modified Date on the composition may be after the date of the document was attested without being changed. This means that the date on an amended document is the date of the amendment, not the date of original authorship. |
| Control | 1..1 |
| Type | dateTime |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | true |
| Requirements | dateTime is used for tracking, organizing versions and searching. Note that this is the time of authoring this version of the Composition. When packaged in a document, Bundle.timestamp is the date of packaging. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 142. Composition.useContext | |
| 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 Composition instances. |
| Short | The context that the content is intended to support |
| Comments | When multiple useContexts are specified, there is no expectation that all or any of the contexts apply. |
| Control | 0..* |
| Type | UsageContext |
| Is Modifier | false |
| Must Support | false |
| Summary | true |
| Requirements | Assist in searching for appropriate content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 144. Composition.author | |
| Definition | Identifies who is responsible for the information in the composition, not necessarily who typed it in. |
| Short | Who and/or what authored the composition |
| Control | 1..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | true |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 146. Composition.name | |
| Definition | A natural language name identifying the {{title}}. This name should be usable as an identifier for the module by machine processing applications such as code generation. |
| Short | Name for this Composition (computer friendly) |
| Comments | The name is not expected to be globally unique. The name should be a simple alphanumeric type name to ensure that it is machine-processing friendly. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | true |
| Requirements | Support human navigation and code generation. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 148. Composition.title | |
| Definition | Official human-readable label for the composition. |
| Short | Human Readable name/title |
| Comments | For many compositions, the title is the same as the text or a display name of Composition.type (e.g. a "consultation" or "progress note"). Note that CDA does not make title mandatory, but there are no known cases where it is useful for title to be omitted, so it is mandatory here. Feedback on this requirement is welcome during the trial use period. |
| Control | 1..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | true |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 150. Composition.note | |
| Definition | For any additional notes. |
| Short | For any additional notes |
| Comments | A comment, general note or annotation not coded elsewhere. |
| Control | 0..* |
| Type | Annotation |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 152. Composition.attester | |
| Definition | A participant who has attested to the accuracy of the composition/document. |
| Short | Attests to accuracy of composition |
| Comments | Only list each attester once. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies responsibility for the accuracy of the composition content. |
| Invariants | ele-1: All FHIR elements must have a @value or children or both (hasValue() or (children().count() > id.count())) |
| 154. Composition.attester.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 156. Composition.attester.extension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | Additional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 158. Composition.attester.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 160. Composition.attester.mode | |
| Definition | The type of attestation the authenticator offers. |
| Short | reviewer | editor | endorser | informant | recorder |
| Control | 1..1 |
| Binding | The codes SHOULD be taken from Contributor Role (preferred to http://terminology.hl7.org/ValueSet/contributor-role) |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Indicates the level of authority of the attestation. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 162. Composition.attester.time | |
| Definition | When the composition was attested by the party. |
| Short | When the composition was attested |
| Control | 0..1 |
| Type | dateTime |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Identifies when the information in the composition was deemed accurate. (Things may have changed since then.). |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 164. Composition.attester.party | |
| Definition | Who attested the composition in the specified way. |
| Short | Who attested the composition |
| Control | 0..1 |
| Type | Reference(Patient, RelatedPerson, Practitioner, PractitionerRole, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who has taken on the responsibility for accuracy of the composition content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 166. Composition.custodian | |
| Definition | Identifies the organization or group who is responsible for ongoing maintenance of and access to the composition/document information. |
| Short | Organization which maintains the composition |
| Comments | This is useful when documents are derived from a composition - provides guidance for how to get the latest version of the document. This is optional because this is sometimes not known by the authoring system, and can be inferred by context. However, it is important that this information be known when working with a derived document, so providing a custodian is encouraged. |
| Control | 0..1 |
| Type | Reference(Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | true |
| Requirements | Identifies where to go to find the current version, where to report issues, etc. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 168. Composition.relatesTo | |
| Definition | Relationships that this composition has with other compositions or documents (FHIR or non-FHIR resources) that already exist. |
| Short | Relationships to other compositions/documents |
| Comments | To reference (using relatesTo) a Bundle of type "document" or another Composition where you only have the identifier, use a targetReference with an identifier.
|
| Control | 1..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children or both (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.relatesTo. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 170. Composition.relatesTo.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 172. Composition.relatesTo.extension | |
| Definition | An Extension |
| Short | Extension |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.relatesTo.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 174. Composition.relatesTo.extension:classifier | |
| Slice Name | classifier |
| Definition | Provides additional classifiers of the related artifact. |
| Short | Additional classifiers for RelatedArtifacts |
| Control | 0..1 |
| Type | Extension(RelatesTo Classifier) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 176. Composition.relatesTo.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 178. Composition.relatesTo.type | |
| Definition | The type of relationship to the related artifact. |
| Short | documentation | justification | predecessor | successor | derived-from | depends-on | composed-of | part-of | amends | amended-with | appends | appended-with | cites | cited-by | comments-on | comment-in | contains | contained-in | corrects | correction-in | replaces | replaced-with | retracts | retracted-by | signs | similar-to | supports | supported-with | transforms | transformed-into | transformed-with | specification-of | created-with | cite-as | summarizes |
| Control | 1..1 |
| Binding | The codes SHALL be taken from ArtifactRelationshipType (required to http://hl7.org/fhir/ValueSet/artifact-relationship-type|6.0.0-ballot3)The type of relationship to the related artifact. |
| Type | code |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 180. Composition.relatesTo.target[x] | |
| Definition | The artifact that is related to this Composition Resource. |
| Short | The artifact that is related to this Composition |
| Control | 1..1 |
| Type | Choice of: uri, Attachment, canonical(Resource), Reference(Resource), markdown |
| [x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 182. Composition.relatesTo:citeAs | |
| Slice Name | citeAs |
| Definition | Relationships that this composition has with other compositions or documents (FHIR or non-FHIR resources) that already exist. |
| Short | Relationships to other compositions/documents |
| Comments | To reference (using relatesTo) a Bundle of type "document" or another Composition where you only have the identifier, use a targetReference with an identifier.
|
| Control | 0..1 |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children or both (hasValue() or (children().count() > id.count())) |
| 184. Composition.relatesTo:citeAs.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 186. Composition.relatesTo:citeAs.extension | |
| Definition | An Extension |
| Short | Extension |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.relatesTo.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 188. Composition.relatesTo:citeAs.extension:classifier | |
| Slice Name | classifier |
| Definition | Provides additional classifiers of the related artifact. |
| Short | Additional classifiers for RelatedArtifacts |
| Control | 0..1 |
| Type | Extension(RelatesTo Classifier) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 190. Composition.relatesTo:citeAs.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 192. Composition.relatesTo:citeAs.type | |
| Definition | The type of relationship to the related artifact. |
| Short | documentation | justification | predecessor | successor | derived-from | depends-on | composed-of | part-of | amends | amended-with | appends | appended-with | cites | cited-by | comments-on | comment-in | contains | contained-in | corrects | correction-in | replaces | replaced-with | retracts | retracted-by | signs | similar-to | supports | supported-with | transforms | transformed-into | transformed-with | specification-of | created-with | cite-as | summarizes |
| Control | 1..1 |
| Binding | The codes SHALL be taken from ArtifactRelationshipType (required to http://hl7.org/fhir/ValueSet/artifact-relationship-type|6.0.0-ballot3)The type of relationship to the related artifact. |
| Type | code |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Pattern Value | cite-as |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 194. Composition.relatesTo:citeAs.target[x] | |
| Definition | The artifact that is related to this Composition Resource. |
| Short | The artifact that is related to this Composition |
| Control | 1..1 |
| Type | Choice of: uri, Attachment, canonical(Resource), Reference(Resource), markdown |
| [x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 196. Composition.relatesTo:partOf | |
| Slice Name | partOf |
| Definition | Relationships that this composition has with other compositions or documents (FHIR or non-FHIR resources) that already exist. |
| Short | Relationships to other compositions/documents |
| Comments | To reference (using relatesTo) a Bundle of type "document" or another Composition where you only have the identifier, use a targetReference with an identifier.
|
| Control | 1..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children or both (hasValue() or (children().count() > id.count())) |
| 198. Composition.relatesTo:partOf.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 200. Composition.relatesTo:partOf.extension | |
| Definition | An Extension |
| Short | Extension |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.relatesTo.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 202. Composition.relatesTo:partOf.extension:classifier | |
| Slice Name | classifier |
| Definition | Provides additional classifiers of the related artifact. |
| Short | Additional classifiers for RelatedArtifacts |
| Control | 0..1 |
| Type | Extension(RelatesTo Classifier) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 204. Composition.relatesTo:partOf.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 206. Composition.relatesTo:partOf.type | |
| Definition | The type of relationship to the related artifact. |
| Short | documentation | justification | predecessor | successor | derived-from | depends-on | composed-of | part-of | amends | amended-with | appends | appended-with | cites | cited-by | comments-on | comment-in | contains | contained-in | corrects | correction-in | replaces | replaced-with | retracts | retracted-by | signs | similar-to | supports | supported-with | transforms | transformed-into | transformed-with | specification-of | created-with | cite-as | summarizes |
| Control | 1..1 |
| Binding | The codes SHALL be taken from ArtifactRelationshipType (required to http://hl7.org/fhir/ValueSet/artifact-relationship-type|6.0.0-ballot3)The type of relationship to the related artifact. |
| Type | code |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Pattern Value | part-of |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 208. Composition.relatesTo:partOf.target[x] | |
| Definition | The artifact that is related to this Composition Resource. |
| Short | The artifact that is related to this Composition |
| Control | 1..1 |
| Type | Choice of: uri, Attachment, canonical(Resource), Reference(Resource), markdown |
| [x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 210. Composition.relatesTo:derivedFrom | |
| Slice Name | derivedFrom |
| Definition | Relationships that this composition has with other compositions or documents (FHIR or non-FHIR resources) that already exist. |
| Short | Relationships to other compositions/documents |
| Comments | To reference (using relatesTo) a Bundle of type "document" or another Composition where you only have the identifier, use a targetReference with an identifier.
|
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children or both (hasValue() or (children().count() > id.count())) |
| 212. Composition.relatesTo:derivedFrom.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 214. Composition.relatesTo:derivedFrom.extension | |
| Definition | An Extension |
| Short | Extension |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.relatesTo.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 216. Composition.relatesTo:derivedFrom.extension:classifier | |
| Slice Name | classifier |
| Definition | Provides additional classifiers of the related artifact. |
| Short | Additional classifiers for RelatedArtifacts |
| Control | 0..1 |
| Type | Extension(RelatesTo Classifier) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 218. Composition.relatesTo:derivedFrom.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 220. Composition.relatesTo:derivedFrom.type | |
| Definition | The type of relationship to the related artifact. |
| Short | documentation | justification | predecessor | successor | derived-from | depends-on | composed-of | part-of | amends | amended-with | appends | appended-with | cites | cited-by | comments-on | comment-in | contains | contained-in | corrects | correction-in | replaces | replaced-with | retracts | retracted-by | signs | similar-to | supports | supported-with | transforms | transformed-into | transformed-with | specification-of | created-with | cite-as | summarizes |
| Control | 1..1 |
| Binding | The codes SHALL be taken from ArtifactRelationshipType (required to http://hl7.org/fhir/ValueSet/artifact-relationship-type|6.0.0-ballot3)The type of relationship to the related artifact. |
| Type | code |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Pattern Value | derived-from |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 222. Composition.relatesTo:derivedFrom.target[x] | |
| Definition | The artifact that is related to this Composition Resource. |
| Short | The artifact that is related to this Composition |
| Control | 1..1 |
| Type | Choice of: uri, Attachment, canonical(Resource), Reference(Resource), markdown |
| [x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 224. Composition.relatesTo:specificationOf | |
| Slice Name | specificationOf |
| Definition | Relationships that this composition has with other compositions or documents (FHIR or non-FHIR resources) that already exist. |
| Short | Relationships to other compositions/documents |
| Comments | To reference (using relatesTo) a Bundle of type "document" or another Composition where you only have the identifier, use a targetReference with an identifier.
|
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children or both (hasValue() or (children().count() > id.count())) |
| 226. Composition.relatesTo:specificationOf.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 228. Composition.relatesTo:specificationOf.extension | |
| Definition | An Extension |
| Short | Extension |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.relatesTo.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 230. Composition.relatesTo:specificationOf.extension:classifier | |
| Slice Name | classifier |
| Definition | Provides additional classifiers of the related artifact. |
| Short | Additional classifiers for RelatedArtifacts |
| Control | 0..1 |
| Type | Extension(RelatesTo Classifier) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 232. Composition.relatesTo:specificationOf.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 234. Composition.relatesTo:specificationOf.type | |
| Definition | The type of relationship to the related artifact. |
| Short | documentation | justification | predecessor | successor | derived-from | depends-on | composed-of | part-of | amends | amended-with | appends | appended-with | cites | cited-by | comments-on | comment-in | contains | contained-in | corrects | correction-in | replaces | replaced-with | retracts | retracted-by | signs | similar-to | supports | supported-with | transforms | transformed-into | transformed-with | specification-of | created-with | cite-as | summarizes |
| Control | 1..1 |
| Binding | The codes SHALL be taken from ArtifactRelationshipType (required to http://hl7.org/fhir/ValueSet/artifact-relationship-type|6.0.0-ballot3)The type of relationship to the related artifact. |
| Type | code |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Pattern Value | specification-of |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 236. Composition.relatesTo:specificationOf.target[x] | |
| Definition | The artifact that is related to this Composition Resource. |
| Short | The artifact that is related to this Composition |
| Control | 1..1 |
| Type | Choice of: uri, Attachment, canonical(Resource), Reference(Resource), markdown |
| [x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 238. Composition.relatesTo:dependsOn | |
| Slice Name | dependsOn |
| Definition | Relationships that this composition has with other compositions or documents (FHIR or non-FHIR resources) that already exist. |
| Short | Relationships to other compositions/documents |
| Comments | To reference (using relatesTo) a Bundle of type "document" or another Composition where you only have the identifier, use a targetReference with an identifier.
|
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children or both (hasValue() or (children().count() > id.count())) |
| 240. Composition.relatesTo:dependsOn.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 242. Composition.relatesTo:dependsOn.extension | |
| Definition | An Extension |
| Short | Extension |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.relatesTo.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 244. Composition.relatesTo:dependsOn.extension:classifier | |
| Slice Name | classifier |
| Definition | Provides additional classifiers of the related artifact. |
| Short | Additional classifiers for RelatedArtifacts |
| Control | 0..1 |
| Type | Extension(RelatesTo Classifier) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 246. Composition.relatesTo:dependsOn.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 248. Composition.relatesTo:dependsOn.type | |
| Definition | The type of relationship to the related artifact. |
| Short | documentation | justification | predecessor | successor | derived-from | depends-on | composed-of | part-of | amends | amended-with | appends | appended-with | cites | cited-by | comments-on | comment-in | contains | contained-in | corrects | correction-in | replaces | replaced-with | retracts | retracted-by | signs | similar-to | supports | supported-with | transforms | transformed-into | transformed-with | specification-of | created-with | cite-as | summarizes |
| Control | 1..1 |
| Binding | The codes SHALL be taken from ArtifactRelationshipType (required to http://hl7.org/fhir/ValueSet/artifact-relationship-type|6.0.0-ballot3)The type of relationship to the related artifact. |
| Type | code |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Pattern Value | depends-on |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 250. Composition.relatesTo:dependsOn.target[x] | |
| Definition | The artifact that is related to this Composition Resource. |
| Short | The artifact that is related to this Composition |
| Control | 1..1 |
| Type | Choice of: uri, Attachment, canonical(Resource), Reference(Resource), markdown |
| [x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 252. Composition.relatesTo:supportedWith | |
| Slice Name | supportedWith |
| Definition | Relationships that this composition has with other compositions or documents (FHIR or non-FHIR resources) that already exist. |
| Short | Relationships to other compositions/documents |
| Comments | To reference (using relatesTo) a Bundle of type "document" or another Composition where you only have the identifier, use a targetReference with an identifier.
|
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children or both (hasValue() or (children().count() > id.count())) |
| 254. Composition.relatesTo:supportedWith.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 256. Composition.relatesTo:supportedWith.extension | |
| Definition | An Extension |
| Short | Extension |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.relatesTo.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 258. Composition.relatesTo:supportedWith.extension:classifier | |
| Slice Name | classifier |
| Definition | Provides additional classifiers of the related artifact. |
| Short | Additional classifiers for RelatedArtifacts |
| Control | 0..1 |
| Type | Extension(RelatesTo Classifier) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 260. Composition.relatesTo:supportedWith.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 262. Composition.relatesTo:supportedWith.type | |
| Definition | The type of relationship to the related artifact. |
| Short | documentation | justification | predecessor | successor | derived-from | depends-on | composed-of | part-of | amends | amended-with | appends | appended-with | cites | cited-by | comments-on | comment-in | contains | contained-in | corrects | correction-in | replaces | replaced-with | retracts | retracted-by | signs | similar-to | supports | supported-with | transforms | transformed-into | transformed-with | specification-of | created-with | cite-as | summarizes |
| Control | 1..1 |
| Binding | The codes SHALL be taken from ArtifactRelationshipType (required to http://hl7.org/fhir/ValueSet/artifact-relationship-type|6.0.0-ballot3)The type of relationship to the related artifact. |
| Type | code |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Pattern Value | supported-with |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 264. Composition.relatesTo:supportedWith.target[x] | |
| Definition | The artifact that is related to this Composition Resource. |
| Short | The artifact that is related to this Composition |
| Control | 1..1 |
| Type | Choice of: uri, Attachment, canonical(Resource), Reference(Resource), markdown |
| [x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 266. Composition.relatesTo:specificationOfPreceedingRecommendation | |
| Slice Name | specificationOfPreceedingRecommendation |
| Definition | Relationships that this composition has with other compositions or documents (FHIR or non-FHIR resources) that already exist. |
| Short | Relationships to other compositions/documents |
| Comments | To reference (using relatesTo) a Bundle of type "document" or another Composition where you only have the identifier, use a targetReference with an identifier.
|
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children or both (hasValue() or (children().count() > id.count())) |
| 268. Composition.relatesTo:specificationOfPreceedingRecommendation.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 270. Composition.relatesTo:specificationOfPreceedingRecommendation.extension | |
| Definition | An Extension |
| Short | Extension |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.relatesTo.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 272. Composition.relatesTo:specificationOfPreceedingRecommendation.extension:classifier | |
| Slice Name | classifier |
| Definition | Provides additional classifiers of the related artifact. |
| Short | Additional classifiers for RelatedArtifacts |
| Control | 0..1 |
| Type | Extension(RelatesTo Classifier) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 274. Composition.relatesTo:specificationOfPreceedingRecommendation.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 276. Composition.relatesTo:specificationOfPreceedingRecommendation.type | |
| Definition | The type of relationship to the related artifact. |
| Short | documentation | justification | predecessor | successor | derived-from | depends-on | composed-of | part-of | amends | amended-with | appends | appended-with | cites | cited-by | comments-on | comment-in | contains | contained-in | corrects | correction-in | replaces | replaced-with | retracts | retracted-by | signs | similar-to | supports | supported-with | transforms | transformed-into | transformed-with | specification-of | created-with | cite-as | summarizes |
| Control | 1..1 |
| Binding | The codes SHALL be taken from ArtifactRelationshipType (required to http://hl7.org/fhir/ValueSet/artifact-relationship-type|6.0.0-ballot3)The type of relationship to the related artifact. |
| Type | code |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Pattern Value | predecessor |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 278. Composition.relatesTo:specificationOfPreceedingRecommendation.target[x] | |
| Definition | The artifact that is related to this Composition Resource. |
| Short | The artifact that is related to this Composition |
| Control | 1..1 |
| Type | Reference(Resource) |
| [x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.relatesTo.target[x]. The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
| 280. Composition.relatesTo:specificationOfPreceedingRecommendation.target[x]:targetReference | |
| Slice Name | targetReference |
| Definition | The artifact that is related to this Composition Resource. |
| Short | The artifact that is related to this Composition |
| Control | 1..1 |
| Type | Reference(Recommendation) |
| [x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 282. Composition.relatesTo:specificationOfSucceedingRecommendation | |
| Slice Name | specificationOfSucceedingRecommendation |
| Definition | Relationships that this composition has with other compositions or documents (FHIR or non-FHIR resources) that already exist. |
| Short | Relationships to other compositions/documents |
| Comments | To reference (using relatesTo) a Bundle of type "document" or another Composition where you only have the identifier, use a targetReference with an identifier.
|
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children or both (hasValue() or (children().count() > id.count())) |
| 284. Composition.relatesTo:specificationOfSucceedingRecommendation.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 286. Composition.relatesTo:specificationOfSucceedingRecommendation.extension | |
| Definition | An Extension |
| Short | Extension |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.relatesTo.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 288. Composition.relatesTo:specificationOfSucceedingRecommendation.extension:classifier | |
| Slice Name | classifier |
| Definition | Provides additional classifiers of the related artifact. |
| Short | Additional classifiers for RelatedArtifacts |
| Control | 0..1 |
| Type | Extension(RelatesTo Classifier) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 290. Composition.relatesTo:specificationOfSucceedingRecommendation.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 292. Composition.relatesTo:specificationOfSucceedingRecommendation.type | |
| Definition | The type of relationship to the related artifact. |
| Short | documentation | justification | predecessor | successor | derived-from | depends-on | composed-of | part-of | amends | amended-with | appends | appended-with | cites | cited-by | comments-on | comment-in | contains | contained-in | corrects | correction-in | replaces | replaced-with | retracts | retracted-by | signs | similar-to | supports | supported-with | transforms | transformed-into | transformed-with | specification-of | created-with | cite-as | summarizes |
| Control | 1..1 |
| Binding | The codes SHALL be taken from ArtifactRelationshipType (required to http://hl7.org/fhir/ValueSet/artifact-relationship-type|6.0.0-ballot3)The type of relationship to the related artifact. |
| Type | code |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Pattern Value | successor |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 294. Composition.relatesTo:specificationOfSucceedingRecommendation.target[x] | |
| Definition | The artifact that is related to this Composition Resource. |
| Short | The artifact that is related to this Composition |
| Control | 1..1 |
| Type | Reference(Resource) |
| [x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.relatesTo.target[x]. The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
| 296. Composition.relatesTo:specificationOfSucceedingRecommendation.target[x]:targetReference | |
| Slice Name | targetReference |
| Definition | The artifact that is related to this Composition Resource. |
| Short | The artifact that is related to this Composition |
| Control | 1..1 |
| Type | Reference(Recommendation) |
| [x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 298. Composition.relatesTo:replacesRecommendation | |
| Slice Name | replacesRecommendation |
| Definition | Relationships that this composition has with other compositions or documents (FHIR or non-FHIR resources) that already exist. |
| Short | Relationships to other compositions/documents |
| Comments | To reference (using relatesTo) a Bundle of type "document" or another Composition where you only have the identifier, use a targetReference with an identifier.
|
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children or both (hasValue() or (children().count() > id.count())) |
| 300. Composition.relatesTo:replacesRecommendation.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 302. Composition.relatesTo:replacesRecommendation.extension | |
| Definition | An Extension |
| Short | Extension |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.relatesTo.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 304. Composition.relatesTo:replacesRecommendation.extension:classifier | |
| Slice Name | classifier |
| Definition | Provides additional classifiers of the related artifact. |
| Short | Additional classifiers for RelatedArtifacts |
| Control | 0..1 |
| Type | Extension(RelatesTo Classifier) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 306. Composition.relatesTo:replacesRecommendation.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 308. Composition.relatesTo:replacesRecommendation.type | |
| Definition | The type of relationship to the related artifact. |
| Short | documentation | justification | predecessor | successor | derived-from | depends-on | composed-of | part-of | amends | amended-with | appends | appended-with | cites | cited-by | comments-on | comment-in | contains | contained-in | corrects | correction-in | replaces | replaced-with | retracts | retracted-by | signs | similar-to | supports | supported-with | transforms | transformed-into | transformed-with | specification-of | created-with | cite-as | summarizes |
| Control | 1..1 |
| Binding | The codes SHALL be taken from ArtifactRelationshipType (required to http://hl7.org/fhir/ValueSet/artifact-relationship-type|6.0.0-ballot3)The type of relationship to the related artifact. |
| Type | code |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Pattern Value | replaces |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 310. Composition.relatesTo:replacesRecommendation.target[x] | |
| Definition | The artifact that is related to this Composition Resource. |
| Short | The artifact that is related to this Composition |
| Control | 1..1 |
| Type | Reference(Resource) |
| [x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.relatesTo.target[x]. The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
| 312. Composition.relatesTo:replacesRecommendation.target[x]:targetReference | |
| Slice Name | targetReference |
| Definition | The artifact that is related to this Composition Resource. |
| Short | The artifact that is related to this Composition |
| Control | 1..1 |
| Type | Reference(Recommendation) |
| [x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 314. Composition.event | |
| Definition | The clinical service, such as a colonoscopy or an appendectomy, being documented. |
| Short | The clinical service(s) being documented |
| Comments | The event needs to be consistent with the type element, though can provide further information if desired. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | true |
| Requirements | Provides context for the composition and creates a linkage between a resource describing an event and the composition created describing the event. |
| Invariants | ele-1: All FHIR elements must have a @value or children or both (hasValue() or (children().count() > id.count())) |
| 316. Composition.event.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 318. Composition.event.extension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | Additional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 320. Composition.event.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 322. Composition.event.period | |
| Definition | The period of time covered by the documentation. There is no assertion that the documentation is a complete representation for this period, only that it documents events during this time. |
| Short | The period covered by the documentation |
| Control | 0..1 |
| Type | Period |
| Is Modifier | false |
| Must Support | false |
| Summary | true |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 324. Composition.event.detail | |
| Definition | Represents the main clinical acts, such as a colonoscopy or an appendectomy, being documented. In some cases, the event is inherent in the typeCode, such as a "History and Physical Report" in which case the procedure being documented is necessarily a "History and Physical" act. The events may be included as a code or as a reference to an other resource. |
| Short | The event(s) being documented, as code(s), reference(s), or both |
| Comments | An event can further specialize the act inherent in the typeCode, such as where it is simply "Procedure Report" and the procedure was a "colonoscopy". If one or more events are included, they SHALL NOT conflict with the values inherent in the classCode, practiceSettingCode or typeCode, as such a conflict would create an ambiguous situation. This short list of codes is provided to be used as key words for certain types of queries. |
| Control | 0..* |
| Binding | For example codes, see v3 Code System ActCode (example to http://terminology.hl7.org/ValueSet/v3-ActCode)This list of codes represents the main clinical acts being documented. |
| Type | CodeableReference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | true |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 326. Composition.section | |
| Definition | The root of the sections that make up the composition. |
| Short | Composition is broken into sections |
| Control | 1..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())cmp-2: A section can only have an emptyReason if no entries are included ( emptyReason.empty() or entry.empty())ele-1: All FHIR elements must have a @value or children or both ( hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section. The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
| 328. Composition.section.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 330. Composition.section.extension | |
| Definition | An Extension |
| Short | Extension |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 332. Composition.section.extension:intendedAudience | |
| Slice Name | intendedAudience |
| Definition | Target audience for the section |
| Short | Intended Audience |
| Comments | Indicates who the content of the section is aimed at |
| Control | 0..* |
| Type | Extension(Section Intended Audience) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 334. Composition.section.extension:versionStatus | |
| Slice Name | versionStatus |
| Definition | Indicates the status of a recommendation in the context of a newer version of the guideline. |
| Short | Version status of recommendation |
| Comments | Supports tracking how a recommendation evolved in the new version of the guideline. |
| Control | 0..1 |
| Type | Extension(Recommendation Version Status) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 336. Composition.section.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 338. Composition.section.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 340. Composition.section.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 0..1 |
| Binding | Unless not suitable, these codes SHALL be taken from Guideline Sections (extensible to http://fhir.awmf.org/awmf.ig/ValueSet/vs-guideline-sections) |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 342. Composition.section.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 344. Composition.section.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 346. Composition.section.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 348. Composition.section.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 350. Composition.section.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 352. Composition.section.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 354. Composition.section.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 356. Composition.section:summary | |
| Slice Name | summary |
| Definition | The root of the sections that make up the composition. |
| Short | Composition is broken into sections |
| Control | 0..0 |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())cmp-2: A section can only have an emptyReason if no entries are included ( emptyReason.empty() or entry.empty())ele-1: All FHIR elements must have a @value or children or both ( hasValue() or (children().count() > id.count())) |
| 376. Composition.section:introduction | |
| Slice Name | introduction |
| Definition | The root of the sections that make up the composition. |
| Short | Composition is broken into sections |
| Control | 0..1 |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | true |
| Summary | false |
| Invariants | cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())cmp-2: A section can only have an emptyReason if no entries are included ( emptyReason.empty() or entry.empty())ele-1: All FHIR elements must have a @value or children or both ( hasValue() or (children().count() > id.count())) |
| 378. Composition.section:introduction.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 380. Composition.section:introduction.extension | |
| Definition | An Extension |
| Short | Extension |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 382. Composition.section:introduction.extension:intendedAudience | |
| Slice Name | intendedAudience |
| Definition | Target audience for the section |
| Short | Intended Audience |
| Comments | Indicates who the content of the section is aimed at |
| Control | 0..* |
| Type | Extension(Section Intended Audience) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 384. Composition.section:introduction.extension:versionStatus | |
| Slice Name | versionStatus |
| Definition | Indicates the status of a recommendation in the context of a newer version of the guideline. |
| Short | Version status of recommendation |
| Comments | Supports tracking how a recommendation evolved in the new version of the guideline. |
| Control | 0..1 |
| Type | Extension(Recommendation Version Status) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 386. Composition.section:introduction.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 388. Composition.section:introduction.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 390. Composition.section:introduction.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 1..1 |
| Binding | Unless not suitable, these codes SHALL be taken from Guideline Sections (extensible to http://fhir.awmf.org/awmf.ig/ValueSet/vs-guideline-sections) |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 392. Composition.section:introduction.code.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | id |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 394. Composition.section:introduction.code.extension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | Additional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.code.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 396. Composition.section:introduction.code.coding | |
| Definition | A reference to a code defined by a terminology system. |
| Short | Code defined by a terminology system |
| Comments | Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. |
| Control | 1..1 |
| Type | Coding |
| Is Modifier | false |
| Summary | false |
| Requirements | Allows for alternative encodings within a code system, and translations to other code systems. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 398. Composition.section:introduction.code.text | |
| Definition | A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user. |
| Short | Plain text representation of the concept |
| Comments | Very often the text is the same as a displayName of one of the codings. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Summary | false |
| Requirements | The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 400. Composition.section:introduction.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 402. Composition.section:introduction.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 404. Composition.section:introduction.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 406. Composition.section:introduction.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 408. Composition.section:introduction.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 410. Composition.section:introduction.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 412. Composition.section:introduction.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 414. Composition.section:discussion | |
| Slice Name | discussion |
| Definition | The root of the sections that make up the composition. |
| Short | Composition is broken into sections |
| Control | 0..1 |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | true |
| Summary | false |
| Invariants | cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())cmp-2: A section can only have an emptyReason if no entries are included ( emptyReason.empty() or entry.empty())ele-1: All FHIR elements must have a @value or children or both ( hasValue() or (children().count() > id.count())) |
| 416. Composition.section:discussion.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 418. Composition.section:discussion.extension | |
| Definition | An Extension |
| Short | Extension |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 420. Composition.section:discussion.extension:intendedAudience | |
| Slice Name | intendedAudience |
| Definition | Target audience for the section |
| Short | Intended Audience |
| Comments | Indicates who the content of the section is aimed at |
| Control | 0..* |
| Type | Extension(Section Intended Audience) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 422. Composition.section:discussion.extension:versionStatus | |
| Slice Name | versionStatus |
| Definition | Indicates the status of a recommendation in the context of a newer version of the guideline. |
| Short | Version status of recommendation |
| Comments | Supports tracking how a recommendation evolved in the new version of the guideline. |
| Control | 0..1 |
| Type | Extension(Recommendation Version Status) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 424. Composition.section:discussion.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 426. Composition.section:discussion.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 428. Composition.section:discussion.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 1..1 |
| Binding | Unless not suitable, these codes SHALL be taken from Guideline Sections (extensible to http://fhir.awmf.org/awmf.ig/ValueSet/vs-guideline-sections) |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 430. Composition.section:discussion.code.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | id |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 432. Composition.section:discussion.code.extension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | Additional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.code.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 434. Composition.section:discussion.code.coding | |
| Definition | A reference to a code defined by a terminology system. |
| Short | Code defined by a terminology system |
| Comments | Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. |
| Control | 1..1 |
| Type | Coding |
| Is Modifier | false |
| Summary | false |
| Requirements | Allows for alternative encodings within a code system, and translations to other code systems. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 436. Composition.section:discussion.code.text | |
| Definition | A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user. |
| Short | Plain text representation of the concept |
| Comments | Very often the text is the same as a displayName of one of the codings. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Summary | false |
| Requirements | The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 438. Composition.section:discussion.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 440. Composition.section:discussion.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 442. Composition.section:discussion.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 444. Composition.section:discussion.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 446. Composition.section:discussion.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 448. Composition.section:discussion.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 450. Composition.section:discussion.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 452. Composition.section:methods | |
| Slice Name | methods |
| Definition | The root of the sections that make up the composition. |
| Short | Composition is broken into sections |
| Control | 0..1 |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | true |
| Summary | false |
| Invariants | cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())cmp-2: A section can only have an emptyReason if no entries are included ( emptyReason.empty() or entry.empty())ele-1: All FHIR elements must have a @value or children or both ( hasValue() or (children().count() > id.count())) |
| 454. Composition.section:methods.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 456. Composition.section:methods.extension | |
| Definition | An Extension |
| Short | Extension |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 458. Composition.section:methods.extension:intendedAudience | |
| Slice Name | intendedAudience |
| Definition | Target audience for the section |
| Short | Intended Audience |
| Comments | Indicates who the content of the section is aimed at |
| Control | 0..* |
| Type | Extension(Section Intended Audience) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 460. Composition.section:methods.extension:versionStatus | |
| Slice Name | versionStatus |
| Definition | Indicates the status of a recommendation in the context of a newer version of the guideline. |
| Short | Version status of recommendation |
| Comments | Supports tracking how a recommendation evolved in the new version of the guideline. |
| Control | 0..1 |
| Type | Extension(Recommendation Version Status) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 462. Composition.section:methods.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 464. Composition.section:methods.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 466. Composition.section:methods.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 1..1 |
| Binding | Unless not suitable, these codes SHALL be taken from Guideline Sections (extensible to http://fhir.awmf.org/awmf.ig/ValueSet/vs-guideline-sections) |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 468. Composition.section:methods.code.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | id |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 470. Composition.section:methods.code.extension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | Additional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.code.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 472. Composition.section:methods.code.coding | |
| Definition | A reference to a code defined by a terminology system. |
| Short | Code defined by a terminology system |
| Comments | Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. |
| Control | 1..1 |
| Type | Coding |
| Is Modifier | false |
| Summary | false |
| Requirements | Allows for alternative encodings within a code system, and translations to other code systems. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 474. Composition.section:methods.code.text | |
| Definition | A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user. |
| Short | Plain text representation of the concept |
| Comments | Very often the text is the same as a displayName of one of the codings. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Summary | false |
| Requirements | The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 476. Composition.section:methods.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 478. Composition.section:methods.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 480. Composition.section:methods.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 482. Composition.section:methods.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 484. Composition.section:methods.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 486. Composition.section:methods.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 488. Composition.section:methods.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 490. Composition.section:references | |
| Slice Name | references |
| Definition | The root of the sections that make up the composition. |
| Short | Composition is broken into sections |
| Control | 0..1 |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | true |
| Summary | false |
| Invariants | cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())cmp-2: A section can only have an emptyReason if no entries are included ( emptyReason.empty() or entry.empty())ele-1: All FHIR elements must have a @value or children or both ( hasValue() or (children().count() > id.count())) |
| 492. Composition.section:references.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 494. Composition.section:references.extension | |
| Definition | An Extension |
| Short | Extension |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 496. Composition.section:references.extension:intendedAudience | |
| Slice Name | intendedAudience |
| Definition | Target audience for the section |
| Short | Intended Audience |
| Comments | Indicates who the content of the section is aimed at |
| Control | 0..* |
| Type | Extension(Section Intended Audience) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 498. Composition.section:references.extension:versionStatus | |
| Slice Name | versionStatus |
| Definition | Indicates the status of a recommendation in the context of a newer version of the guideline. |
| Short | Version status of recommendation |
| Comments | Supports tracking how a recommendation evolved in the new version of the guideline. |
| Control | 0..1 |
| Type | Extension(Recommendation Version Status) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 500. Composition.section:references.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 502. Composition.section:references.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 504. Composition.section:references.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 1..1 |
| Binding | Unless not suitable, these codes SHALL be taken from Guideline Sections (extensible to http://fhir.awmf.org/awmf.ig/ValueSet/vs-guideline-sections) |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 506. Composition.section:references.code.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | id |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 508. Composition.section:references.code.extension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | Additional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.code.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 510. Composition.section:references.code.coding | |
| Definition | A reference to a code defined by a terminology system. |
| Short | Code defined by a terminology system |
| Comments | Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. |
| Control | 1..1 |
| Type | Coding |
| Is Modifier | false |
| Summary | false |
| Requirements | Allows for alternative encodings within a code system, and translations to other code systems. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 512. Composition.section:references.code.text | |
| Definition | A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user. |
| Short | Plain text representation of the concept |
| Comments | Very often the text is the same as a displayName of one of the codings. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Summary | false |
| Requirements | The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 514. Composition.section:references.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 516. Composition.section:references.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 518. Composition.section:references.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 520. Composition.section:references.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 522. Composition.section:references.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Citation) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 524. Composition.section:references.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 526. Composition.section:references.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 528. Composition.section:competingInterests | |
| Slice Name | competingInterests |
| Definition | The root of the sections that make up the composition. |
| Short | Composition is broken into sections |
| Control | 0..1 |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | true |
| Summary | false |
| Invariants | cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())cmp-2: A section can only have an emptyReason if no entries are included ( emptyReason.empty() or entry.empty())ele-1: All FHIR elements must have a @value or children or both ( hasValue() or (children().count() > id.count())) |
| 530. Composition.section:competingInterests.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 532. Composition.section:competingInterests.extension | |
| Definition | An Extension |
| Short | Extension |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 534. Composition.section:competingInterests.extension:intendedAudience | |
| Slice Name | intendedAudience |
| Definition | Target audience for the section |
| Short | Intended Audience |
| Comments | Indicates who the content of the section is aimed at |
| Control | 0..* |
| Type | Extension(Section Intended Audience) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 536. Composition.section:competingInterests.extension:versionStatus | |
| Slice Name | versionStatus |
| Definition | Indicates the status of a recommendation in the context of a newer version of the guideline. |
| Short | Version status of recommendation |
| Comments | Supports tracking how a recommendation evolved in the new version of the guideline. |
| Control | 0..1 |
| Type | Extension(Recommendation Version Status) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 538. Composition.section:competingInterests.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 540. Composition.section:competingInterests.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 542. Composition.section:competingInterests.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 1..1 |
| Binding | Unless not suitable, these codes SHALL be taken from Guideline Sections (extensible to http://fhir.awmf.org/awmf.ig/ValueSet/vs-guideline-sections) |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 544. Composition.section:competingInterests.code.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | id |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 546. Composition.section:competingInterests.code.extension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | Additional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.code.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 548. Composition.section:competingInterests.code.coding | |
| Definition | A reference to a code defined by a terminology system. |
| Short | Code defined by a terminology system |
| Comments | Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. |
| Control | 1..1 |
| Type | Coding |
| Is Modifier | false |
| Summary | false |
| Requirements | Allows for alternative encodings within a code system, and translations to other code systems. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 550. Composition.section:competingInterests.code.text | |
| Definition | A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user. |
| Short | Plain text representation of the concept |
| Comments | Very often the text is the same as a displayName of one of the codings. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Summary | false |
| Requirements | The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 552. Composition.section:competingInterests.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 554. Composition.section:competingInterests.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 556. Composition.section:competingInterests.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 558. Composition.section:competingInterests.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 560. Composition.section:competingInterests.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 562. Composition.section:competingInterests.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 564. Composition.section:competingInterests.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 566. Composition.section:acknowledgements | |
| Slice Name | acknowledgements |
| Definition | The root of the sections that make up the composition. |
| Short | Composition is broken into sections |
| Control | 0..1 |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | true |
| Summary | false |
| Invariants | cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())cmp-2: A section can only have an emptyReason if no entries are included ( emptyReason.empty() or entry.empty())ele-1: All FHIR elements must have a @value or children or both ( hasValue() or (children().count() > id.count())) |
| 568. Composition.section:acknowledgements.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 570. Composition.section:acknowledgements.extension | |
| Definition | An Extension |
| Short | Extension |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 572. Composition.section:acknowledgements.extension:intendedAudience | |
| Slice Name | intendedAudience |
| Definition | Target audience for the section |
| Short | Intended Audience |
| Comments | Indicates who the content of the section is aimed at |
| Control | 0..* |
| Type | Extension(Section Intended Audience) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 574. Composition.section:acknowledgements.extension:versionStatus | |
| Slice Name | versionStatus |
| Definition | Indicates the status of a recommendation in the context of a newer version of the guideline. |
| Short | Version status of recommendation |
| Comments | Supports tracking how a recommendation evolved in the new version of the guideline. |
| Control | 0..1 |
| Type | Extension(Recommendation Version Status) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 576. Composition.section:acknowledgements.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 578. Composition.section:acknowledgements.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 580. Composition.section:acknowledgements.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 1..1 |
| Binding | Unless not suitable, these codes SHALL be taken from Guideline Sections (extensible to http://fhir.awmf.org/awmf.ig/ValueSet/vs-guideline-sections) |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 582. Composition.section:acknowledgements.code.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | id |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 584. Composition.section:acknowledgements.code.extension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | Additional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.code.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 586. Composition.section:acknowledgements.code.coding | |
| Definition | A reference to a code defined by a terminology system. |
| Short | Code defined by a terminology system |
| Comments | Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. |
| Control | 1..1 |
| Type | Coding |
| Is Modifier | false |
| Summary | false |
| Requirements | Allows for alternative encodings within a code system, and translations to other code systems. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 588. Composition.section:acknowledgements.code.text | |
| Definition | A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user. |
| Short | Plain text representation of the concept |
| Comments | Very often the text is the same as a displayName of one of the codings. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Summary | false |
| Requirements | The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 590. Composition.section:acknowledgements.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 592. Composition.section:acknowledgements.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 594. Composition.section:acknowledgements.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 596. Composition.section:acknowledgements.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 598. Composition.section:acknowledgements.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 600. Composition.section:acknowledgements.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 602. Composition.section:acknowledgements.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 604. Composition.section:appendices | |
| Slice Name | appendices |
| Definition | The root of the sections that make up the composition. |
| Short | Composition is broken into sections |
| Control | 0..1 |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | true |
| Summary | false |
| Invariants | cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())cmp-2: A section can only have an emptyReason if no entries are included ( emptyReason.empty() or entry.empty())ele-1: All FHIR elements must have a @value or children or both ( hasValue() or (children().count() > id.count())) |
| 606. Composition.section:appendices.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 608. Composition.section:appendices.extension | |
| Definition | An Extension |
| Short | Extension |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 610. Composition.section:appendices.extension:intendedAudience | |
| Slice Name | intendedAudience |
| Definition | Target audience for the section |
| Short | Intended Audience |
| Comments | Indicates who the content of the section is aimed at |
| Control | 0..* |
| Type | Extension(Section Intended Audience) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 612. Composition.section:appendices.extension:versionStatus | |
| Slice Name | versionStatus |
| Definition | Indicates the status of a recommendation in the context of a newer version of the guideline. |
| Short | Version status of recommendation |
| Comments | Supports tracking how a recommendation evolved in the new version of the guideline. |
| Control | 0..1 |
| Type | Extension(Recommendation Version Status) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 614. Composition.section:appendices.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 616. Composition.section:appendices.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 618. Composition.section:appendices.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 1..1 |
| Binding | Unless not suitable, these codes SHALL be taken from Guideline Sections (extensible to http://fhir.awmf.org/awmf.ig/ValueSet/vs-guideline-sections) |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 620. Composition.section:appendices.code.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | id |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 622. Composition.section:appendices.code.extension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | Additional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.code.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 624. Composition.section:appendices.code.coding | |
| Definition | A reference to a code defined by a terminology system. |
| Short | Code defined by a terminology system |
| Comments | Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. |
| Control | 1..1 |
| Type | Coding |
| Is Modifier | false |
| Summary | false |
| Requirements | Allows for alternative encodings within a code system, and translations to other code systems. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 626. Composition.section:appendices.code.text | |
| Definition | A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user. |
| Short | Plain text representation of the concept |
| Comments | Very often the text is the same as a displayName of one of the codings. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Summary | false |
| Requirements | The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 628. Composition.section:appendices.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 630. Composition.section:appendices.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 632. Composition.section:appendices.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 634. Composition.section:appendices.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 636. Composition.section:appendices.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 638. Composition.section:appendices.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 640. Composition.section:appendices.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 642. Composition.section:recommendationStatement | |
| Slice Name | recommendationStatement |
| Definition | The root of the sections that make up the composition. |
| Short | Composition is broken into sections |
| Control | 1..1 |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | true |
| Summary | false |
| Invariants | cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())cmp-2: A section can only have an emptyReason if no entries are included ( emptyReason.empty() or entry.empty())ele-1: All FHIR elements must have a @value or children or both ( hasValue() or (children().count() > id.count())) |
| 644. Composition.section:recommendationStatement.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 646. Composition.section:recommendationStatement.extension | |
| Definition | An Extension |
| Short | Extension |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 648. Composition.section:recommendationStatement.extension:intendedAudience | |
| Slice Name | intendedAudience |
| Definition | Target audience for the section |
| Short | Intended Audience |
| Comments | Indicates who the content of the section is aimed at |
| Control | 0..* |
| Type | Extension(Section Intended Audience) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 650. Composition.section:recommendationStatement.extension:versionStatus | |
| Slice Name | versionStatus |
| Definition | Indicates the status of a recommendation in the context of a newer version of the guideline. |
| Short | Version status of recommendation |
| Comments | Supports tracking how a recommendation evolved in the new version of the guideline. |
| Control | 0..1 |
| Type | Extension(Recommendation Version Status) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 652. Composition.section:recommendationStatement.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 654. Composition.section:recommendationStatement.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 656. Composition.section:recommendationStatement.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 1..1 |
| Binding | Unless not suitable, these codes SHALL be taken from Guideline Sections (extensible to http://fhir.awmf.org/awmf.ig/ValueSet/vs-guideline-sections) |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 658. Composition.section:recommendationStatement.code.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | id |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 660. Composition.section:recommendationStatement.code.extension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | Additional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.code.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 662. Composition.section:recommendationStatement.code.coding | |
| Definition | A reference to a code defined by a terminology system. |
| Short | Code defined by a terminology system |
| Comments | Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. |
| Control | 1..1 |
| Type | Coding |
| Is Modifier | false |
| Summary | false |
| Requirements | Allows for alternative encodings within a code system, and translations to other code systems. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 664. Composition.section:recommendationStatement.code.text | |
| Definition | A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user. |
| Short | Plain text representation of the concept |
| Comments | Very often the text is the same as a displayName of one of the codings. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Summary | false |
| Requirements | The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 666. Composition.section:recommendationStatement.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 668. Composition.section:recommendationStatement.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 670. Composition.section:recommendationStatement.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 672. Composition.section:recommendationStatement.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 674. Composition.section:recommendationStatement.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 676. Composition.section:recommendationStatement.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 678. Composition.section:recommendationStatement.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section. The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
| 680. Composition.section:recommendationStatement.section.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 682. Composition.section:recommendationStatement.section.extension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | Additional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 684. Composition.section:recommendationStatement.section.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 686. Composition.section:recommendationStatement.section.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 688. Composition.section:recommendationStatement.section.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 0..1 |
| Binding | Unless not suitable, these codes SHALL be taken from EvidenceReportSectionCode Value Set (extensible to https://fevir.net/resources/ValueSet/179431) |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 690. Composition.section:recommendationStatement.section.code.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | id |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 692. Composition.section:recommendationStatement.section.code.extension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | Additional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section:recommendationStatement.section.code.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 694. Composition.section:recommendationStatement.section.code.coding | |
| Definition | A reference to a code defined by a terminology system. |
| Short | Code defined by a terminology system |
| Comments | Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. |
| Control | 1..1 |
| Type | Coding |
| Is Modifier | false |
| Summary | false |
| Requirements | Allows for alternative encodings within a code system, and translations to other code systems. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 696. Composition.section:recommendationStatement.section.code.text | |
| Definition | A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user. |
| Short | Plain text representation of the concept |
| Comments | Very often the text is the same as a displayName of one of the codings. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Summary | false |
| Requirements | The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 698. Composition.section:recommendationStatement.section.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 700. Composition.section:recommendationStatement.section.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 702. Composition.section:recommendationStatement.section.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 704. Composition.section:recommendationStatement.section.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 706. Composition.section:recommendationStatement.section.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 708. Composition.section:recommendationStatement.section.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 710. Composition.section:recommendationStatement.section.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 712. Composition.section:recommendationStatement.section:language | |
| Slice Name | language |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 714. Composition.section:recommendationStatement.section:language.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 716. Composition.section:recommendationStatement.section:language.extension | |
| Definition | An Extension |
| Short | Extension |
| Control | 1..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 718. Composition.section:recommendationStatement.section:language.extension:language | |
| Slice Name | language |
| Definition | The Language of the Section. |
| Short | Language for the Section |
| Comments | This is used where an item may repeat to indicate the language of each repeat. |
| Control | 1..1 |
| Type | Extension(Section Language) (Extension Type: code) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 720. Composition.section:recommendationStatement.section:language.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 722. Composition.section:recommendationStatement.section:language.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 724. Composition.section:recommendationStatement.section:language.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 1..1 |
| Binding | For example codes, see DocumentSectionCodes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 726. Composition.section:recommendationStatement.section:language.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 728. Composition.section:recommendationStatement.section:language.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 730. Composition.section:recommendationStatement.section:language.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 732. Composition.section:recommendationStatement.section:language.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 734. Composition.section:recommendationStatement.section:language.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 736. Composition.section:recommendationStatement.section:language.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 738. Composition.section:recommendationStatement.section:language.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..0 |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 740. Composition.section:recommendationStatement.section:@default | |
| Slice Name | @default |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 742. Composition.section:recommendationStatement.section:@default.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 744. Composition.section:recommendationStatement.section:@default.extension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | Additional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 746. Composition.section:recommendationStatement.section:@default.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 748. Composition.section:recommendationStatement.section:@default.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 750. Composition.section:recommendationStatement.section:@default.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 1..1 |
| Binding | For example codes, see DocumentSectionCodes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 752. Composition.section:recommendationStatement.section:@default.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 754. Composition.section:recommendationStatement.section:@default.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 756. Composition.section:recommendationStatement.section:@default.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 758. Composition.section:recommendationStatement.section:@default.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 760. Composition.section:recommendationStatement.section:@default.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 762. Composition.section:recommendationStatement.section:@default.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 764. Composition.section:recommendationStatement.section:@default.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 766. Composition.section:ratings | |
| Slice Name | ratings |
| Definition | The root of the sections that make up the composition. |
| Short | Composition is broken into sections |
| Control | 0..1 |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())cmp-2: A section can only have an emptyReason if no entries are included ( emptyReason.empty() or entry.empty())ele-1: All FHIR elements must have a @value or children or both ( hasValue() or (children().count() > id.count())) |
| 768. Composition.section:ratings.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 770. Composition.section:ratings.extension | |
| Definition | An Extension |
| Short | Extension |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 772. Composition.section:ratings.extension:intendedAudience | |
| Slice Name | intendedAudience |
| Definition | Target audience for the section |
| Short | Intended Audience |
| Comments | Indicates who the content of the section is aimed at |
| Control | 0..* |
| Type | Extension(Section Intended Audience) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 774. Composition.section:ratings.extension:versionStatus | |
| Slice Name | versionStatus |
| Definition | Indicates the status of a recommendation in the context of a newer version of the guideline. |
| Short | Version status of recommendation |
| Comments | Supports tracking how a recommendation evolved in the new version of the guideline. |
| Control | 0..1 |
| Type | Extension(Recommendation Version Status) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 776. Composition.section:ratings.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 778. Composition.section:ratings.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 780. Composition.section:ratings.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 1..1 |
| Binding | Unless not suitable, these codes SHALL be taken from Guideline Sections (extensible to http://fhir.awmf.org/awmf.ig/ValueSet/vs-guideline-sections) |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 782. Composition.section:ratings.code.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | id |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 784. Composition.section:ratings.code.extension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | Additional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.code.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 786. Composition.section:ratings.code.coding | |
| Definition | A reference to a code defined by a terminology system. |
| Short | Code defined by a terminology system |
| Comments | Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. |
| Control | 1..1 |
| Type | Coding |
| Is Modifier | false |
| Summary | false |
| Requirements | Allows for alternative encodings within a code system, and translations to other code systems. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 788. Composition.section:ratings.code.text | |
| Definition | A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user. |
| Short | Plain text representation of the concept |
| Comments | Very often the text is the same as a displayName of one of the codings. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Summary | false |
| Requirements | The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 790. Composition.section:ratings.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 792. Composition.section:ratings.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 794. Composition.section:ratings.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 796. Composition.section:ratings.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 798. Composition.section:ratings.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Recommendation Justification) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 800. Composition.section:ratings.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 802. Composition.section:ratings.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 804. Composition.section:population | |
| Slice Name | population |
| Definition | The root of the sections that make up the composition. |
| Short | Composition is broken into sections |
| Control | 0..1 |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())cmp-2: A section can only have an emptyReason if no entries are included ( emptyReason.empty() or entry.empty())ele-1: All FHIR elements must have a @value or children or both ( hasValue() or (children().count() > id.count())) |
| 806. Composition.section:population.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 808. Composition.section:population.extension | |
| Definition | An Extension |
| Short | Extension |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 810. Composition.section:population.extension:intendedAudience | |
| Slice Name | intendedAudience |
| Definition | Target audience for the section |
| Short | Intended Audience |
| Comments | Indicates who the content of the section is aimed at |
| Control | 0..* |
| Type | Extension(Section Intended Audience) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 812. Composition.section:population.extension:versionStatus | |
| Slice Name | versionStatus |
| Definition | Indicates the status of a recommendation in the context of a newer version of the guideline. |
| Short | Version status of recommendation |
| Comments | Supports tracking how a recommendation evolved in the new version of the guideline. |
| Control | 0..1 |
| Type | Extension(Recommendation Version Status) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 814. Composition.section:population.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 816. Composition.section:population.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 818. Composition.section:population.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 1..1 |
| Binding | Unless not suitable, these codes SHALL be taken from Guideline Sections (extensible to http://fhir.awmf.org/awmf.ig/ValueSet/vs-guideline-sections) |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 820. Composition.section:population.code.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | id |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 822. Composition.section:population.code.extension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | Additional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.code.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 824. Composition.section:population.code.coding | |
| Definition | A reference to a code defined by a terminology system. |
| Short | Code defined by a terminology system |
| Comments | Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. |
| Control | 1..1 |
| Type | Coding |
| Is Modifier | false |
| Summary | false |
| Requirements | Allows for alternative encodings within a code system, and translations to other code systems. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 826. Composition.section:population.code.text | |
| Definition | A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user. |
| Short | Plain text representation of the concept |
| Comments | Very often the text is the same as a displayName of one of the codings. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Summary | false |
| Requirements | The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 828. Composition.section:population.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 830. Composition.section:population.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 832. Composition.section:population.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 834. Composition.section:population.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 836. Composition.section:population.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 838. Composition.section:population.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 840. Composition.section:population.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section. The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
| 842. Composition.section:population.section.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 844. Composition.section:population.section.extension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | Additional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 846. Composition.section:population.section.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 848. Composition.section:population.section.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 850. Composition.section:population.section.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 0..1 |
| Binding | Unless not suitable, these codes SHALL be taken from EvidenceReportSectionCode Value Set (extensible to https://fevir.net/resources/ValueSet/179431) |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 852. Composition.section:population.section.code.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | id |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 854. Composition.section:population.section.code.extension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | Additional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section:population.section.code.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 856. Composition.section:population.section.code.coding | |
| Definition | A reference to a code defined by a terminology system. |
| Short | Code defined by a terminology system |
| Comments | Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. |
| Control | 1..1 |
| Type | Coding |
| Is Modifier | false |
| Summary | false |
| Requirements | Allows for alternative encodings within a code system, and translations to other code systems. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 858. Composition.section:population.section.code.text | |
| Definition | A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user. |
| Short | Plain text representation of the concept |
| Comments | Very often the text is the same as a displayName of one of the codings. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Summary | false |
| Requirements | The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 860. Composition.section:population.section.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 862. Composition.section:population.section.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 864. Composition.section:population.section.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 866. Composition.section:population.section.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 868. Composition.section:population.section.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 870. Composition.section:population.section.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 872. Composition.section:population.section.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 874. Composition.section:population.section:language | |
| Slice Name | language |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 876. Composition.section:population.section:language.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 878. Composition.section:population.section:language.extension | |
| Definition | An Extension |
| Short | Extension |
| Control | 1..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 880. Composition.section:population.section:language.extension:language | |
| Slice Name | language |
| Definition | The Language of the Section. |
| Short | Language for the Section |
| Comments | This is used where an item may repeat to indicate the language of each repeat. |
| Control | 1..1 |
| Type | Extension(Section Language) (Extension Type: code) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 882. Composition.section:population.section:language.extension:keyword | |
| Slice Name | keyword |
| Definition | Keywords associated with the section |
| Short | Keyword |
| Comments | Keywords associated with the section |
| Control | 0..* |
| Type | Extension(Section Keyword) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 884. Composition.section:population.section:language.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 886. Composition.section:population.section:language.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 888. Composition.section:population.section:language.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 1..1 |
| Binding | For example codes, see DocumentSectionCodes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 890. Composition.section:population.section:language.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 892. Composition.section:population.section:language.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 894. Composition.section:population.section:language.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 896. Composition.section:population.section:language.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 898. Composition.section:population.section:language.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(EvidenceVariable, Group) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 900. Composition.section:population.section:language.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 902. Composition.section:population.section:language.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..0 |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 904. Composition.section:population.section:@default | |
| Slice Name | @default |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 906. Composition.section:population.section:@default.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 908. Composition.section:population.section:@default.extension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | Additional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 910. Composition.section:population.section:@default.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 912. Composition.section:population.section:@default.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 914. Composition.section:population.section:@default.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 1..1 |
| Binding | For example codes, see DocumentSectionCodes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 916. Composition.section:population.section:@default.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 918. Composition.section:population.section:@default.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 920. Composition.section:population.section:@default.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 922. Composition.section:population.section:@default.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 924. Composition.section:population.section:@default.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 926. Composition.section:population.section:@default.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 928. Composition.section:population.section:@default.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 930. Composition.section:action | |
| Slice Name | action |
| Definition | The root of the sections that make up the composition. |
| Short | Composition is broken into sections |
| Control | 0..1 |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())cmp-2: A section can only have an emptyReason if no entries are included ( emptyReason.empty() or entry.empty())ele-1: All FHIR elements must have a @value or children or both ( hasValue() or (children().count() > id.count())) |
| 932. Composition.section:action.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 934. Composition.section:action.extension | |
| Definition | An Extension |
| Short | Extension |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 936. Composition.section:action.extension:intendedAudience | |
| Slice Name | intendedAudience |
| Definition | Target audience for the section |
| Short | Intended Audience |
| Comments | Indicates who the content of the section is aimed at |
| Control | 0..* |
| Type | Extension(Section Intended Audience) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 938. Composition.section:action.extension:versionStatus | |
| Slice Name | versionStatus |
| Definition | Indicates the status of a recommendation in the context of a newer version of the guideline. |
| Short | Version status of recommendation |
| Comments | Supports tracking how a recommendation evolved in the new version of the guideline. |
| Control | 0..1 |
| Type | Extension(Recommendation Version Status) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 940. Composition.section:action.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 942. Composition.section:action.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 944. Composition.section:action.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 1..1 |
| Binding | Unless not suitable, these codes SHALL be taken from Guideline Sections (extensible to http://fhir.awmf.org/awmf.ig/ValueSet/vs-guideline-sections) |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 946. Composition.section:action.code.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | id |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 948. Composition.section:action.code.extension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | Additional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.code.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 950. Composition.section:action.code.coding | |
| Definition | A reference to a code defined by a terminology system. |
| Short | Code defined by a terminology system |
| Comments | Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. |
| Control | 1..1 |
| Type | Coding |
| Is Modifier | false |
| Summary | false |
| Requirements | Allows for alternative encodings within a code system, and translations to other code systems. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 952. Composition.section:action.code.text | |
| Definition | A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user. |
| Short | Plain text representation of the concept |
| Comments | Very often the text is the same as a displayName of one of the codings. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Summary | false |
| Requirements | The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 954. Composition.section:action.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 956. Composition.section:action.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 958. Composition.section:action.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 960. Composition.section:action.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 962. Composition.section:action.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 964. Composition.section:action.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 966. Composition.section:action.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section. The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
| 968. Composition.section:action.section.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 970. Composition.section:action.section.extension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | Additional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 972. Composition.section:action.section.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 974. Composition.section:action.section.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 976. Composition.section:action.section.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 0..1 |
| Binding | Unless not suitable, these codes SHALL be taken from EvidenceReportSectionCode Value Set (extensible to https://fevir.net/resources/ValueSet/179431) |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 978. Composition.section:action.section.code.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | id |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 980. Composition.section:action.section.code.extension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | Additional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section:action.section.code.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 982. Composition.section:action.section.code.coding | |
| Definition | A reference to a code defined by a terminology system. |
| Short | Code defined by a terminology system |
| Comments | Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. |
| Control | 1..1 |
| Type | Coding |
| Is Modifier | false |
| Summary | false |
| Requirements | Allows for alternative encodings within a code system, and translations to other code systems. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 984. Composition.section:action.section.code.text | |
| Definition | A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user. |
| Short | Plain text representation of the concept |
| Comments | Very often the text is the same as a displayName of one of the codings. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Summary | false |
| Requirements | The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 986. Composition.section:action.section.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 988. Composition.section:action.section.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 990. Composition.section:action.section.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 992. Composition.section:action.section.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 994. Composition.section:action.section.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 996. Composition.section:action.section.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 998. Composition.section:action.section.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1000. Composition.section:action.section:language | |
| Slice Name | language |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1002. Composition.section:action.section:language.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 1004. Composition.section:action.section:language.extension | |
| Definition | An Extension |
| Short | Extension |
| Control | 1..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 1006. Composition.section:action.section:language.extension:language | |
| Slice Name | language |
| Definition | The Language of the Section. |
| Short | Language for the Section |
| Comments | This is used where an item may repeat to indicate the language of each repeat. |
| Control | 1..1 |
| Type | Extension(Section Language) (Extension Type: code) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 1008. Composition.section:action.section:language.extension:keyword | |
| Slice Name | keyword |
| Definition | Keywords associated with the section |
| Short | Keyword |
| Comments | Keywords associated with the section |
| Control | 0..* |
| Type | Extension(Section Keyword) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 1010. Composition.section:action.section:language.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1012. Composition.section:action.section:language.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1014. Composition.section:action.section:language.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 1..1 |
| Binding | For example codes, see DocumentSectionCodes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1016. Composition.section:action.section:language.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1018. Composition.section:action.section:language.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1020. Composition.section:action.section:language.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1022. Composition.section:action.section:language.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1024. Composition.section:action.section:language.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(PlanDefinition) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1026. Composition.section:action.section:language.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1028. Composition.section:action.section:language.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..0 |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1030. Composition.section:action.section:@default | |
| Slice Name | @default |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1032. Composition.section:action.section:@default.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 1034. Composition.section:action.section:@default.extension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | Additional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1036. Composition.section:action.section:@default.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1038. Composition.section:action.section:@default.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1040. Composition.section:action.section:@default.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 1..1 |
| Binding | For example codes, see DocumentSectionCodes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1042. Composition.section:action.section:@default.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1044. Composition.section:action.section:@default.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1046. Composition.section:action.section:@default.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1048. Composition.section:action.section:@default.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1050. Composition.section:action.section:@default.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1052. Composition.section:action.section:@default.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1054. Composition.section:action.section:@default.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1056. Composition.section:oppositeAction | |
| Slice Name | oppositeAction |
| Definition | The root of the sections that make up the composition. |
| Short | Composition is broken into sections |
| Control | 0..1 |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())cmp-2: A section can only have an emptyReason if no entries are included ( emptyReason.empty() or entry.empty())ele-1: All FHIR elements must have a @value or children or both ( hasValue() or (children().count() > id.count())) |
| 1058. Composition.section:oppositeAction.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 1060. Composition.section:oppositeAction.extension | |
| Definition | An Extension |
| Short | Extension |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 1062. Composition.section:oppositeAction.extension:intendedAudience | |
| Slice Name | intendedAudience |
| Definition | Target audience for the section |
| Short | Intended Audience |
| Comments | Indicates who the content of the section is aimed at |
| Control | 0..* |
| Type | Extension(Section Intended Audience) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 1064. Composition.section:oppositeAction.extension:versionStatus | |
| Slice Name | versionStatus |
| Definition | Indicates the status of a recommendation in the context of a newer version of the guideline. |
| Short | Version status of recommendation |
| Comments | Supports tracking how a recommendation evolved in the new version of the guideline. |
| Control | 0..1 |
| Type | Extension(Recommendation Version Status) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 1066. Composition.section:oppositeAction.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1068. Composition.section:oppositeAction.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1070. Composition.section:oppositeAction.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 1..1 |
| Binding | Unless not suitable, these codes SHALL be taken from Guideline Sections (extensible to http://fhir.awmf.org/awmf.ig/ValueSet/vs-guideline-sections) |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1072. Composition.section:oppositeAction.code.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | id |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 1074. Composition.section:oppositeAction.code.extension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | Additional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.code.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 1076. Composition.section:oppositeAction.code.coding | |
| Definition | A reference to a code defined by a terminology system. |
| Short | Code defined by a terminology system |
| Comments | Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. |
| Control | 1..1 |
| Type | Coding |
| Is Modifier | false |
| Summary | false |
| Requirements | Allows for alternative encodings within a code system, and translations to other code systems. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1078. Composition.section:oppositeAction.code.text | |
| Definition | A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user. |
| Short | Plain text representation of the concept |
| Comments | Very often the text is the same as a displayName of one of the codings. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Summary | false |
| Requirements | The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1080. Composition.section:oppositeAction.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1082. Composition.section:oppositeAction.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1084. Composition.section:oppositeAction.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1086. Composition.section:oppositeAction.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1088. Composition.section:oppositeAction.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1090. Composition.section:oppositeAction.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1092. Composition.section:oppositeAction.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section. The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
| 1094. Composition.section:oppositeAction.section.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 1096. Composition.section:oppositeAction.section.extension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | Additional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1098. Composition.section:oppositeAction.section.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1100. Composition.section:oppositeAction.section.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1102. Composition.section:oppositeAction.section.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 0..1 |
| Binding | Unless not suitable, these codes SHALL be taken from EvidenceReportSectionCode Value Set (extensible to https://fevir.net/resources/ValueSet/179431) |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1104. Composition.section:oppositeAction.section.code.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | id |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 1106. Composition.section:oppositeAction.section.code.extension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | Additional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section:oppositeAction.section.code.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 1108. Composition.section:oppositeAction.section.code.coding | |
| Definition | A reference to a code defined by a terminology system. |
| Short | Code defined by a terminology system |
| Comments | Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. |
| Control | 1..1 |
| Type | Coding |
| Is Modifier | false |
| Summary | false |
| Requirements | Allows for alternative encodings within a code system, and translations to other code systems. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1110. Composition.section:oppositeAction.section.code.text | |
| Definition | A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user. |
| Short | Plain text representation of the concept |
| Comments | Very often the text is the same as a displayName of one of the codings. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Summary | false |
| Requirements | The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1112. Composition.section:oppositeAction.section.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1114. Composition.section:oppositeAction.section.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1116. Composition.section:oppositeAction.section.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1118. Composition.section:oppositeAction.section.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1120. Composition.section:oppositeAction.section.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1122. Composition.section:oppositeAction.section.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1124. Composition.section:oppositeAction.section.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1126. Composition.section:oppositeAction.section:language | |
| Slice Name | language |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1128. Composition.section:oppositeAction.section:language.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 1130. Composition.section:oppositeAction.section:language.extension | |
| Definition | An Extension |
| Short | Extension |
| Control | 1..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 1132. Composition.section:oppositeAction.section:language.extension:language | |
| Slice Name | language |
| Definition | The Language of the Section. |
| Short | Language for the Section |
| Comments | This is used where an item may repeat to indicate the language of each repeat. |
| Control | 1..1 |
| Type | Extension(Section Language) (Extension Type: code) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 1134. Composition.section:oppositeAction.section:language.extension:keyword | |
| Slice Name | keyword |
| Definition | Keywords associated with the section |
| Short | Keyword |
| Comments | Keywords associated with the section |
| Control | 0..* |
| Type | Extension(Section Keyword) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 1136. Composition.section:oppositeAction.section:language.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1138. Composition.section:oppositeAction.section:language.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1140. Composition.section:oppositeAction.section:language.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 1..1 |
| Binding | For example codes, see DocumentSectionCodes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1142. Composition.section:oppositeAction.section:language.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1144. Composition.section:oppositeAction.section:language.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1146. Composition.section:oppositeAction.section:language.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1148. Composition.section:oppositeAction.section:language.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1150. Composition.section:oppositeAction.section:language.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(PlanDefinition) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1152. Composition.section:oppositeAction.section:language.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1154. Composition.section:oppositeAction.section:language.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..0 |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1156. Composition.section:oppositeAction.section:@default | |
| Slice Name | @default |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1158. Composition.section:oppositeAction.section:@default.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 1160. Composition.section:oppositeAction.section:@default.extension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | Additional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1162. Composition.section:oppositeAction.section:@default.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1164. Composition.section:oppositeAction.section:@default.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1166. Composition.section:oppositeAction.section:@default.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 1..1 |
| Binding | For example codes, see DocumentSectionCodes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1168. Composition.section:oppositeAction.section:@default.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1170. Composition.section:oppositeAction.section:@default.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1172. Composition.section:oppositeAction.section:@default.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1174. Composition.section:oppositeAction.section:@default.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1176. Composition.section:oppositeAction.section:@default.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1178. Composition.section:oppositeAction.section:@default.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1180. Composition.section:oppositeAction.section:@default.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1182. Composition.section:evidence | |
| Slice Name | evidence |
| Definition | The root of the sections that make up the composition. |
| Short | Composition is broken into sections |
| Control | 0..1 |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | true |
| Summary | false |
| Invariants | cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())cmp-2: A section can only have an emptyReason if no entries are included ( emptyReason.empty() or entry.empty())ele-1: All FHIR elements must have a @value or children or both ( hasValue() or (children().count() > id.count())) |
| 1184. Composition.section:evidence.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 1186. Composition.section:evidence.extension | |
| Definition | An Extension |
| Short | Extension |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 1188. Composition.section:evidence.extension:intendedAudience | |
| Slice Name | intendedAudience |
| Definition | Target audience for the section |
| Short | Intended Audience |
| Comments | Indicates who the content of the section is aimed at |
| Control | 0..* |
| Type | Extension(Section Intended Audience) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 1190. Composition.section:evidence.extension:versionStatus | |
| Slice Name | versionStatus |
| Definition | Indicates the status of a recommendation in the context of a newer version of the guideline. |
| Short | Version status of recommendation |
| Comments | Supports tracking how a recommendation evolved in the new version of the guideline. |
| Control | 0..1 |
| Type | Extension(Recommendation Version Status) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 1192. Composition.section:evidence.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1194. Composition.section:evidence.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1196. Composition.section:evidence.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 1..1 |
| Binding | Unless not suitable, these codes SHALL be taken from Guideline Sections (extensible to http://fhir.awmf.org/awmf.ig/ValueSet/vs-guideline-sections) |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1198. Composition.section:evidence.code.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | id |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 1200. Composition.section:evidence.code.extension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | Additional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.code.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 1202. Composition.section:evidence.code.coding | |
| Definition | A reference to a code defined by a terminology system. |
| Short | Code defined by a terminology system |
| Comments | Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. |
| Control | 1..1 |
| Type | Coding |
| Is Modifier | false |
| Summary | false |
| Requirements | Allows for alternative encodings within a code system, and translations to other code systems. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1204. Composition.section:evidence.code.text | |
| Definition | A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user. |
| Short | Plain text representation of the concept |
| Comments | Very often the text is the same as a displayName of one of the codings. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Summary | false |
| Requirements | The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1206. Composition.section:evidence.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1208. Composition.section:evidence.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1210. Composition.section:evidence.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1212. Composition.section:evidence.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1214. Composition.section:evidence.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1216. Composition.section:evidence.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1218. Composition.section:evidence.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1220. Composition.section:justification | |
| Slice Name | justification |
| Definition | The root of the sections that make up the composition. |
| Short | Composition is broken into sections |
| Control | 0..1 |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | true |
| Summary | false |
| Invariants | cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())cmp-2: A section can only have an emptyReason if no entries are included ( emptyReason.empty() or entry.empty())ele-1: All FHIR elements must have a @value or children or both ( hasValue() or (children().count() > id.count())) |
| 1222. Composition.section:justification.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 1224. Composition.section:justification.extension | |
| Definition | An Extension |
| Short | Extension |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 1226. Composition.section:justification.extension:intendedAudience | |
| Slice Name | intendedAudience |
| Definition | Target audience for the section |
| Short | Intended Audience |
| Comments | Indicates who the content of the section is aimed at |
| Control | 0..* |
| Type | Extension(Section Intended Audience) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 1228. Composition.section:justification.extension:versionStatus | |
| Slice Name | versionStatus |
| Definition | Indicates the status of a recommendation in the context of a newer version of the guideline. |
| Short | Version status of recommendation |
| Comments | Supports tracking how a recommendation evolved in the new version of the guideline. |
| Control | 0..1 |
| Type | Extension(Recommendation Version Status) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 1230. Composition.section:justification.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1232. Composition.section:justification.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1234. Composition.section:justification.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 1..1 |
| Binding | Unless not suitable, these codes SHALL be taken from Guideline Sections (extensible to http://fhir.awmf.org/awmf.ig/ValueSet/vs-guideline-sections) |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1236. Composition.section:justification.code.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | id |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 1238. Composition.section:justification.code.extension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | Additional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.code.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 1240. Composition.section:justification.code.coding | |
| Definition | A reference to a code defined by a terminology system. |
| Short | Code defined by a terminology system |
| Comments | Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. |
| Control | 1..1 |
| Type | Coding |
| Is Modifier | false |
| Summary | false |
| Requirements | Allows for alternative encodings within a code system, and translations to other code systems. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1242. Composition.section:justification.code.text | |
| Definition | A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user. |
| Short | Plain text representation of the concept |
| Comments | Very often the text is the same as a displayName of one of the codings. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Summary | false |
| Requirements | The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1244. Composition.section:justification.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1246. Composition.section:justification.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1248. Composition.section:justification.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1250. Composition.section:justification.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1252. Composition.section:justification.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(RecommendationJustification) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1254. Composition.section:justification.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1256. Composition.section:justification.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1258. Composition.section:considerations | |
| Slice Name | considerations |
| Definition | The root of the sections that make up the composition. |
| Short | Composition is broken into sections |
| Control | 0..1 |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | true |
| Summary | false |
| Invariants | cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())cmp-2: A section can only have an emptyReason if no entries are included ( emptyReason.empty() or entry.empty())ele-1: All FHIR elements must have a @value or children or both ( hasValue() or (children().count() > id.count())) |
| 1260. Composition.section:considerations.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 1262. Composition.section:considerations.extension | |
| Definition | An Extension |
| Short | Extension |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 1264. Composition.section:considerations.extension:intendedAudience | |
| Slice Name | intendedAudience |
| Definition | Target audience for the section |
| Short | Intended Audience |
| Comments | Indicates who the content of the section is aimed at |
| Control | 0..* |
| Type | Extension(Section Intended Audience) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 1266. Composition.section:considerations.extension:versionStatus | |
| Slice Name | versionStatus |
| Definition | Indicates the status of a recommendation in the context of a newer version of the guideline. |
| Short | Version status of recommendation |
| Comments | Supports tracking how a recommendation evolved in the new version of the guideline. |
| Control | 0..1 |
| Type | Extension(Recommendation Version Status) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 1268. Composition.section:considerations.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1270. Composition.section:considerations.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1272. Composition.section:considerations.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 1..1 |
| Binding | Unless not suitable, these codes SHALL be taken from Guideline Sections (extensible to http://fhir.awmf.org/awmf.ig/ValueSet/vs-guideline-sections) |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1274. Composition.section:considerations.code.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | id |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 1276. Composition.section:considerations.code.extension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | Additional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.code.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 1278. Composition.section:considerations.code.coding | |
| Definition | A reference to a code defined by a terminology system. |
| Short | Code defined by a terminology system |
| Comments | Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. |
| Control | 1..1 |
| Type | Coding |
| Is Modifier | false |
| Summary | false |
| Requirements | Allows for alternative encodings within a code system, and translations to other code systems. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1280. Composition.section:considerations.code.text | |
| Definition | A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user. |
| Short | Plain text representation of the concept |
| Comments | Very often the text is the same as a displayName of one of the codings. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Summary | false |
| Requirements | The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1282. Composition.section:considerations.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1284. Composition.section:considerations.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1286. Composition.section:considerations.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1288. Composition.section:considerations.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1290. Composition.section:considerations.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1292. Composition.section:considerations.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1294. Composition.section:considerations.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1296. Composition.section:text | |
| Slice Name | text |
| Definition | The root of the sections that make up the composition. |
| Short | Composition is broken into sections |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | true |
| Summary | false |
| Invariants | cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())cmp-2: A section can only have an emptyReason if no entries are included ( emptyReason.empty() or entry.empty())ele-1: All FHIR elements must have a @value or children or both ( hasValue() or (children().count() > id.count())) |
| 1298. Composition.section:text.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 1300. Composition.section:text.extension | |
| Definition | An Extension |
| Short | Extension |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 1302. Composition.section:text.extension:intendedAudience | |
| Slice Name | intendedAudience |
| Definition | Target audience for the section |
| Short | Intended Audience |
| Comments | Indicates who the content of the section is aimed at |
| Control | 0..* |
| Type | Extension(Section Intended Audience) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 1304. Composition.section:text.extension:versionStatus | |
| Slice Name | versionStatus |
| Definition | Indicates the status of a recommendation in the context of a newer version of the guideline. |
| Short | Version status of recommendation |
| Comments | Supports tracking how a recommendation evolved in the new version of the guideline. |
| Control | 0..1 |
| Type | Extension(Recommendation Version Status) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 1306. Composition.section:text.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1308. Composition.section:text.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1310. Composition.section:text.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 1..1 |
| Binding | Unless not suitable, these codes SHALL be taken from Guideline Sections (extensible to http://fhir.awmf.org/awmf.ig/ValueSet/vs-guideline-sections) |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1312. Composition.section:text.code.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | id |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 1314. Composition.section:text.code.extension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | Additional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.code.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 1316. Composition.section:text.code.coding | |
| Definition | A reference to a code defined by a terminology system. |
| Short | Code defined by a terminology system |
| Comments | Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. |
| Control | 1..1 |
| Type | Coding |
| Is Modifier | false |
| Summary | false |
| Requirements | Allows for alternative encodings within a code system, and translations to other code systems. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1318. Composition.section:text.code.text | |
| Definition | A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user. |
| Short | Plain text representation of the concept |
| Comments | Very often the text is the same as a displayName of one of the codings. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Summary | false |
| Requirements | The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1320. Composition.section:text.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1322. Composition.section:text.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1324. Composition.section:text.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1326. Composition.section:text.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1328. Composition.section:text.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1330. Composition.section:text.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1332. Composition.section:text.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section. The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
| 1334. Composition.section:text.section.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 1336. Composition.section:text.section.extension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | Additional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1338. Composition.section:text.section.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1340. Composition.section:text.section.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1342. Composition.section:text.section.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 0..1 |
| Binding | Unless not suitable, these codes SHALL be taken from EvidenceReportSectionCode Value Set (extensible to https://fevir.net/resources/ValueSet/179431) |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1344. Composition.section:text.section.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1346. Composition.section:text.section.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1348. Composition.section:text.section.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1350. Composition.section:text.section.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1352. Composition.section:text.section.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1354. Composition.section:text.section.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1356. Composition.section:text.section.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1358. Composition.section:text.section:language | |
| Slice Name | language |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1360. Composition.section:text.section:language.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 1362. Composition.section:text.section:language.extension | |
| Definition | An Extension |
| Short | Extension |
| Control | 1..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 1364. Composition.section:text.section:language.extension:language | |
| Slice Name | language |
| Definition | The Language of the Section. |
| Short | Language for the Section |
| Comments | This is used where an item may repeat to indicate the language of each repeat. |
| Control | 1..1 |
| Type | Extension(Section Language) (Extension Type: code) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 1366. Composition.section:text.section:language.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1368. Composition.section:text.section:language.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1370. Composition.section:text.section:language.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 1..1 |
| Binding | For example codes, see DocumentSectionCodes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1372. Composition.section:text.section:language.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1374. Composition.section:text.section:language.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1376. Composition.section:text.section:language.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1378. Composition.section:text.section:language.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1380. Composition.section:text.section:language.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1382. Composition.section:text.section:language.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1384. Composition.section:text.section:language.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..0 |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1386. Composition.section:text.section:@default | |
| Slice Name | @default |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1388. Composition.section:text.section:@default.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 1390. Composition.section:text.section:@default.extension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | Additional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1392. Composition.section:text.section:@default.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1394. Composition.section:text.section:@default.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1396. Composition.section:text.section:@default.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 1..1 |
| Binding | For example codes, see DocumentSectionCodes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1398. Composition.section:text.section:@default.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1400. Composition.section:text.section:@default.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1402. Composition.section:text.section:@default.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1404. Composition.section:text.section:@default.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1406. Composition.section:text.section:@default.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1408. Composition.section:text.section:@default.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1410. Composition.section:text.section:@default.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1412. Composition.section:consensusProtocol | |
| Slice Name | consensusProtocol |
| Definition | The root of the sections that make up the composition. |
| Short | Composition is broken into sections |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())cmp-2: A section can only have an emptyReason if no entries are included ( emptyReason.empty() or entry.empty())ele-1: All FHIR elements must have a @value or children or both ( hasValue() or (children().count() > id.count())) |
| 1414. Composition.section:consensusProtocol.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 1416. Composition.section:consensusProtocol.extension | |
| Definition | An Extension |
| Short | Extension |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 1418. Composition.section:consensusProtocol.extension:intendedAudience | |
| Slice Name | intendedAudience |
| Definition | Target audience for the section |
| Short | Intended Audience |
| Comments | Indicates who the content of the section is aimed at |
| Control | 0..* |
| Type | Extension(Section Intended Audience) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 1420. Composition.section:consensusProtocol.extension:versionStatus | |
| Slice Name | versionStatus |
| Definition | Indicates the status of a recommendation in the context of a newer version of the guideline. |
| Short | Version status of recommendation |
| Comments | Supports tracking how a recommendation evolved in the new version of the guideline. |
| Control | 0..1 |
| Type | Extension(Recommendation Version Status) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 1422. Composition.section:consensusProtocol.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1424. Composition.section:consensusProtocol.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1426. Composition.section:consensusProtocol.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 1..1 |
| Binding | Unless not suitable, these codes SHALL be taken from Guideline Sections (extensible to http://fhir.awmf.org/awmf.ig/ValueSet/vs-guideline-sections) |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1428. Composition.section:consensusProtocol.code.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | id |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 1430. Composition.section:consensusProtocol.code.extension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | Additional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.code.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 1432. Composition.section:consensusProtocol.code.coding | |
| Definition | A reference to a code defined by a terminology system. |
| Short | Code defined by a terminology system |
| Comments | Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. |
| Control | 1..1 |
| Type | Coding |
| Is Modifier | false |
| Summary | false |
| Requirements | Allows for alternative encodings within a code system, and translations to other code systems. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1434. Composition.section:consensusProtocol.code.text | |
| Definition | A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user. |
| Short | Plain text representation of the concept |
| Comments | Very often the text is the same as a displayName of one of the codings. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Summary | false |
| Requirements | The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1436. Composition.section:consensusProtocol.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1438. Composition.section:consensusProtocol.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1440. Composition.section:consensusProtocol.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1442. Composition.section:consensusProtocol.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1444. Composition.section:consensusProtocol.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1446. Composition.section:consensusProtocol.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1448. Composition.section:consensusProtocol.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section. The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
| 1450. Composition.section:consensusProtocol.section.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 1452. Composition.section:consensusProtocol.section.extension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | Additional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1454. Composition.section:consensusProtocol.section.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1456. Composition.section:consensusProtocol.section.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1458. Composition.section:consensusProtocol.section.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 0..1 |
| Binding | Unless not suitable, these codes SHALL be taken from EvidenceReportSectionCode Value Set (extensible to https://fevir.net/resources/ValueSet/179431) |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1460. Composition.section:consensusProtocol.section.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1462. Composition.section:consensusProtocol.section.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1464. Composition.section:consensusProtocol.section.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1466. Composition.section:consensusProtocol.section.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1468. Composition.section:consensusProtocol.section.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1470. Composition.section:consensusProtocol.section.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1472. Composition.section:consensusProtocol.section.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1474. Composition.section:consensusProtocol.section:language | |
| Slice Name | language |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1476. Composition.section:consensusProtocol.section:language.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 1478. Composition.section:consensusProtocol.section:language.extension | |
| Definition | An Extension |
| Short | Extension |
| Control | 1..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 1480. Composition.section:consensusProtocol.section:language.extension:language | |
| Slice Name | language |
| Definition | The Language of the Section. |
| Short | Language for the Section |
| Comments | This is used where an item may repeat to indicate the language of each repeat. |
| Control | 1..1 |
| Type | Extension(Section Language) (Extension Type: code) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 1482. Composition.section:consensusProtocol.section:language.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1484. Composition.section:consensusProtocol.section:language.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1486. Composition.section:consensusProtocol.section:language.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 1..1 |
| Binding | For example codes, see DocumentSectionCodes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1488. Composition.section:consensusProtocol.section:language.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1490. Composition.section:consensusProtocol.section:language.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1492. Composition.section:consensusProtocol.section:language.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1494. Composition.section:consensusProtocol.section:language.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1496. Composition.section:consensusProtocol.section:language.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1498. Composition.section:consensusProtocol.section:language.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1500. Composition.section:consensusProtocol.section:language.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..0 |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1502. Composition.section:consensusProtocol.section:@default | |
| Slice Name | @default |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1504. Composition.section:consensusProtocol.section:@default.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 1506. Composition.section:consensusProtocol.section:@default.extension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | Additional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1508. Composition.section:consensusProtocol.section:@default.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1510. Composition.section:consensusProtocol.section:@default.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1512. Composition.section:consensusProtocol.section:@default.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 1..1 |
| Binding | For example codes, see DocumentSectionCodes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1514. Composition.section:consensusProtocol.section:@default.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1516. Composition.section:consensusProtocol.section:@default.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1518. Composition.section:consensusProtocol.section:@default.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1520. Composition.section:consensusProtocol.section:@default.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1522. Composition.section:consensusProtocol.section:@default.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1524. Composition.section:consensusProtocol.section:@default.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1526. Composition.section:consensusProtocol.section:@default.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section.section. The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
| 1528. Composition.section:consensusProtocol.section:@default.section.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 1530. Composition.section:consensusProtocol.section:@default.section.extension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | Additional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1532. Composition.section:consensusProtocol.section:@default.section.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1534. Composition.section:consensusProtocol.section:@default.section.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1536. Composition.section:consensusProtocol.section:@default.section.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 0..1 |
| Binding | For example codes, see DocumentSectionCodes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1538. Composition.section:consensusProtocol.section:@default.section.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1540. Composition.section:consensusProtocol.section:@default.section.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1542. Composition.section:consensusProtocol.section:@default.section.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1544. Composition.section:consensusProtocol.section:@default.section.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1546. Composition.section:consensusProtocol.section:@default.section.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1548. Composition.section:consensusProtocol.section:@default.section.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1550. Composition.section:consensusProtocol.section:@default.section.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1552. Composition.section:consensusProtocol.section:@default.section:language | |
| Slice Name | language |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1554. Composition.section:consensusProtocol.section:@default.section:language.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 1556. Composition.section:consensusProtocol.section:@default.section:language.extension | |
| Definition | An Extension |
| Short | Extension |
| Control | 1..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 1558. Composition.section:consensusProtocol.section:@default.section:language.extension:language | |
| Slice Name | language |
| Definition | The Language of the Section. |
| Short | Language for the Section |
| Comments | This is used where an item may repeat to indicate the language of each repeat. |
| Control | 1..1 |
| Type | Extension(Section Language) (Extension Type: code) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 1560. Composition.section:consensusProtocol.section:@default.section:language.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1562. Composition.section:consensusProtocol.section:@default.section:language.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1564. Composition.section:consensusProtocol.section:@default.section:language.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 1..1 |
| Binding | For example codes, see DocumentSectionCodes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1566. Composition.section:consensusProtocol.section:@default.section:language.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1568. Composition.section:consensusProtocol.section:@default.section:language.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1570. Composition.section:consensusProtocol.section:@default.section:language.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1572. Composition.section:consensusProtocol.section:@default.section:language.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1574. Composition.section:consensusProtocol.section:@default.section:language.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1576. Composition.section:consensusProtocol.section:@default.section:language.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1578. Composition.section:consensusProtocol.section:@default.section:language.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..0 |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1580. Composition.section:consensusProtocol.section:@default.section:@default | |
| Slice Name | @default |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1582. Composition.section:consensusProtocol.section:@default.section:@default.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 1584. Composition.section:consensusProtocol.section:@default.section:@default.extension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | Additional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1586. Composition.section:consensusProtocol.section:@default.section:@default.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1588. Composition.section:consensusProtocol.section:@default.section:@default.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1590. Composition.section:consensusProtocol.section:@default.section:@default.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 1..1 |
| Binding | For example codes, see DocumentSectionCodes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1592. Composition.section:consensusProtocol.section:@default.section:@default.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1594. Composition.section:consensusProtocol.section:@default.section:@default.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1596. Composition.section:consensusProtocol.section:@default.section:@default.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1598. Composition.section:consensusProtocol.section:@default.section:@default.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1600. Composition.section:consensusProtocol.section:@default.section:@default.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1602. Composition.section:consensusProtocol.section:@default.section:@default.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1604. Composition.section:consensusProtocol.section:@default.section:@default.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section.section.section. The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
| 1606. Composition.section:consensusProtocol.section:@default.section:@default.section.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 1608. Composition.section:consensusProtocol.section:@default.section:@default.section.extension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | Additional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1610. Composition.section:consensusProtocol.section:@default.section:@default.section.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1612. Composition.section:consensusProtocol.section:@default.section:@default.section.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1614. Composition.section:consensusProtocol.section:@default.section:@default.section.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 0..1 |
| Binding | For example codes, see DocumentSectionCodes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1616. Composition.section:consensusProtocol.section:@default.section:@default.section.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1618. Composition.section:consensusProtocol.section:@default.section:@default.section.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1620. Composition.section:consensusProtocol.section:@default.section:@default.section.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1622. Composition.section:consensusProtocol.section:@default.section:@default.section.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1624. Composition.section:consensusProtocol.section:@default.section:@default.section.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1626. Composition.section:consensusProtocol.section:@default.section:@default.section.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1628. Composition.section:consensusProtocol.section:@default.section:@default.section.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1630. Composition.section:consensusProtocol.section:@default.section:@default.section:language | |
| Slice Name | language |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1632. Composition.section:consensusProtocol.section:@default.section:@default.section:language.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 1634. Composition.section:consensusProtocol.section:@default.section:@default.section:language.extension | |
| Definition | An Extension |
| Short | Extension |
| Control | 1..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section.section.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 1636. Composition.section:consensusProtocol.section:@default.section:@default.section:language.extension:language | |
| Slice Name | language |
| Definition | The Language of the Section. |
| Short | Language for the Section |
| Comments | This is used where an item may repeat to indicate the language of each repeat. |
| Control | 1..1 |
| Type | Extension(Section Language) (Extension Type: code) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 1638. Composition.section:consensusProtocol.section:@default.section:@default.section:language.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1640. Composition.section:consensusProtocol.section:@default.section:@default.section:language.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1642. Composition.section:consensusProtocol.section:@default.section:@default.section:language.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 1..1 |
| Binding | For example codes, see DocumentSectionCodes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1644. Composition.section:consensusProtocol.section:@default.section:@default.section:language.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1646. Composition.section:consensusProtocol.section:@default.section:@default.section:language.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1648. Composition.section:consensusProtocol.section:@default.section:@default.section:language.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1650. Composition.section:consensusProtocol.section:@default.section:@default.section:language.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1652. Composition.section:consensusProtocol.section:@default.section:@default.section:language.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1654. Composition.section:consensusProtocol.section:@default.section:@default.section:language.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1656. Composition.section:consensusProtocol.section:@default.section:@default.section:language.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..0 |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1658. Composition.section:consensusProtocol.section:@default.section:@default.section:@default | |
| Slice Name | @default |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1660. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 1662. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.extension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | Additional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1664. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1666. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1668. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 1..1 |
| Binding | For example codes, see DocumentSectionCodes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1670. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1672. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1674. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1676. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1678. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1680. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1682. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section.section.section.section. The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
| 1684. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 1686. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section.extension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | Additional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1688. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1690. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1692. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 0..1 |
| Binding | For example codes, see DocumentSectionCodes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1694. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1696. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1698. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1700. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1702. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1704. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1706. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1708. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:language | |
| Slice Name | language |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1710. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:language.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 1712. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:language.extension | |
| Definition | An Extension |
| Short | Extension |
| Control | 1..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section.section.section.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 1714. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:language.extension:language | |
| Slice Name | language |
| Definition | The Language of the Section. |
| Short | Language for the Section |
| Comments | This is used where an item may repeat to indicate the language of each repeat. |
| Control | 1..1 |
| Type | Extension(Section Language) (Extension Type: code) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 1716. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:language.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1718. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:language.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1720. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:language.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 1..1 |
| Binding | For example codes, see DocumentSectionCodes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1722. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:language.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1724. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:language.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1726. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:language.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1728. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:language.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1730. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:language.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1732. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:language.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1734. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:language.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..0 |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1736. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default | |
| Slice Name | @default |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1738. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 1740. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.extension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | Additional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1742. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1744. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1746. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 1..1 |
| Binding | For example codes, see DocumentSectionCodes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1748. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1750. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1752. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1754. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1756. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1758. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1760. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section.section.section.section.section. The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
| 1762. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 1764. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section.extension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | Additional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1766. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1768. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1770. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 0..1 |
| Binding | For example codes, see DocumentSectionCodes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1772. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1774. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1776. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1778. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1780. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1782. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1784. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1786. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:language | |
| Slice Name | language |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1788. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:language.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 1790. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:language.extension | |
| Definition | An Extension |
| Short | Extension |
| Control | 1..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section.section.section.section.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 1792. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:language.extension:language | |
| Slice Name | language |
| Definition | The Language of the Section. |
| Short | Language for the Section |
| Comments | This is used where an item may repeat to indicate the language of each repeat. |
| Control | 1..1 |
| Type | Extension(Section Language) (Extension Type: code) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 1794. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:language.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1796. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:language.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1798. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:language.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 1..1 |
| Binding | For example codes, see DocumentSectionCodes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1800. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:language.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1802. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:language.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1804. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:language.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1806. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:language.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1808. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:language.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1810. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:language.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1812. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:language.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..0 |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1814. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default | |
| Slice Name | @default |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1816. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 1818. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.extension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | Additional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1820. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1822. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1824. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 1..1 |
| Binding | For example codes, see DocumentSectionCodes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1826. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1828. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1830. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1832. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1834. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1836. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1838. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section.section.section.section.section.section. The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
| 1840. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 1842. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section.extension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | Additional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1844. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1846. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1848. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 0..1 |
| Binding | For example codes, see DocumentSectionCodes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1850. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1852. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1854. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1856. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1858. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1860. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1862. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1864. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:language | |
| Slice Name | language |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1866. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 1868. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.extension | |
| Definition | An Extension |
| Short | Extension |
| Control | 1..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section.section.section.section.section.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 1870. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.extension:language | |
| Slice Name | language |
| Definition | The Language of the Section. |
| Short | Language for the Section |
| Comments | This is used where an item may repeat to indicate the language of each repeat. |
| Control | 1..1 |
| Type | Extension(Section Language) (Extension Type: code) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 1872. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1874. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1876. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 1..1 |
| Binding | For example codes, see DocumentSectionCodes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1878. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1880. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1882. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1884. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1886. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1888. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1890. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..0 |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1892. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default | |
| Slice Name | @default |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1894. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 1896. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.extension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | Additional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1898. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1900. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1902. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 1..1 |
| Binding | For example codes, see DocumentSectionCodes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1904. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1906. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1908. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1910. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1912. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1914. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1916. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section.section.section.section.section.section.section. The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
| 1918. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 1920. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section.extension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | Additional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1922. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1924. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1926. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 0..1 |
| Binding | For example codes, see DocumentSectionCodes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1928. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1930. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1932. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1934. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1936. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1938. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1940. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1942. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language | |
| Slice Name | language |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1944. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 1946. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.extension | |
| Definition | An Extension |
| Short | Extension |
| Control | 1..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section.section.section.section.section.section.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 1948. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.extension:language | |
| Slice Name | language |
| Definition | The Language of the Section. |
| Short | Language for the Section |
| Comments | This is used where an item may repeat to indicate the language of each repeat. |
| Control | 1..1 |
| Type | Extension(Section Language) (Extension Type: code) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 1950. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1952. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1954. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 1..1 |
| Binding | For example codes, see DocumentSectionCodes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1956. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1958. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1960. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1962. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1964. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1966. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1968. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..0 |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1970. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default | |
| Slice Name | @default |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1972. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 1974. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.extension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | Additional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1976. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1978. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1980. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 1..1 |
| Binding | For example codes, see DocumentSectionCodes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1982. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1984. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1986. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1988. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1990. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1992. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1994. Composition.section:consensusProtocol.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 1996. Composition.section:patientVersion | |
| Slice Name | patientVersion |
| Definition | The root of the sections that make up the composition. |
| Short | Composition is broken into sections |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())cmp-2: A section can only have an emptyReason if no entries are included ( emptyReason.empty() or entry.empty())ele-1: All FHIR elements must have a @value or children or both ( hasValue() or (children().count() > id.count())) |
| 1998. Composition.section:patientVersion.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 2000. Composition.section:patientVersion.extension | |
| Definition | An Extension |
| Short | Extension |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 2002. Composition.section:patientVersion.extension:intendedAudience | |
| Slice Name | intendedAudience |
| Definition | Target audience for the section |
| Short | Intended Audience |
| Comments | Indicates who the content of the section is aimed at |
| Control | 0..* |
| Type | Extension(Section Intended Audience) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 2004. Composition.section:patientVersion.extension:versionStatus | |
| Slice Name | versionStatus |
| Definition | Indicates the status of a recommendation in the context of a newer version of the guideline. |
| Short | Version status of recommendation |
| Comments | Supports tracking how a recommendation evolved in the new version of the guideline. |
| Control | 0..1 |
| Type | Extension(Recommendation Version Status) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 2006. Composition.section:patientVersion.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2008. Composition.section:patientVersion.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2010. Composition.section:patientVersion.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 1..1 |
| Binding | Unless not suitable, these codes SHALL be taken from Guideline Sections (extensible to http://fhir.awmf.org/awmf.ig/ValueSet/vs-guideline-sections) |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2012. Composition.section:patientVersion.code.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | id |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 2014. Composition.section:patientVersion.code.extension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | Additional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.code.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 2016. Composition.section:patientVersion.code.coding | |
| Definition | A reference to a code defined by a terminology system. |
| Short | Code defined by a terminology system |
| Comments | Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. |
| Control | 1..1 |
| Type | Coding |
| Is Modifier | false |
| Summary | false |
| Requirements | Allows for alternative encodings within a code system, and translations to other code systems. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2018. Composition.section:patientVersion.code.text | |
| Definition | A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user. |
| Short | Plain text representation of the concept |
| Comments | Very often the text is the same as a displayName of one of the codings. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Summary | false |
| Requirements | The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2020. Composition.section:patientVersion.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2022. Composition.section:patientVersion.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2024. Composition.section:patientVersion.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2026. Composition.section:patientVersion.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2028. Composition.section:patientVersion.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2030. Composition.section:patientVersion.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2032. Composition.section:patientVersion.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2034. Composition.section:otherContent | |
| Slice Name | otherContent |
| Definition | The root of the sections that make up the composition. |
| Short | Composition is broken into sections |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())cmp-2: A section can only have an emptyReason if no entries are included ( emptyReason.empty() or entry.empty())ele-1: All FHIR elements must have a @value or children or both ( hasValue() or (children().count() > id.count())) |
| 2036. Composition.section:otherContent.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 2038. Composition.section:otherContent.extension | |
| Definition | An Extension |
| Short | Extension |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 2040. Composition.section:otherContent.extension:intendedAudience | |
| Slice Name | intendedAudience |
| Definition | Target audience for the section |
| Short | Intended Audience |
| Comments | Indicates who the content of the section is aimed at |
| Control | 0..* |
| Type | Extension(Section Intended Audience) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 2042. Composition.section:otherContent.extension:versionStatus | |
| Slice Name | versionStatus |
| Definition | Indicates the status of a recommendation in the context of a newer version of the guideline. |
| Short | Version status of recommendation |
| Comments | Supports tracking how a recommendation evolved in the new version of the guideline. |
| Control | 0..1 |
| Type | Extension(Recommendation Version Status) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 2044. Composition.section:otherContent.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2046. Composition.section:otherContent.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2048. Composition.section:otherContent.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 1..1 |
| Binding | The codes SHALL be taken from Content Types (required to http://fhir.awmf.org/awmf.ig/ValueSet/vs-content-types) |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2050. Composition.section:otherContent.code.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | id |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 2052. Composition.section:otherContent.code.extension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | Additional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.code.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 2054. Composition.section:otherContent.code.coding | |
| Definition | A reference to a code defined by a terminology system. |
| Short | Code defined by a terminology system |
| Comments | Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. |
| Control | 1..1 |
| Binding | The codes SHALL be taken from Content Types (required to http://fhir.awmf.org/awmf.ig/ValueSet/vs-content-types) |
| Type | Coding |
| Is Modifier | false |
| Summary | false |
| Requirements | Allows for alternative encodings within a code system, and translations to other code systems. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2056. Composition.section:otherContent.code.text | |
| Definition | A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user. |
| Short | Plain text representation of the concept |
| Comments | Very often the text is the same as a displayName of one of the codings. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Summary | false |
| Requirements | The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2058. Composition.section:otherContent.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2060. Composition.section:otherContent.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2062. Composition.section:otherContent.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2064. Composition.section:otherContent.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2066. Composition.section:otherContent.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2068. Composition.section:otherContent.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2070. Composition.section:otherContent.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section. The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
| 2072. Composition.section:otherContent.section.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 2074. Composition.section:otherContent.section.extension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | Additional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2076. Composition.section:otherContent.section.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2078. Composition.section:otherContent.section.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2080. Composition.section:otherContent.section.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 0..1 |
| Binding | Unless not suitable, these codes SHALL be taken from EvidenceReportSectionCode Value Set (extensible to https://fevir.net/resources/ValueSet/179431) |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2082. Composition.section:otherContent.section.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2084. Composition.section:otherContent.section.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2086. Composition.section:otherContent.section.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2088. Composition.section:otherContent.section.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2090. Composition.section:otherContent.section.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2092. Composition.section:otherContent.section.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2094. Composition.section:otherContent.section.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2096. Composition.section:otherContent.section:language | |
| Slice Name | language |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2098. Composition.section:otherContent.section:language.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 2100. Composition.section:otherContent.section:language.extension | |
| Definition | An Extension |
| Short | Extension |
| Control | 1..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 2102. Composition.section:otherContent.section:language.extension:language | |
| Slice Name | language |
| Definition | The Language of the Section. |
| Short | Language for the Section |
| Comments | This is used where an item may repeat to indicate the language of each repeat. |
| Control | 1..1 |
| Type | Extension(Section Language) (Extension Type: code) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 2104. Composition.section:otherContent.section:language.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2106. Composition.section:otherContent.section:language.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2108. Composition.section:otherContent.section:language.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 1..1 |
| Binding | For example codes, see DocumentSectionCodes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2110. Composition.section:otherContent.section:language.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2112. Composition.section:otherContent.section:language.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2114. Composition.section:otherContent.section:language.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2116. Composition.section:otherContent.section:language.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2118. Composition.section:otherContent.section:language.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2120. Composition.section:otherContent.section:language.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2122. Composition.section:otherContent.section:language.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..0 |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2124. Composition.section:otherContent.section:@default | |
| Slice Name | @default |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2126. Composition.section:otherContent.section:@default.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 2128. Composition.section:otherContent.section:@default.extension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | Additional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2130. Composition.section:otherContent.section:@default.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2132. Composition.section:otherContent.section:@default.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2134. Composition.section:otherContent.section:@default.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 1..1 |
| Binding | For example codes, see DocumentSectionCodes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2136. Composition.section:otherContent.section:@default.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2138. Composition.section:otherContent.section:@default.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2140. Composition.section:otherContent.section:@default.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2142. Composition.section:otherContent.section:@default.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2144. Composition.section:otherContent.section:@default.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2146. Composition.section:otherContent.section:@default.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2148. Composition.section:otherContent.section:@default.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section.section. The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
| 2150. Composition.section:otherContent.section:@default.section.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 2152. Composition.section:otherContent.section:@default.section.extension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | Additional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2154. Composition.section:otherContent.section:@default.section.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2156. Composition.section:otherContent.section:@default.section.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2158. Composition.section:otherContent.section:@default.section.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 0..1 |
| Binding | For example codes, see DocumentSectionCodes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2160. Composition.section:otherContent.section:@default.section.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2162. Composition.section:otherContent.section:@default.section.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2164. Composition.section:otherContent.section:@default.section.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2166. Composition.section:otherContent.section:@default.section.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2168. Composition.section:otherContent.section:@default.section.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2170. Composition.section:otherContent.section:@default.section.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2172. Composition.section:otherContent.section:@default.section.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2174. Composition.section:otherContent.section:@default.section:language | |
| Slice Name | language |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2176. Composition.section:otherContent.section:@default.section:language.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 2178. Composition.section:otherContent.section:@default.section:language.extension | |
| Definition | An Extension |
| Short | Extension |
| Control | 1..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 2180. Composition.section:otherContent.section:@default.section:language.extension:language | |
| Slice Name | language |
| Definition | The Language of the Section. |
| Short | Language for the Section |
| Comments | This is used where an item may repeat to indicate the language of each repeat. |
| Control | 1..1 |
| Type | Extension(Section Language) (Extension Type: code) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 2182. Composition.section:otherContent.section:@default.section:language.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2184. Composition.section:otherContent.section:@default.section:language.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2186. Composition.section:otherContent.section:@default.section:language.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 1..1 |
| Binding | For example codes, see DocumentSectionCodes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2188. Composition.section:otherContent.section:@default.section:language.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2190. Composition.section:otherContent.section:@default.section:language.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2192. Composition.section:otherContent.section:@default.section:language.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2194. Composition.section:otherContent.section:@default.section:language.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2196. Composition.section:otherContent.section:@default.section:language.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2198. Composition.section:otherContent.section:@default.section:language.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2200. Composition.section:otherContent.section:@default.section:language.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..0 |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2202. Composition.section:otherContent.section:@default.section:@default | |
| Slice Name | @default |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2204. Composition.section:otherContent.section:@default.section:@default.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 2206. Composition.section:otherContent.section:@default.section:@default.extension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | Additional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2208. Composition.section:otherContent.section:@default.section:@default.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2210. Composition.section:otherContent.section:@default.section:@default.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2212. Composition.section:otherContent.section:@default.section:@default.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 1..1 |
| Binding | For example codes, see DocumentSectionCodes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2214. Composition.section:otherContent.section:@default.section:@default.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2216. Composition.section:otherContent.section:@default.section:@default.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2218. Composition.section:otherContent.section:@default.section:@default.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2220. Composition.section:otherContent.section:@default.section:@default.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2222. Composition.section:otherContent.section:@default.section:@default.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2224. Composition.section:otherContent.section:@default.section:@default.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2226. Composition.section:otherContent.section:@default.section:@default.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section.section.section. The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
| 2228. Composition.section:otherContent.section:@default.section:@default.section.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 2230. Composition.section:otherContent.section:@default.section:@default.section.extension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | Additional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2232. Composition.section:otherContent.section:@default.section:@default.section.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2234. Composition.section:otherContent.section:@default.section:@default.section.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2236. Composition.section:otherContent.section:@default.section:@default.section.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 0..1 |
| Binding | For example codes, see DocumentSectionCodes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2238. Composition.section:otherContent.section:@default.section:@default.section.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2240. Composition.section:otherContent.section:@default.section:@default.section.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2242. Composition.section:otherContent.section:@default.section:@default.section.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2244. Composition.section:otherContent.section:@default.section:@default.section.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2246. Composition.section:otherContent.section:@default.section:@default.section.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2248. Composition.section:otherContent.section:@default.section:@default.section.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2250. Composition.section:otherContent.section:@default.section:@default.section.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2252. Composition.section:otherContent.section:@default.section:@default.section:language | |
| Slice Name | language |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2254. Composition.section:otherContent.section:@default.section:@default.section:language.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 2256. Composition.section:otherContent.section:@default.section:@default.section:language.extension | |
| Definition | An Extension |
| Short | Extension |
| Control | 1..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section.section.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 2258. Composition.section:otherContent.section:@default.section:@default.section:language.extension:language | |
| Slice Name | language |
| Definition | The Language of the Section. |
| Short | Language for the Section |
| Comments | This is used where an item may repeat to indicate the language of each repeat. |
| Control | 1..1 |
| Type | Extension(Section Language) (Extension Type: code) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 2260. Composition.section:otherContent.section:@default.section:@default.section:language.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2262. Composition.section:otherContent.section:@default.section:@default.section:language.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2264. Composition.section:otherContent.section:@default.section:@default.section:language.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 1..1 |
| Binding | For example codes, see DocumentSectionCodes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2266. Composition.section:otherContent.section:@default.section:@default.section:language.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2268. Composition.section:otherContent.section:@default.section:@default.section:language.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2270. Composition.section:otherContent.section:@default.section:@default.section:language.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2272. Composition.section:otherContent.section:@default.section:@default.section:language.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2274. Composition.section:otherContent.section:@default.section:@default.section:language.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2276. Composition.section:otherContent.section:@default.section:@default.section:language.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2278. Composition.section:otherContent.section:@default.section:@default.section:language.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..0 |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2280. Composition.section:otherContent.section:@default.section:@default.section:@default | |
| Slice Name | @default |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2282. Composition.section:otherContent.section:@default.section:@default.section:@default.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 2284. Composition.section:otherContent.section:@default.section:@default.section:@default.extension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | Additional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2286. Composition.section:otherContent.section:@default.section:@default.section:@default.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2288. Composition.section:otherContent.section:@default.section:@default.section:@default.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2290. Composition.section:otherContent.section:@default.section:@default.section:@default.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 1..1 |
| Binding | For example codes, see DocumentSectionCodes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2292. Composition.section:otherContent.section:@default.section:@default.section:@default.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2294. Composition.section:otherContent.section:@default.section:@default.section:@default.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2296. Composition.section:otherContent.section:@default.section:@default.section:@default.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2298. Composition.section:otherContent.section:@default.section:@default.section:@default.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2300. Composition.section:otherContent.section:@default.section:@default.section:@default.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2302. Composition.section:otherContent.section:@default.section:@default.section:@default.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2304. Composition.section:otherContent.section:@default.section:@default.section:@default.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section.section.section.section. The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
| 2306. Composition.section:otherContent.section:@default.section:@default.section:@default.section.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 2308. Composition.section:otherContent.section:@default.section:@default.section:@default.section.extension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | Additional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2310. Composition.section:otherContent.section:@default.section:@default.section:@default.section.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2312. Composition.section:otherContent.section:@default.section:@default.section:@default.section.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2314. Composition.section:otherContent.section:@default.section:@default.section:@default.section.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 0..1 |
| Binding | For example codes, see DocumentSectionCodes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2316. Composition.section:otherContent.section:@default.section:@default.section:@default.section.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2318. Composition.section:otherContent.section:@default.section:@default.section:@default.section.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2320. Composition.section:otherContent.section:@default.section:@default.section:@default.section.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2322. Composition.section:otherContent.section:@default.section:@default.section:@default.section.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2324. Composition.section:otherContent.section:@default.section:@default.section:@default.section.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2326. Composition.section:otherContent.section:@default.section:@default.section:@default.section.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2328. Composition.section:otherContent.section:@default.section:@default.section:@default.section.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2330. Composition.section:otherContent.section:@default.section:@default.section:@default.section:language | |
| Slice Name | language |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2332. Composition.section:otherContent.section:@default.section:@default.section:@default.section:language.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 2334. Composition.section:otherContent.section:@default.section:@default.section:@default.section:language.extension | |
| Definition | An Extension |
| Short | Extension |
| Control | 1..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section.section.section.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 2336. Composition.section:otherContent.section:@default.section:@default.section:@default.section:language.extension:language | |
| Slice Name | language |
| Definition | The Language of the Section. |
| Short | Language for the Section |
| Comments | This is used where an item may repeat to indicate the language of each repeat. |
| Control | 1..1 |
| Type | Extension(Section Language) (Extension Type: code) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 2338. Composition.section:otherContent.section:@default.section:@default.section:@default.section:language.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2340. Composition.section:otherContent.section:@default.section:@default.section:@default.section:language.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2342. Composition.section:otherContent.section:@default.section:@default.section:@default.section:language.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 1..1 |
| Binding | For example codes, see DocumentSectionCodes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2344. Composition.section:otherContent.section:@default.section:@default.section:@default.section:language.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2346. Composition.section:otherContent.section:@default.section:@default.section:@default.section:language.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2348. Composition.section:otherContent.section:@default.section:@default.section:@default.section:language.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2350. Composition.section:otherContent.section:@default.section:@default.section:@default.section:language.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2352. Composition.section:otherContent.section:@default.section:@default.section:@default.section:language.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2354. Composition.section:otherContent.section:@default.section:@default.section:@default.section:language.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2356. Composition.section:otherContent.section:@default.section:@default.section:@default.section:language.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..0 |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2358. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default | |
| Slice Name | @default |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2360. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 2362. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.extension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | Additional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2364. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2366. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2368. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 1..1 |
| Binding | For example codes, see DocumentSectionCodes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2370. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2372. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2374. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2376. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2378. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2380. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2382. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section.section.section.section.section. The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
| 2384. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 2386. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section.extension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | Additional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2388. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2390. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2392. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 0..1 |
| Binding | For example codes, see DocumentSectionCodes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2394. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2396. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2398. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2400. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2402. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2404. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2406. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2408. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:language | |
| Slice Name | language |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2410. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:language.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 2412. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:language.extension | |
| Definition | An Extension |
| Short | Extension |
| Control | 1..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section.section.section.section.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 2414. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:language.extension:language | |
| Slice Name | language |
| Definition | The Language of the Section. |
| Short | Language for the Section |
| Comments | This is used where an item may repeat to indicate the language of each repeat. |
| Control | 1..1 |
| Type | Extension(Section Language) (Extension Type: code) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 2416. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:language.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2418. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:language.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2420. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:language.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 1..1 |
| Binding | For example codes, see DocumentSectionCodes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2422. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:language.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2424. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:language.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2426. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:language.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2428. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:language.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2430. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:language.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2432. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:language.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2434. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:language.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..0 |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2436. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default | |
| Slice Name | @default |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2438. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 2440. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.extension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | Additional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2442. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2444. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2446. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 1..1 |
| Binding | For example codes, see DocumentSectionCodes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2448. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2450. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2452. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2454. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2456. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2458. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2460. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section.section.section.section.section.section. The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
| 2462. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 2464. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section.extension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | Additional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2466. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2468. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2470. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 0..1 |
| Binding | For example codes, see DocumentSectionCodes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2472. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2474. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2476. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2478. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2480. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2482. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2484. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2486. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:language | |
| Slice Name | language |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2488. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 2490. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.extension | |
| Definition | An Extension |
| Short | Extension |
| Control | 1..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section.section.section.section.section.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 2492. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.extension:language | |
| Slice Name | language |
| Definition | The Language of the Section. |
| Short | Language for the Section |
| Comments | This is used where an item may repeat to indicate the language of each repeat. |
| Control | 1..1 |
| Type | Extension(Section Language) (Extension Type: code) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 2494. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2496. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2498. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 1..1 |
| Binding | For example codes, see DocumentSectionCodes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2500. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2502. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2504. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2506. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2508. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2510. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2512. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..0 |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2514. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default | |
| Slice Name | @default |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2516. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 2518. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.extension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | Additional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2520. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2522. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2524. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 1..1 |
| Binding | For example codes, see DocumentSectionCodes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2526. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2528. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2530. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2532. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2534. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2536. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2538. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section.section.section.section.section.section.section. The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
| 2540. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 2542. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section.extension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | Additional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2544. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2546. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2548. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 0..1 |
| Binding | For example codes, see DocumentSectionCodes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2550. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2552. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2554. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2556. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2558. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2560. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2562. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2564. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language | |
| Slice Name | language |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2566. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 2568. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.extension | |
| Definition | An Extension |
| Short | Extension |
| Control | 1..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section.section.section.section.section.section.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 2570. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.extension:language | |
| Slice Name | language |
| Definition | The Language of the Section. |
| Short | Language for the Section |
| Comments | This is used where an item may repeat to indicate the language of each repeat. |
| Control | 1..1 |
| Type | Extension(Section Language) (Extension Type: code) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 2572. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2574. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2576. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 1..1 |
| Binding | For example codes, see DocumentSectionCodes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2578. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2580. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2582. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2584. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2586. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2588. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2590. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..0 |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2592. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default | |
| Slice Name | @default |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2594. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 2596. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.extension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | Additional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2598. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2600. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2602. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 1..1 |
| Binding | For example codes, see DocumentSectionCodes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2604. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2606. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2608. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2610. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2612. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2614. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2616. Composition.section:otherContent.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2618. Composition.section:outcome | |
| Slice Name | outcome |
| Definition | The root of the sections that make up the composition. |
| Short | Composition is broken into sections |
| Control | 0..1 |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())cmp-2: A section can only have an emptyReason if no entries are included ( emptyReason.empty() or entry.empty())ele-1: All FHIR elements must have a @value or children or both ( hasValue() or (children().count() > id.count())) |
| 2620. Composition.section:outcome.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 2622. Composition.section:outcome.extension | |
| Definition | An Extension |
| Short | Extension |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 2624. Composition.section:outcome.extension:intendedAudience | |
| Slice Name | intendedAudience |
| Definition | Target audience for the section |
| Short | Intended Audience |
| Comments | Indicates who the content of the section is aimed at |
| Control | 0..* |
| Type | Extension(Section Intended Audience) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 2626. Composition.section:outcome.extension:versionStatus | |
| Slice Name | versionStatus |
| Definition | Indicates the status of a recommendation in the context of a newer version of the guideline. |
| Short | Version status of recommendation |
| Comments | Supports tracking how a recommendation evolved in the new version of the guideline. |
| Control | 0..1 |
| Type | Extension(Recommendation Version Status) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 2628. Composition.section:outcome.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2630. Composition.section:outcome.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2632. Composition.section:outcome.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 1..1 |
| Binding | Unless not suitable, these codes SHALL be taken from Guideline Sections (extensible to http://fhir.awmf.org/awmf.ig/ValueSet/vs-guideline-sections) |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2634. Composition.section:outcome.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2636. Composition.section:outcome.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2638. Composition.section:outcome.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2640. Composition.section:outcome.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2642. Composition.section:outcome.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2644. Composition.section:outcome.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2646. Composition.section:outcome.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section. The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
| 2648. Composition.section:outcome.section.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 2650. Composition.section:outcome.section.extension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | Additional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2652. Composition.section:outcome.section.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2654. Composition.section:outcome.section.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2656. Composition.section:outcome.section.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 0..1 |
| Binding | Unless not suitable, these codes SHALL be taken from EvidenceReportSectionCode Value Set (extensible to https://fevir.net/resources/ValueSet/179431) |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2658. Composition.section:outcome.section.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2660. Composition.section:outcome.section.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2662. Composition.section:outcome.section.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2664. Composition.section:outcome.section.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2666. Composition.section:outcome.section.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2668. Composition.section:outcome.section.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2670. Composition.section:outcome.section.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2672. Composition.section:outcome.section:language | |
| Slice Name | language |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2674. Composition.section:outcome.section:language.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 2676. Composition.section:outcome.section:language.extension | |
| Definition | An Extension |
| Short | Extension |
| Control | 1..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 2678. Composition.section:outcome.section:language.extension:language | |
| Slice Name | language |
| Definition | The Language of the Section. |
| Short | Language for the Section |
| Comments | This is used where an item may repeat to indicate the language of each repeat. |
| Control | 1..1 |
| Type | Extension(Section Language) (Extension Type: code) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 2680. Composition.section:outcome.section:language.extension:keyword | |
| Slice Name | keyword |
| Definition | Keywords associated with the section |
| Short | Keyword |
| Comments | Keywords associated with the section |
| Control | 0..* |
| Type | Extension(Section Keyword) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 2682. Composition.section:outcome.section:language.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2684. Composition.section:outcome.section:language.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2686. Composition.section:outcome.section:language.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 1..1 |
| Binding | For example codes, see DocumentSectionCodes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2688. Composition.section:outcome.section:language.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2690. Composition.section:outcome.section:language.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2692. Composition.section:outcome.section:language.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2694. Composition.section:outcome.section:language.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2696. Composition.section:outcome.section:language.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(EvidenceVariable, Group) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2698. Composition.section:outcome.section:language.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2700. Composition.section:outcome.section:language.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..0 |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2702. Composition.section:outcome.section:@default | |
| Slice Name | @default |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2704. Composition.section:outcome.section:@default.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 2706. Composition.section:outcome.section:@default.extension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | Additional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2708. Composition.section:outcome.section:@default.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2710. Composition.section:outcome.section:@default.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2712. Composition.section:outcome.section:@default.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 1..1 |
| Binding | For example codes, see DocumentSectionCodes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2714. Composition.section:outcome.section:@default.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2716. Composition.section:outcome.section:@default.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2718. Composition.section:outcome.section:@default.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2720. Composition.section:outcome.section:@default.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2722. Composition.section:outcome.section:@default.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2724. Composition.section:outcome.section:@default.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2726. Composition.section:outcome.section:@default.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2728. Composition.section:@default | |
| Slice Name | @default |
| Definition | The root of the sections that make up the composition. |
| Short | Composition is broken into sections |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())cmp-2: A section can only have an emptyReason if no entries are included ( emptyReason.empty() or entry.empty())ele-1: All FHIR elements must have a @value or children or both ( hasValue() or (children().count() > id.count())) |
| 2730. Composition.section:@default.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 2732. Composition.section:@default.extension | |
| Definition | An Extension |
| Short | Extension |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 2734. Composition.section:@default.extension:intendedAudience | |
| Slice Name | intendedAudience |
| Definition | Target audience for the section |
| Short | Intended Audience |
| Comments | Indicates who the content of the section is aimed at |
| Control | 0..* |
| Type | Extension(Section Intended Audience) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 2736. Composition.section:@default.extension:versionStatus | |
| Slice Name | versionStatus |
| Definition | Indicates the status of a recommendation in the context of a newer version of the guideline. |
| Short | Version status of recommendation |
| Comments | Supports tracking how a recommendation evolved in the new version of the guideline. |
| Control | 0..1 |
| Type | Extension(Recommendation Version Status) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 2738. Composition.section:@default.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2740. Composition.section:@default.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2742. Composition.section:@default.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 1..1 |
| Binding | Unless not suitable, these codes SHALL be taken from Guideline Sections (extensible to http://fhir.awmf.org/awmf.ig/ValueSet/vs-guideline-sections) |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2744. Composition.section:@default.code.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | id |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 2746. Composition.section:@default.code.extension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | Additional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.code.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 2748. Composition.section:@default.code.coding | |
| Definition | A reference to a code defined by a terminology system. |
| Short | Code defined by a terminology system |
| Comments | Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. |
| Control | 1..1 |
| Type | Coding |
| Is Modifier | false |
| Summary | false |
| Requirements | Allows for alternative encodings within a code system, and translations to other code systems. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2750. Composition.section:@default.code.text | |
| Definition | A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user. |
| Short | Plain text representation of the concept |
| Comments | Very often the text is the same as a displayName of one of the codings. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Summary | false |
| Requirements | The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2752. Composition.section:@default.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2754. Composition.section:@default.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2756. Composition.section:@default.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2758. Composition.section:@default.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2760. Composition.section:@default.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2762. Composition.section:@default.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2764. Composition.section:@default.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section. The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
| 2766. Composition.section:@default.section.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 2768. Composition.section:@default.section.extension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | Additional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2770. Composition.section:@default.section.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2772. Composition.section:@default.section.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2774. Composition.section:@default.section.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 0..1 |
| Binding | Unless not suitable, these codes SHALL be taken from EvidenceReportSectionCode Value Set (extensible to https://fevir.net/resources/ValueSet/179431) |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2776. Composition.section:@default.section.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2778. Composition.section:@default.section.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2780. Composition.section:@default.section.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2782. Composition.section:@default.section.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2784. Composition.section:@default.section.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2786. Composition.section:@default.section.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2788. Composition.section:@default.section.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2790. Composition.section:@default.section:language | |
| Slice Name | language |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2792. Composition.section:@default.section:language.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 2794. Composition.section:@default.section:language.extension | |
| Definition | An Extension |
| Short | Extension |
| Control | 1..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 2796. Composition.section:@default.section:language.extension:language | |
| Slice Name | language |
| Definition | The Language of the Section. |
| Short | Language for the Section |
| Comments | This is used where an item may repeat to indicate the language of each repeat. |
| Control | 1..1 |
| Type | Extension(Section Language) (Extension Type: code) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 2798. Composition.section:@default.section:language.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2800. Composition.section:@default.section:language.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2802. Composition.section:@default.section:language.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 1..1 |
| Binding | For example codes, see DocumentSectionCodes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2804. Composition.section:@default.section:language.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2806. Composition.section:@default.section:language.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2808. Composition.section:@default.section:language.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2810. Composition.section:@default.section:language.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2812. Composition.section:@default.section:language.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2814. Composition.section:@default.section:language.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2816. Composition.section:@default.section:language.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..0 |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2818. Composition.section:@default.section:@default | |
| Slice Name | @default |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2820. Composition.section:@default.section:@default.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 2822. Composition.section:@default.section:@default.extension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | Additional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2824. Composition.section:@default.section:@default.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2826. Composition.section:@default.section:@default.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2828. Composition.section:@default.section:@default.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 1..1 |
| Binding | For example codes, see DocumentSectionCodes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2830. Composition.section:@default.section:@default.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2832. Composition.section:@default.section:@default.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2834. Composition.section:@default.section:@default.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2836. Composition.section:@default.section:@default.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2838. Composition.section:@default.section:@default.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2840. Composition.section:@default.section:@default.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2842. Composition.section:@default.section:@default.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section.section. The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
| 2844. Composition.section:@default.section:@default.section.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 2846. Composition.section:@default.section:@default.section.extension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | Additional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2848. Composition.section:@default.section:@default.section.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2850. Composition.section:@default.section:@default.section.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2852. Composition.section:@default.section:@default.section.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 0..1 |
| Binding | For example codes, see DocumentSectionCodes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2854. Composition.section:@default.section:@default.section.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2856. Composition.section:@default.section:@default.section.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2858. Composition.section:@default.section:@default.section.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2860. Composition.section:@default.section:@default.section.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2862. Composition.section:@default.section:@default.section.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2864. Composition.section:@default.section:@default.section.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2866. Composition.section:@default.section:@default.section.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2868. Composition.section:@default.section:@default.section:language | |
| Slice Name | language |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2870. Composition.section:@default.section:@default.section:language.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 2872. Composition.section:@default.section:@default.section:language.extension | |
| Definition | An Extension |
| Short | Extension |
| Control | 1..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 2874. Composition.section:@default.section:@default.section:language.extension:language | |
| Slice Name | language |
| Definition | The Language of the Section. |
| Short | Language for the Section |
| Comments | This is used where an item may repeat to indicate the language of each repeat. |
| Control | 1..1 |
| Type | Extension(Section Language) (Extension Type: code) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 2876. Composition.section:@default.section:@default.section:language.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2878. Composition.section:@default.section:@default.section:language.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2880. Composition.section:@default.section:@default.section:language.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 1..1 |
| Binding | For example codes, see DocumentSectionCodes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2882. Composition.section:@default.section:@default.section:language.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2884. Composition.section:@default.section:@default.section:language.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2886. Composition.section:@default.section:@default.section:language.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2888. Composition.section:@default.section:@default.section:language.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2890. Composition.section:@default.section:@default.section:language.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2892. Composition.section:@default.section:@default.section:language.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2894. Composition.section:@default.section:@default.section:language.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..0 |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2896. Composition.section:@default.section:@default.section:@default | |
| Slice Name | @default |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2898. Composition.section:@default.section:@default.section:@default.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 2900. Composition.section:@default.section:@default.section:@default.extension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | Additional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2902. Composition.section:@default.section:@default.section:@default.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2904. Composition.section:@default.section:@default.section:@default.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2906. Composition.section:@default.section:@default.section:@default.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 1..1 |
| Binding | For example codes, see DocumentSectionCodes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2908. Composition.section:@default.section:@default.section:@default.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2910. Composition.section:@default.section:@default.section:@default.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2912. Composition.section:@default.section:@default.section:@default.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2914. Composition.section:@default.section:@default.section:@default.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2916. Composition.section:@default.section:@default.section:@default.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2918. Composition.section:@default.section:@default.section:@default.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2920. Composition.section:@default.section:@default.section:@default.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section.section.section. The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
| 2922. Composition.section:@default.section:@default.section:@default.section.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 2924. Composition.section:@default.section:@default.section:@default.section.extension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | Additional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2926. Composition.section:@default.section:@default.section:@default.section.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2928. Composition.section:@default.section:@default.section:@default.section.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2930. Composition.section:@default.section:@default.section:@default.section.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 0..1 |
| Binding | For example codes, see DocumentSectionCodes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2932. Composition.section:@default.section:@default.section:@default.section.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2934. Composition.section:@default.section:@default.section:@default.section.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2936. Composition.section:@default.section:@default.section:@default.section.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2938. Composition.section:@default.section:@default.section:@default.section.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2940. Composition.section:@default.section:@default.section:@default.section.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2942. Composition.section:@default.section:@default.section:@default.section.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2944. Composition.section:@default.section:@default.section:@default.section.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2946. Composition.section:@default.section:@default.section:@default.section:language | |
| Slice Name | language |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2948. Composition.section:@default.section:@default.section:@default.section:language.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 2950. Composition.section:@default.section:@default.section:@default.section:language.extension | |
| Definition | An Extension |
| Short | Extension |
| Control | 1..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section.section.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 2952. Composition.section:@default.section:@default.section:@default.section:language.extension:language | |
| Slice Name | language |
| Definition | The Language of the Section. |
| Short | Language for the Section |
| Comments | This is used where an item may repeat to indicate the language of each repeat. |
| Control | 1..1 |
| Type | Extension(Section Language) (Extension Type: code) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 2954. Composition.section:@default.section:@default.section:@default.section:language.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2956. Composition.section:@default.section:@default.section:@default.section:language.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2958. Composition.section:@default.section:@default.section:@default.section:language.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 1..1 |
| Binding | For example codes, see DocumentSectionCodes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2960. Composition.section:@default.section:@default.section:@default.section:language.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2962. Composition.section:@default.section:@default.section:@default.section:language.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2964. Composition.section:@default.section:@default.section:@default.section:language.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2966. Composition.section:@default.section:@default.section:@default.section:language.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2968. Composition.section:@default.section:@default.section:@default.section:language.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2970. Composition.section:@default.section:@default.section:@default.section:language.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2972. Composition.section:@default.section:@default.section:@default.section:language.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..0 |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2974. Composition.section:@default.section:@default.section:@default.section:@default | |
| Slice Name | @default |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2976. Composition.section:@default.section:@default.section:@default.section:@default.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 2978. Composition.section:@default.section:@default.section:@default.section:@default.extension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | Additional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2980. Composition.section:@default.section:@default.section:@default.section:@default.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2982. Composition.section:@default.section:@default.section:@default.section:@default.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2984. Composition.section:@default.section:@default.section:@default.section:@default.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 1..1 |
| Binding | For example codes, see DocumentSectionCodes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2986. Composition.section:@default.section:@default.section:@default.section:@default.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2988. Composition.section:@default.section:@default.section:@default.section:@default.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2990. Composition.section:@default.section:@default.section:@default.section:@default.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2992. Composition.section:@default.section:@default.section:@default.section:@default.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2994. Composition.section:@default.section:@default.section:@default.section:@default.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2996. Composition.section:@default.section:@default.section:@default.section:@default.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 2998. Composition.section:@default.section:@default.section:@default.section:@default.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section.section.section.section. The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
| 3000. Composition.section:@default.section:@default.section:@default.section:@default.section.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 3002. Composition.section:@default.section:@default.section:@default.section:@default.section.extension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | Additional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3004. Composition.section:@default.section:@default.section:@default.section:@default.section.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3006. Composition.section:@default.section:@default.section:@default.section:@default.section.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3008. Composition.section:@default.section:@default.section:@default.section:@default.section.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 0..1 |
| Binding | For example codes, see DocumentSectionCodes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3010. Composition.section:@default.section:@default.section:@default.section:@default.section.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3012. Composition.section:@default.section:@default.section:@default.section:@default.section.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3014. Composition.section:@default.section:@default.section:@default.section:@default.section.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3016. Composition.section:@default.section:@default.section:@default.section:@default.section.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3018. Composition.section:@default.section:@default.section:@default.section:@default.section.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3020. Composition.section:@default.section:@default.section:@default.section:@default.section.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3022. Composition.section:@default.section:@default.section:@default.section:@default.section.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3024. Composition.section:@default.section:@default.section:@default.section:@default.section:language | |
| Slice Name | language |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3026. Composition.section:@default.section:@default.section:@default.section:@default.section:language.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 3028. Composition.section:@default.section:@default.section:@default.section:@default.section:language.extension | |
| Definition | An Extension |
| Short | Extension |
| Control | 1..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section.section.section.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 3030. Composition.section:@default.section:@default.section:@default.section:@default.section:language.extension:language | |
| Slice Name | language |
| Definition | The Language of the Section. |
| Short | Language for the Section |
| Comments | This is used where an item may repeat to indicate the language of each repeat. |
| Control | 1..1 |
| Type | Extension(Section Language) (Extension Type: code) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 3032. Composition.section:@default.section:@default.section:@default.section:@default.section:language.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3034. Composition.section:@default.section:@default.section:@default.section:@default.section:language.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3036. Composition.section:@default.section:@default.section:@default.section:@default.section:language.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 1..1 |
| Binding | For example codes, see DocumentSectionCodes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3038. Composition.section:@default.section:@default.section:@default.section:@default.section:language.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3040. Composition.section:@default.section:@default.section:@default.section:@default.section:language.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3042. Composition.section:@default.section:@default.section:@default.section:@default.section:language.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3044. Composition.section:@default.section:@default.section:@default.section:@default.section:language.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3046. Composition.section:@default.section:@default.section:@default.section:@default.section:language.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3048. Composition.section:@default.section:@default.section:@default.section:@default.section:language.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3050. Composition.section:@default.section:@default.section:@default.section:@default.section:language.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..0 |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3052. Composition.section:@default.section:@default.section:@default.section:@default.section:@default | |
| Slice Name | @default |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3054. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 3056. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.extension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | Additional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3058. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3060. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3062. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 1..1 |
| Binding | For example codes, see DocumentSectionCodes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3064. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3066. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3068. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3070. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3072. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3074. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3076. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section.section.section.section.section. The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
| 3078. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 3080. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section.extension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | Additional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3082. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3084. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3086. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 0..1 |
| Binding | For example codes, see DocumentSectionCodes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3088. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3090. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3092. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3094. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3096. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3098. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3100. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3102. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:language | |
| Slice Name | language |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3104. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 3106. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.extension | |
| Definition | An Extension |
| Short | Extension |
| Control | 1..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section.section.section.section.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 3108. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.extension:language | |
| Slice Name | language |
| Definition | The Language of the Section. |
| Short | Language for the Section |
| Comments | This is used where an item may repeat to indicate the language of each repeat. |
| Control | 1..1 |
| Type | Extension(Section Language) (Extension Type: code) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 3110. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3112. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3114. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 1..1 |
| Binding | For example codes, see DocumentSectionCodes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3116. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3118. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3120. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3122. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3124. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3126. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3128. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..0 |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3130. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default | |
| Slice Name | @default |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3132. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 3134. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.extension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | Additional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3136. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3138. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3140. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 1..1 |
| Binding | For example codes, see DocumentSectionCodes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3142. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3144. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3146. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3148. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3150. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3152. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3154. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section.section.section.section.section.section. The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
| 3156. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 3158. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section.extension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | Additional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3160. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3162. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3164. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 0..1 |
| Binding | For example codes, see DocumentSectionCodes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3166. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3168. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3170. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3172. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3174. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3176. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3178. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3180. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language | |
| Slice Name | language |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3182. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 3184. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.extension | |
| Definition | An Extension |
| Short | Extension |
| Control | 1..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section.section.section.section.section.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 3186. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.extension:language | |
| Slice Name | language |
| Definition | The Language of the Section. |
| Short | Language for the Section |
| Comments | This is used where an item may repeat to indicate the language of each repeat. |
| Control | 1..1 |
| Type | Extension(Section Language) (Extension Type: code) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 3188. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3190. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3192. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 1..1 |
| Binding | For example codes, see DocumentSectionCodes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3194. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3196. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3198. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3200. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3202. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3204. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3206. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..0 |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3208. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default | |
| Slice Name | @default |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3210. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 3212. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.extension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | Additional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3214. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3216. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3218. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 1..1 |
| Binding | For example codes, see DocumentSectionCodes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3220. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3222. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3224. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3226. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3228. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3230. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3232. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section.section.section.section.section.section.section. The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
| 3234. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 3236. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section.extension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | Additional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3238. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3240. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3242. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 0..1 |
| Binding | For example codes, see DocumentSectionCodes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3244. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3246. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3248. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3250. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3252. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3254. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3256. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3258. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language | |
| Slice Name | language |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3260. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 3262. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.extension | |
| Definition | An Extension |
| Short | Extension |
| Control | 1..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Composition.section.section.section.section.section.section.section.section.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 3264. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.extension:language | |
| Slice Name | language |
| Definition | The Language of the Section. |
| Short | Language for the Section |
| Comments | This is used where an item may repeat to indicate the language of each repeat. |
| Control | 1..1 |
| Type | Extension(Section Language) (Extension Type: code) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 3266. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3268. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3270. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 1..1 |
| Binding | For example codes, see DocumentSectionCodes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3272. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3274. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3276. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3278. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3280. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3282. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3284. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:language.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..0 |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3286. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default | |
| Slice Name | @default |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | BackboneElement |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3288. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 3290. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.extension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | Additional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3292. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3294. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.title | |
| 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. |
| Short | Label for section (e.g. for ToC) |
| Comments | 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. Most Implementation Guides will make section title to be a required element. |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | false |
| Summary | false |
| Requirements | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Alternate Names | header, label, caption |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3296. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.code | |
| Definition | A code identifying the kind of content contained within the section. This must be consistent with the section title. |
| Short | Classification of section (recommended) |
| Comments | 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. |
| Control | 1..1 |
| Binding | For example codes, see DocumentSectionCodes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Provides computable standardized labels to topics within the document. |
| Pattern Value | { |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3298. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.author | |
| Definition | Identifies who is responsible for the information in this section, not necessarily who typed it in. The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition. |
| Short | Who and/or what authored the section, when the section is authored by someone other than the composition.author |
| Control | 0..* |
| Type | Reference(Practitioner, PractitionerRole, CareTeam, Device, Patient, RelatedPerson, Organization) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Identifies who is responsible for the content. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3300. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.focus | |
| Definition | The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). |
| Short | Who/what the section is about, when it is not about the subject of composition |
| Comments | Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples. |
| Control | 0..1 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3302. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.text | |
| 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 required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. |
| Short | Text summary of the section, for human interpretation |
| Comments | Document profiles may define what content should be represented in the narrative to ensure clinical safety. |
| Control | 0..1 This element is affected by the following invariants: cmp-1 |
| Type | Narrative |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3304. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.orderedBy | |
| Definition | Specifies the order applied to the items in the section entries. |
| Short | Order of section entries |
| Comments | 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. |
| Control | 0..1 |
| Binding | The codes SHOULD be taken from ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3306. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.entry | |
| Definition | A reference to the actual resource from which the narrative in the section is derived. |
| Short | A reference to data that supports this section |
| Comments | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Control | 0..* This element is affected by the following invariants: cmp-1, cmp-2 |
| Type | Reference(Resource) |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3308. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.emptyReason | |
| Definition | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. |
| Short | Why the section is empty |
| Comments | 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. |
| Control | 0..1 This element is affected by the following invariants: cmp-2 |
| Binding | The codes SHOULD be taken from ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Requirements | Allows capturing things like "none exist" or "not asked" which can be important for most lists. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 3310. Composition.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section:@default.section | |
| Definition | A nested sub-section within this section. |
| Short | Nested Section |
| Comments | Nested sections are primarily used to help human readers navigate to particular portions of the document. |
| Control | 0..* |
| Type | Seettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section |
| Is Modifier | false |
| Must Support | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |