Dissolve-E: AWMF Guideline Registry
0.2.0 - ci-build

Dissolve-E: AWMF Guideline Registry - Local Development build (v0.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

Resource Profile: Recommendation

Official URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/recommendation Version: 0.2.0
Draft as of 2026-08-06 Computable Name: Recommendation

Clinical Practice Guideline Recommendation

Key Requirements taken into Account

The recommendation data model must be able to:

Structural Aspects

  • Capture different variants of content including long and short variants, patient information, qualtity indicators, evidence-to-decision data, videos, images, etc (list extensible).

  • Include procedural linking between individual recommendations

Multi-Language Support for Guideline and Recommendation Sections

To support multi-language publishing of clinical guidelines, the section content in a guideline composition must be represented per language. This allows rendering engines and readers to easily select the appropriate version without relying on translation extensions that imply a primary language.

Each section in the Composition.section tree may contain a language slice, which holds one or more language-specific representations of the same content.

Each section[language]:

  • Contains an extension ext-section-language to indicate the language (e.g., #de, #en, #ar),
  • Contains a text block with the narrative in that language,
  • May contain a title and additional structure,
  • Can support right-to-left (RTL) layout if required (e.g., Arabic) by using a custom narrative renderer such as narrative-rtl.

This structure is preferred over translation extensions (e.g., content.translation) because it allows all languages to be treated as equal and avoids privileging a "main" language. This is especially useful in multilingual regions or when publishing international guidelines.

Example: Multi-Language Section
* section[introduction]
  * section[+]
    * code = cs-guideline-sections#overview
    * section[language][+]
      * extension[ext-section-language].valueCode = #de
      * title = "Übersicht der Empfehlungen und Statements"
      * insert narrative([[Übersicht der Empfehlungen und Statements]])
    * section[language][+]
      * extension[ext-section-language].valueCode = #en
      * title = "Overview of Recommendations and Statements"
      * insert narrative([[Overview of Recommendations and Statements]])
    * section[language][+]
      * extension[ext-section-language].valueCode = #ar
      * title = "نظرة عامة على التوصيات والبيانات"
      * insert narrative-rtl([[نظرة عامة على التوصيات والبيانات]])
Design Considerations
  • No Primary Language Assumption: All language sections are treated equally. This avoids models where one language is considered the source and others as secondary translations.
  • Language-Dependent Text Content: Narrative and free-text fields are included inside the language sections, as they are language-specific.
  • Language-Invariant Data (e.g., Codes): Structured codes and metadata (e.g., CodeableConcept) remain outside the language-specific sections, as they are not language-dependent.
  • Author Attribution: In the future, a language-specific section.author extension may be introduced to represent language-specific contributions.

This approach ensures high flexibility and internationalization, while maintaining clean semantic structure and avoiding redundancy or conflicting language data.

Indentifiers, References, Versions

  • Allow identification of individual recommendations across guideline version

  • Allow referencing of individual recommendations and their respective content elements

  • Include version information in the form major.minor

  • Allow deprecation

Represent provenance information regarding previous versions of the guideline, e.g., after changes in an identifer

To represent the relationship between recommendation versions, such as updates, replacements, or discontinued predecessors, the relatesTo element is used.

You can indicate that a recommendation replaces a previous version or is replaced by a newer one using specific types and references:

* relatesTo[+]
  * type = #replaces
  * targetReference = Reference(Recommendation/021-001-old)

* relatesTo[+]
  * type = #replaced-with
  * targetReference = Reference(Recommendation/021-001-new)

These relationships ensure a clear lineage across updates and enable traceability in systems that aggregate or display recommendation.

Guideline Content

  • Capture PICO criteria, both as text and via coded annotations, especially P and I

  • Include multiple interventions, e.g. from network meta analysis

  • Differentiate patient sub-populations and their respective interventions

  • Allow terminological coding both on a keyword-type level and on a detailed, CDS-type level

  • Use codes from a variety of terminologies such as SNOMED-CT, ICD-10/11, LOINC, OPS, ATC etc

  • Include labels regarding intended target audience, recommendation type (diagnostic, therapeutic etc), topical relevance for each content variant

  • Include labels describing the revision status of recommendations after a guideline update, i.e., new, revised, confirmed after review

This profile of a FHIR Composition is derived from the recommendation FHIR resource.

Usages:

You can also check for usages in the FHIR IG Statistics

Formal Views of Profile Content

Description of Profiles, Differentials, Snapshots and how the different presentations work.

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Composition C 0..* Recommendation A set of resources composed into a single coherent clinical statement with clinical attestation
Constraints: inv-require-official-identifier
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... contained 0..* Resource Contained, inline Resources
... Slices for extension Content/Rules for all slices
.... extension:versionAlgorithm 0..1 (Complex) How to compare versions
URL: http://hl7.org/fhir/StructureDefinition/artifact-versionAlgorithm
..... extension 0..0 Extension
Slice: Unordered, Open by value:url
..... url 1..1 uri "http://hl7.org/fhir/StructureDefinition/artifact-versionAlgorithm"
..... Slices for value[x] 1..1 Value of extension
Slice: Unordered, Closed by type:$this
...... valueString string
...... valueCoding Coding
..... Slices for value[x] Content/Rules for all slices
...... value[x]:valueCoding 0..1 Coding Value of extension
Binding: VersionAlgorithm (extensible)
Required Pattern: At least the following
.... extension:experimental 0..1 boolean For testing purposes, not real usage
URL: http://hl7.org/fhir/StructureDefinition/artifact-experimental
.... extension:description 0..1 markdown Natural language description of the artifact
URL: http://hl7.org/fhir/StructureDefinition/artifact-description
.... extension:purpose 0..1 markdown Why this artifact is defined
URL: http://hl7.org/fhir/StructureDefinition/artifact-purpose
.... extension:copyright 0..1 markdown Use and/or publishing restrictions
URL: http://hl7.org/fhir/StructureDefinition/artifact-copyright
.... extension:copyrightLabel 0..1 string Copyright holder and year(s)
URL: http://hl7.org/fhir/StructureDefinition/artifact-copyrightLabel
.... extension:approvalDate 0..1 (Complex) Approval Date
URL: http://hl7.org/fhir/StructureDefinition/artifact-approvalDate
..... extension 0..0 Extension
Slice: Unordered, Open by value:url
..... url 1..1 uri "http://hl7.org/fhir/StructureDefinition/artifact-approvalDate"
..... value[x] 1..1 date Value of extension
.... extension:lastReviewDate 0..1 (Complex) Last Literature Review Date
URL: http://hl7.org/fhir/StructureDefinition/artifact-lastReviewDate
..... extension 0..0 Extension
Slice: Unordered, Open by value:url
..... url 1..1 uri "http://hl7.org/fhir/StructureDefinition/artifact-lastReviewDate"
..... value[x] 1..1 date Value of extension
.... extension:effectivePeriod 0..1 Period When the artifact is expected to be used
URL: http://hl7.org/fhir/StructureDefinition/artifact-effectivePeriod
.... extension:additionalLanguage 0..* code The additional language
URL: http://hl7.org/fhir/StructureDefinition/additional-language
Binding: AllLanguages (required): IETF language tag for a human language
.... extension:extendedContactDetail 0..* ExtendedContactDetail Contact details for the publisher
URL: http://hl7.org/fhir/StructureDefinition/artifact-extended-contact-detail
.... extension:publicationDate 0..1 date Publication date of Resource
URL: http://hl7.org/fhir/StructureDefinition/artifact-publicationDate
.... extension:publicationStatus 0..1 CodeableConcept Publication status
URL: http://hl7.org/fhir/uv/ebm/StructureDefinition/artifact-publication-status
Binding: Cited Artifact Status Type (preferred)
.... extension:reviewStatus 0..1 (Complex) Version status of recommendation, i.e., confirmed, updated or new
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-recommendation-review-status
... version Σ 1..1 string An explicitly assigned identifier of a variation of the content in the Composition
... status ?!Σ 1..1 code registered | partial | preliminary | final | amended | corrected | appended | cancelled | entered-in-error | deprecated | unknown
Binding: CompositionStatus (required): The workflow/clinical status of the composition.
... type Σ 1..1 CodeableConcept Kind of composition (LOINC if possible)
Binding: FHIRDocumentTypeCodes (preferred): Type of a composition.
.... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
..... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
..... version 0..1 string Version of the system - if relevant
..... code 1..1 code Symbol in syntax defined by the system
Fixed Value: Recommendation
..... display 1..1 string Representation defined by the system
Fixed Value: Recommendation
..... userSelected 0..1 boolean If this coding was chosen directly by the user
... Slices for category Σ 1..* CodeableConcept Categorization of Composition
Slice: Unordered, Open by value:coding
Binding: ReferencedItemCategoryValueSet (example): High-level kind of a clinical document at a macro level.
.... category:synthesisType Σ 1..1 CodeableConcept Assessment type for making this recommendation: evidence, consensus only, statement.
Binding: ReferencedItemCategoryValueSet (example): High-level kind of a clinical document at a macro level.
..... coding 0..* Coding Code defined by a terminology system
Binding: Recommendation Synthesis Type (required)
...... system S 1..1 uri Identity of the terminology system
...... code SC 1..1 code Symbol in syntax defined by the system
.... category:clinicalApplicationType Σ 0..* CodeableConcept Clinical application the recommendation is intended for: diagnostic, prognostic, therapeutic etc.
Binding: ReferencedItemCategoryValueSet (example): High-level kind of a clinical document at a macro level.
..... coding 0..* Coding Code defined by a terminology system
Binding: Clinical Application Type (required)
...... system S 1..1 uri Identity of the terminology system
...... code SC 1..1 code Symbol in syntax defined by the system
... date Σ 1..1 dateTime Composition editing time
... author Σ 1..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the composition
... title Σ 1..1 string Human Readable name/title
... Slices for relatesTo 1..* BackboneElement Relationships to other compositions/documents
Slice: Unordered, Open by value:type, value:extension('http://hl7.org/fhir/StructureDefinition/relatesto-classifier').value.ofType(CodeableConcept)
.... relatesTo:All Slices Content/Rules for all slices
..... Slices for extension Content/Rules for all slices
...... extension:classifier 0..1 CodeableConcept A classifier of the target artifact in a relatesTo element
URL: http://hl7.org/fhir/uv/ebm/StructureDefinition/relatesto-classifier
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... type 1..1 code 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
Binding: ArtifactRelationshipType (required): The type of relationship to the related artifact.
..... target[x] 1..1 The artifact that is related to this Composition
...... targetUri uri
...... targetAttachment Attachment
...... targetCanonical canonical(Resource)
...... targetReference Reference(Resource)
...... targetMarkdown markdown
.... relatesTo:citeAs 0..1 BackboneElement Relationships to other compositions/documents
..... Slices for extension Content/Rules for all slices
...... extension:classifier 0..1 CodeableConcept A classifier of the target artifact in a relatesTo element
URL: http://hl7.org/fhir/uv/ebm/StructureDefinition/relatesto-classifier
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... type 1..1 code 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
Binding: ArtifactRelationshipType (required): The type of relationship to the related artifact.
Required Pattern: cite-as
..... target[x] 1..1 The artifact that is related to this Composition
...... targetUri uri
...... targetAttachment Attachment
...... targetCanonical canonical(Resource)
...... targetReference Reference(Resource)
...... targetMarkdown markdown
.... relatesTo:partOf 1..* BackboneElement A reference to at least one guideline that this recommendation is part of.
..... Slices for extension Content/Rules for all slices
...... extension:classifier 0..1 CodeableConcept A classifier of the target artifact in a relatesTo element
URL: http://hl7.org/fhir/uv/ebm/StructureDefinition/relatesto-classifier
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... type 1..1 code 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
Binding: ArtifactRelationshipType (required): The type of relationship to the related artifact.
Required Pattern: part-of
..... target[x] 1..1 The artifact that is related to this Composition
...... targetUri uri
...... targetAttachment Attachment
...... targetCanonical canonical(Resource)
...... targetReference Reference(Resource)
...... targetMarkdown markdown
.... relatesTo:derivedFrom 0..* BackboneElement Relationships to other compositions/documents
..... Slices for extension Content/Rules for all slices
...... extension:classifier 0..1 CodeableConcept A classifier of the target artifact in a relatesTo element
URL: http://hl7.org/fhir/uv/ebm/StructureDefinition/relatesto-classifier
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... type 1..1 code 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
Binding: ArtifactRelationshipType (required): The type of relationship to the related artifact.
Required Pattern: derived-from
..... target[x] 1..1 The artifact that is related to this Composition
...... targetUri uri
...... targetAttachment Attachment
...... targetCanonical canonical(Resource)
...... targetReference Reference(Resource)
...... targetMarkdown markdown
.... relatesTo:specificationOf 0..* BackboneElement Relationships to other compositions/documents
..... Slices for extension Content/Rules for all slices
...... extension:classifier 0..1 CodeableConcept A classifier of the target artifact in a relatesTo element
URL: http://hl7.org/fhir/uv/ebm/StructureDefinition/relatesto-classifier
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... type 1..1 code 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
Binding: ArtifactRelationshipType (required): The type of relationship to the related artifact.
Required Pattern: specification-of
..... target[x] 1..1 The artifact that is related to this Composition
...... targetUri uri
...... targetAttachment Attachment
...... targetCanonical canonical(Resource)
...... targetReference Reference(Resource)
...... targetMarkdown markdown
.... relatesTo:dependsOn 0..* BackboneElement Relationships to other compositions/documents
..... Slices for extension Content/Rules for all slices
...... extension:classifier 0..1 CodeableConcept A classifier of the target artifact in a relatesTo element
URL: http://hl7.org/fhir/uv/ebm/StructureDefinition/relatesto-classifier
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... type 1..1 code 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
Binding: ArtifactRelationshipType (required): The type of relationship to the related artifact.
Required Pattern: depends-on
..... target[x] 1..1 The artifact that is related to this Composition
...... targetUri uri
...... targetAttachment Attachment
...... targetCanonical canonical(Resource)
...... targetReference Reference(Resource)
...... targetMarkdown markdown
.... relatesTo:supportedWith 0..* BackboneElement Relationships to other compositions/documents
..... Slices for extension Content/Rules for all slices
...... extension:classifier 0..1 CodeableConcept A classifier of the target artifact in a relatesTo element
URL: http://hl7.org/fhir/uv/ebm/StructureDefinition/relatesto-classifier
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... type 1..1 code 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
Binding: ArtifactRelationshipType (required): The type of relationship to the related artifact.
Required Pattern: supported-with
..... target[x] 1..1 The artifact that is related to this Composition
...... targetUri uri
...... targetAttachment Attachment
...... targetCanonical canonical(Resource)
...... targetReference Reference(Resource)
...... targetMarkdown markdown
.... relatesTo:similarTo 0..* BackboneElement Relationships to other compositions/documents
..... Slices for extension Content/Rules for all slices
...... extension:classifier 0..1 CodeableConcept A classifier of the target artifact in a relatesTo element
URL: http://hl7.org/fhir/uv/ebm/StructureDefinition/relatesto-classifier
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... type 1..1 code 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
Binding: ArtifactRelationshipType (required): The type of relationship to the related artifact.
Required Pattern: similar-to
..... target[x] 1..1 The artifact that is related to this Composition
...... targetUri uri
...... targetAttachment Attachment
...... targetCanonical canonical(Resource)
...... targetReference Reference(Resource)
...... targetMarkdown markdown
.... relatesTo:derivedFrom/picoQuestion 0..* BackboneElement Relationships to other compositions/documents
..... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
..... Slices for extension Content/Rules for all slices
...... extension:classifier 1..1 (Complex) A classifier of the target artifact in a relatesTo element
URL: http://hl7.org/fhir/uv/ebm/StructureDefinition/relatesto-classifier
....... extension 0..0 Extension
Slice: Unordered, Open by value:url
....... url Σ 1..1 uri "http://hl7.org/fhir/uv/ebm/StructureDefinition/relatesto-classifier"
....... value[x] Σ 1..1 CodeableConcept Value of extension
Required Pattern: At least the following
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... type 1..1 code 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
Binding: ArtifactRelationshipType (required): The type of relationship to the related artifact.
Required Pattern: derived-from
..... Slices for target[x] 1..1 Reference(Resource) The artifact that is related to this Composition
Slice: Unordered, Closed by type:$this
..... Slices for target[x] Content/Rules for all slices
...... target[x]:targetReference 1..1 Reference(PICO Question) The artifact that is related to this Composition
.... relatesTo:specificationOfPreceedingRecommendation 0..* BackboneElement A reference to another Recommendation which preceeds this Recommendation in a (hypothetical) clinical workflow.
..... Slices for extension Content/Rules for all slices
...... extension:classifier 0..1 CodeableConcept A classifier of the target artifact in a relatesTo element
URL: http://hl7.org/fhir/uv/ebm/StructureDefinition/relatesto-classifier
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... type 1..1 code 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
Binding: ArtifactRelationshipType (required): The type of relationship to the related artifact.
Required Pattern: predecessor
..... Slices for target[x] 1..1 Reference(Resource) The artifact that is related to this Composition
Slice: Unordered, Closed by type:$this
..... Slices for target[x] Content/Rules for all slices
...... target[x]:targetReference 1..1 Reference(Recommendation) The artifact that is related to this Composition
.... relatesTo:specificationOfSucceedingRecommendation 0..* BackboneElement A reference to another Recommendation which succeeds this Recommendation in a (hypothetical) clinical workflow.
..... Slices for extension Content/Rules for all slices
...... extension:classifier 0..1 CodeableConcept A classifier of the target artifact in a relatesTo element
URL: http://hl7.org/fhir/uv/ebm/StructureDefinition/relatesto-classifier
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... type 1..1 code 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
Binding: ArtifactRelationshipType (required): The type of relationship to the related artifact.
Required Pattern: successor
..... Slices for target[x] 1..1 Reference(Resource) The artifact that is related to this Composition
Slice: Unordered, Closed by type:$this
..... Slices for target[x] Content/Rules for all slices
...... target[x]:targetReference 1..1 Reference(Recommendation) The artifact that is related to this Composition
.... relatesTo:replacesRecommendation 0..* BackboneElement A reference to an (older, outdated or obsolete) Recommendation which has been replaced by this Recommendation.
..... Slices for extension Content/Rules for all slices
...... extension:classifier 0..1 CodeableConcept A classifier of the target artifact in a relatesTo element
URL: http://hl7.org/fhir/uv/ebm/StructureDefinition/relatesto-classifier
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... type 1..1 code 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
Binding: ArtifactRelationshipType (required): The type of relationship to the related artifact.
Required Pattern: replaces
..... Slices for target[x] 1..1 Reference(Resource) The artifact that is related to this Composition
Slice: Unordered, Closed by type:$this
..... Slices for target[x] Content/Rules for all slices
...... target[x]:targetReference 1..1 Reference(Recommendation) The artifact that is related to this Composition
... Slices for section C 1..* BackboneElement Composition is broken into sections
Slice: Unordered, Closed by value:code.coding
Constraints: cmp-1, cmp-2
.... section:All Slices Content/Rules for all slices
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... code 0..1 CodeableConcept Classification of section (recommended)
Binding: Guideline Sections (extensible)
..... entry C 0..* Reference(Resource) A reference to data that supports this section
.... section:introduction SC 0..1 BackboneElement Composition is broken into sections
Constraints: cmp-1, cmp-2
..... Slices for extension Content/Rules for all slices
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... code 1..1 CodeableConcept Classification of section (recommended)
Binding: Guideline Sections (extensible)
Required Pattern: At least the following
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... text 0..1 string Plain text representation of the concept
...... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: introduction
....... display 1..1 string Representation defined by the system
Fixed Value: Introduction
....... userSelected 0..1 boolean If this coding was chosen directly by the user
..... entry C 0..* Reference(Resource) A reference to data that supports this section
.... section:discussion SC 0..1 BackboneElement Composition is broken into sections
Constraints: cmp-1, cmp-2
..... Slices for extension Content/Rules for all slices
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... code 1..1 CodeableConcept Classification of section (recommended)
Binding: Guideline Sections (extensible)
Required Pattern: At least the following
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... text 0..1 string Plain text representation of the concept
...... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: discussion
....... display 1..1 string Representation defined by the system
Fixed Value: Discussion
....... userSelected 0..1 boolean If this coding was chosen directly by the user
..... entry C 0..* Reference(Resource) A reference to data that supports this section
.... section:methods SC 0..1 BackboneElement Composition is broken into sections
Constraints: cmp-1, cmp-2
..... Slices for extension Content/Rules for all slices
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... code 1..1 CodeableConcept Classification of section (recommended)
Binding: Guideline Sections (extensible)
Required Pattern: At least the following
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... text 0..1 string Plain text representation of the concept
...... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: methods
....... display 1..1 string Representation defined by the system
Fixed Value: Methods
....... userSelected 0..1 boolean If this coding was chosen directly by the user
..... entry C 0..* Reference(Resource) A reference to data that supports this section
.... section:references SC 0..1 BackboneElement Composition is broken into sections
Constraints: cmp-1, cmp-2
..... Slices for extension Content/Rules for all slices
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... code 1..1 CodeableConcept Classification of section (recommended)
Binding: Guideline Sections (extensible)
Required Pattern: At least the following
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... text 0..1 string Plain text representation of the concept
...... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: references
....... display 1..1 string Representation defined by the system
Fixed Value: References
....... userSelected 0..1 boolean If this coding was chosen directly by the user
..... entry C 0..* Reference(PublicationRecord) A reference to data that supports this section
.... section:competingInterests SC 0..1 BackboneElement Composition is broken into sections
Constraints: cmp-1, cmp-2
..... Slices for extension Content/Rules for all slices
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... code 1..1 CodeableConcept Classification of section (recommended)
Binding: Guideline Sections (extensible)
Required Pattern: At least the following
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... text 0..1 string Plain text representation of the concept
...... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: competing-interests
....... display 1..1 string Representation defined by the system
Fixed Value: Competing Interests
....... userSelected 0..1 boolean If this coding was chosen directly by the user
..... entry C 0..* Reference(Resource) A reference to data that supports this section
.... section:acknowledgements SC 0..1 BackboneElement Composition is broken into sections
Constraints: cmp-1, cmp-2
..... Slices for extension Content/Rules for all slices
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... code 1..1 CodeableConcept Classification of section (recommended)
Binding: Guideline Sections (extensible)
Required Pattern: At least the following
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... text 0..1 string Plain text representation of the concept
...... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: acknowledgements
....... display 1..1 string Representation defined by the system
Fixed Value: Acknowledgements
....... userSelected 0..1 boolean If this coding was chosen directly by the user
..... entry C 0..* Reference(Resource) A reference to data that supports this section
.... section:appendices SC 0..1 BackboneElement Composition is broken into sections
Constraints: cmp-1, cmp-2
..... Slices for extension Content/Rules for all slices
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... code 1..1 CodeableConcept Classification of section (recommended)
Binding: Guideline Sections (extensible)
Required Pattern: At least the following
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... text 0..1 string Plain text representation of the concept
...... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: appendices
....... display 1..1 string Representation defined by the system
Fixed Value: Appendices
....... userSelected 0..1 boolean If this coding was chosen directly by the user
..... entry C 0..* Reference(Resource) A reference to data that supports this section
.... section:attachments C 0..1 BackboneElement Composition is broken into sections
Constraints: cmp-1, cmp-2
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... entry C 0..* Reference(DocumentReference) A reference to data that supports this section
.... section:recommendationStatement SC 1..1 BackboneElement Composition is broken into sections
Constraints: cmp-1, cmp-2
..... Slices for extension Content/Rules for all slices
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... code 1..1 CodeableConcept Classification of section (recommended)
Binding: Guideline Sections (extensible)
Required Pattern: At least the following
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... text 0..1 string Plain text representation of the concept
...... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: recommendation-statement
....... display 1..1 string Representation defined by the system
Fixed Value: Recommendation Statement
....... userSelected 0..1 boolean If this coding was chosen directly by the user
..... entry C 0..* Reference(Resource) A reference to data that supports this section
..... Slices for section 0..* See section (Composition) Nested Section
Slice: Unordered, Closed by value:code
...... section:All Slices Content/Rules for all slices
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... entry C 0..* Reference(Resource) A reference to data that supports this section
..... Slices for section Content/Rules for all slices
...... section:language 0..* BackboneElement Nested Section
....... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
....... Slices for extension Content/Rules for all slices
........ extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding

....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ text 0..1 string Plain text representation of the concept
........ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
......... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
......... version 0..1 string Version of the system - if relevant
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
......... display 1..1 string Representation defined by the system
Fixed Value: Language
......... userSelected 0..1 boolean If this coding was chosen directly by the user
....... entry C 0..* Reference(Resource) A reference to data that supports this section
...... section:text 0..* BackboneElement Nested Section
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ text 0..1 string Plain text representation of the concept
........ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
......... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
......... version 0..1 string Version of the system - if relevant
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
......... display 1..1 string Representation defined by the system
Fixed Value: Text
......... userSelected 0..1 boolean If this coding was chosen directly by the user
....... entry C 0..* Reference(Resource) A reference to data that supports this section
.... section:ratings C 0..1 BackboneElement The reference to the structured assessment of grade of recommendations, strength of consensus, level of evidence for this recommendation and respective evidence assessment tools.
Constraints: cmp-1, cmp-2
..... Slices for extension Content/Rules for all slices
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... code 1..1 CodeableConcept Classification of section (recommended)
Binding: Guideline Sections (extensible)
Required Pattern: At least the following
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... text 0..1 string Plain text representation of the concept
...... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: ratings
....... display 1..1 string Representation defined by the system
Fixed Value: Ratings
....... userSelected 0..1 boolean If this coding was chosen directly by the user
..... entry C 0..* Reference(Recommendation Justification) A reference to data that supports this section
.... section:population C 0..1 BackboneElement Composition is broken into sections
Constraints: cmp-1, cmp-2
..... Slices for extension Content/Rules for all slices
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... code 1..1 CodeableConcept Classification of section (recommended)
Binding: Guideline Sections (extensible)
Required Pattern: At least the following
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... text 0..1 string Plain text representation of the concept
...... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: population
....... display 1..1 string Representation defined by the system
Fixed Value: Population
....... userSelected 0..1 boolean If this coding was chosen directly by the user
..... entry C 0..* Reference(Resource) A reference to data that supports this section
..... Slices for section 0..* See section (Composition) Nested Section
Slice: Unordered, Closed by value:code
...... section:All Slices Content/Rules for all slices
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... entry C 0..* Reference(Resource) A reference to data that supports this section
..... Slices for section Content/Rules for all slices
...... section:language 0..* BackboneElement Nested Section
....... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
....... Slices for extension Content/Rules for all slices
........ extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding

........ extension:keyword 0..* CodeableConcept Keyword
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-keyword
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ text 0..1 string Plain text representation of the concept
........ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
......... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
......... version 0..1 string Version of the system - if relevant
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
......... display 1..1 string Representation defined by the system
Fixed Value: Language
......... userSelected 0..1 boolean If this coding was chosen directly by the user
....... entry C 0..* Reference(EvidenceVariable | Group) A reference to data that supports this section
...... section:text 0..* BackboneElement Nested Section
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ text 0..1 string Plain text representation of the concept
........ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
......... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
......... version 0..1 string Version of the system - if relevant
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
......... display 1..1 string Representation defined by the system
Fixed Value: Text
......... userSelected 0..1 boolean If this coding was chosen directly by the user
....... entry C 0..* Reference(Resource) A reference to data that supports this section
.... section:action C 0..1 BackboneElement Composition is broken into sections
Constraints: cmp-1, cmp-2
..... Slices for extension Content/Rules for all slices
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... code 1..1 CodeableConcept Classification of section (recommended)
Binding: Guideline Sections (extensible)
Required Pattern: At least the following
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... text 0..1 string Plain text representation of the concept
...... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: action
....... display 1..1 string Representation defined by the system
Fixed Value: Action
....... userSelected 0..1 boolean If this coding was chosen directly by the user
..... entry C 0..* Reference(Resource) A reference to data that supports this section
..... Slices for section 0..* See section (Composition) Nested Section
Slice: Unordered, Closed by value:code
...... section:All Slices Content/Rules for all slices
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... entry C 0..* Reference(Resource) A reference to data that supports this section
..... Slices for section Content/Rules for all slices
...... section:language 0..* BackboneElement Nested Section
....... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
....... Slices for extension Content/Rules for all slices
........ extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding

........ extension:keyword 0..* CodeableConcept Keyword
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-keyword
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ text 0..1 string Plain text representation of the concept
........ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
......... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
......... version 0..1 string Version of the system - if relevant
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
......... display 1..1 string Representation defined by the system
Fixed Value: Language
......... userSelected 0..1 boolean If this coding was chosen directly by the user
....... entry C 0..* Reference(PlanDefinition) A reference to data that supports this section
...... section:text 0..* BackboneElement Nested Section
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ text 0..1 string Plain text representation of the concept
........ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
......... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
......... version 0..1 string Version of the system - if relevant
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
......... display 1..1 string Representation defined by the system
Fixed Value: Text
......... userSelected 0..1 boolean If this coding was chosen directly by the user
....... entry C 0..* Reference(Resource) A reference to data that supports this section
.... section:oppositeAction C 0..1 BackboneElement Composition is broken into sections
Constraints: cmp-1, cmp-2
..... Slices for extension Content/Rules for all slices
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... code 1..1 CodeableConcept Classification of section (recommended)
Binding: Guideline Sections (extensible)
Required Pattern: At least the following
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... text 0..1 string Plain text representation of the concept
...... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: opposite-action
....... display 1..1 string Representation defined by the system
Fixed Value: Opposite Action
....... userSelected 0..1 boolean If this coding was chosen directly by the user
..... entry C 0..* Reference(Resource) A reference to data that supports this section
..... Slices for section 0..* See section (Composition) Nested Section
Slice: Unordered, Closed by value:code
...... section:All Slices Content/Rules for all slices
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... entry C 0..* Reference(Resource) A reference to data that supports this section
..... Slices for section Content/Rules for all slices
...... section:language 0..* BackboneElement Nested Section
....... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
....... Slices for extension Content/Rules for all slices
........ extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding

........ extension:keyword 0..* CodeableConcept Keyword
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-keyword
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ text 0..1 string Plain text representation of the concept
........ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
......... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
......... version 0..1 string Version of the system - if relevant
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
......... display 1..1 string Representation defined by the system
Fixed Value: Language
......... userSelected 0..1 boolean If this coding was chosen directly by the user
....... entry C 0..* Reference(PlanDefinition) A reference to data that supports this section
...... section:text 0..* BackboneElement Nested Section
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ text 0..1 string Plain text representation of the concept
........ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
......... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
......... version 0..1 string Version of the system - if relevant
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
......... display 1..1 string Representation defined by the system
Fixed Value: Text
......... userSelected 0..1 boolean If this coding was chosen directly by the user
....... entry C 0..* Reference(Resource) A reference to data that supports this section
.... section:evidence SC 0..1 BackboneElement Composition is broken into sections
Constraints: cmp-1, cmp-2
..... Slices for extension Content/Rules for all slices
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... code 1..1 CodeableConcept Classification of section (recommended)
Binding: Guideline Sections (extensible)
Required Pattern: At least the following
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... text 0..1 string Plain text representation of the concept
...... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: evidence
....... display 1..1 string Representation defined by the system
Fixed Value: Evidence
....... userSelected 0..1 boolean If this coding was chosen directly by the user
..... entry C 0..* Reference(Resource) A reference to data that supports this section
.... section:justification SC 0..1 BackboneElement Composition is broken into sections
Constraints: cmp-1, cmp-2
..... Slices for extension Content/Rules for all slices
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... code 1..1 CodeableConcept Classification of section (recommended)
Binding: Guideline Sections (extensible)
Required Pattern: At least the following
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... text 0..1 string Plain text representation of the concept
...... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: justification
....... display 1..1 string Representation defined by the system
Fixed Value: Justification
....... userSelected 0..1 boolean If this coding was chosen directly by the user
..... entry C 0..* Reference(RecommendationJustification) A reference to data that supports this section
.... section:considerations SC 0..1 BackboneElement Composition is broken into sections
Constraints: cmp-1, cmp-2
..... Slices for extension Content/Rules for all slices
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... code 1..1 CodeableConcept Classification of section (recommended)
Binding: Guideline Sections (extensible)
Required Pattern: At least the following
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... text 0..1 string Plain text representation of the concept
...... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: considerations
....... display 1..1 string Representation defined by the system
Fixed Value: Considerations
....... userSelected 0..1 boolean If this coding was chosen directly by the user
..... entry C 0..* Reference(Resource) A reference to data that supports this section
.... section:text SC 0..* BackboneElement Composition is broken into sections
Constraints: cmp-1, cmp-2
..... Slices for extension Content/Rules for all slices
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... code 1..1 CodeableConcept Classification of section (recommended)
Binding: Guideline Sections (extensible)
Required Pattern: At least the following
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... text 0..1 string Plain text representation of the concept
...... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
....... display 1..1 string Representation defined by the system
Fixed Value: Text
....... userSelected 0..1 boolean If this coding was chosen directly by the user
..... entry C 0..* Reference(Resource) A reference to data that supports this section
..... Slices for section 0..* See section (Composition) Nested Section
Slice: Unordered, Closed by value:code
...... section:All Slices Content/Rules for all slices
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... entry C 0..* Reference(Resource) A reference to data that supports this section
..... Slices for section Content/Rules for all slices
...... section:language 0..* BackboneElement Nested Section
....... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
....... Slices for extension Content/Rules for all slices
........ extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding

....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ text 0..1 string Plain text representation of the concept
........ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
......... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
......... version 0..1 string Version of the system - if relevant
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
......... display 1..1 string Representation defined by the system
Fixed Value: Language
......... userSelected 0..1 boolean If this coding was chosen directly by the user
....... entry C 0..* Reference(Resource) A reference to data that supports this section
...... section:text 0..* BackboneElement Nested Section
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ text 0..1 string Plain text representation of the concept
........ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
......... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
......... version 0..1 string Version of the system - if relevant
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
......... display 1..1 string Representation defined by the system
Fixed Value: Text
......... userSelected 0..1 boolean If this coding was chosen directly by the user
....... entry C 0..* Reference(Resource) A reference to data that supports this section
.... section:consensusProtocol C 0..* BackboneElement Composition is broken into sections
Constraints: cmp-1, cmp-2
..... Slices for extension Content/Rules for all slices
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... code 1..1 CodeableConcept Classification of section (recommended)
Binding: Guideline Sections (extensible)
Required Pattern: At least the following
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... text 0..1 string Plain text representation of the concept
...... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: consensus-protocol
....... display 1..1 string Representation defined by the system
Fixed Value: Consensus Protocol
....... userSelected 0..1 boolean If this coding was chosen directly by the user
..... entry C 0..* Reference(Resource) A reference to data that supports this section
..... Slices for section 0..* See section (Composition) Nested Section
Slice: Unordered, Closed by value:code
...... section:All Slices Content/Rules for all slices
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... entry C 0..* Reference(Resource) A reference to data that supports this section
..... Slices for section Content/Rules for all slices
...... section:language 0..* BackboneElement Nested Section
....... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
....... Slices for extension Content/Rules for all slices
........ extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding

....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ text 0..1 string Plain text representation of the concept
........ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
......... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
......... version 0..1 string Version of the system - if relevant
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
......... display 1..1 string Representation defined by the system
Fixed Value: Language
......... userSelected 0..1 boolean If this coding was chosen directly by the user
....... entry C 0..* Reference(Resource) A reference to data that supports this section
...... section:text 0..* BackboneElement Nested Section
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ text 0..1 string Plain text representation of the concept
........ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
......... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
......... version 0..1 string Version of the system - if relevant
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
......... display 1..1 string Representation defined by the system
Fixed Value: Text
......... userSelected 0..1 boolean If this coding was chosen directly by the user
....... entry C 0..* Reference(Resource) A reference to data that supports this section
....... Slices for section 0..* See section (Composition) Nested Section
Slice: Unordered, Closed by value:code
........ section:All Slices Content/Rules for all slices
......... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
......... entry C 0..* Reference(Resource) A reference to data that supports this section
....... Slices for section Content/Rules for all slices
........ section:language 0..* BackboneElement Nested Section
......... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
......... Slices for extension Content/Rules for all slices
.......... extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding

......... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
......... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
.......... id 0..1 string Unique id for inter-element referencing
.......... extension 0..* Extension Additional content defined by implementations
.......... text 0..1 string Plain text representation of the concept
.......... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
........... id 0..1 string Unique id for inter-element referencing
........... extension 0..* Extension Additional content defined by implementations
........... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
........... version 0..1 string Version of the system - if relevant
........... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
........... display 1..1 string Representation defined by the system
Fixed Value: Language
........... userSelected 0..1 boolean If this coding was chosen directly by the user
......... entry C 0..* Reference(Resource) A reference to data that supports this section
........ section:text 0..* BackboneElement Nested Section
......... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
......... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
.......... id 0..1 string Unique id for inter-element referencing
.......... extension 0..* Extension Additional content defined by implementations
.......... text 0..1 string Plain text representation of the concept
.......... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
........... id 0..1 string Unique id for inter-element referencing
........... extension 0..* Extension Additional content defined by implementations
........... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
........... version 0..1 string Version of the system - if relevant
........... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
........... display 1..1 string Representation defined by the system
Fixed Value: Text
........... userSelected 0..1 boolean If this coding was chosen directly by the user
......... entry C 0..* Reference(Resource) A reference to data that supports this section
......... Slices for section 0..* See section (Composition) Nested Section
Slice: Unordered, Closed by value:code
.......... section:All Slices Content/Rules for all slices
........... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........... entry C 0..* Reference(Resource) A reference to data that supports this section
......... Slices for section Content/Rules for all slices
.......... section:language 0..* BackboneElement Nested Section
........... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
........... Slices for extension Content/Rules for all slices
............ extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding

........... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
............ id 0..1 string Unique id for inter-element referencing
............ extension 0..* Extension Additional content defined by implementations
............ text 0..1 string Plain text representation of the concept
............ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
............. id 0..1 string Unique id for inter-element referencing
............. extension 0..* Extension Additional content defined by implementations
............. system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
............. version 0..1 string Version of the system - if relevant
............. code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
............. display 1..1 string Representation defined by the system
Fixed Value: Language
............. userSelected 0..1 boolean If this coding was chosen directly by the user
........... entry C 0..* Reference(Resource) A reference to data that supports this section
.......... section:text 0..* BackboneElement Nested Section
........... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
............ id 0..1 string Unique id for inter-element referencing
............ extension 0..* Extension Additional content defined by implementations
............ text 0..1 string Plain text representation of the concept
............ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
............. id 0..1 string Unique id for inter-element referencing
............. extension 0..* Extension Additional content defined by implementations
............. system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
............. version 0..1 string Version of the system - if relevant
............. code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
............. display 1..1 string Representation defined by the system
Fixed Value: Text
............. userSelected 0..1 boolean If this coding was chosen directly by the user
........... entry C 0..* Reference(Resource) A reference to data that supports this section
........... Slices for section 0..* See section (Composition) Nested Section
Slice: Unordered, Closed by value:code
............ section:All Slices Content/Rules for all slices
............. modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
............. entry C 0..* Reference(Resource) A reference to data that supports this section
........... Slices for section Content/Rules for all slices
............ section:language 0..* BackboneElement Nested Section
............. Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
............. Slices for extension Content/Rules for all slices
.............. extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding

............. modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
............. code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
.............. id 0..1 string Unique id for inter-element referencing
.............. extension 0..* Extension Additional content defined by implementations
.............. text 0..1 string Plain text representation of the concept
.............. coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
............... id 0..1 string Unique id for inter-element referencing
............... extension 0..* Extension Additional content defined by implementations
............... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
............... version 0..1 string Version of the system - if relevant
............... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
............... display 1..1 string Representation defined by the system
Fixed Value: Language
............... userSelected 0..1 boolean If this coding was chosen directly by the user
............. entry C 0..* Reference(Resource) A reference to data that supports this section
............ section:text 0..* BackboneElement Nested Section
............. modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
............. code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
.............. id 0..1 string Unique id for inter-element referencing
.............. extension 0..* Extension Additional content defined by implementations
.............. text 0..1 string Plain text representation of the concept
.............. coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
............... id 0..1 string Unique id for inter-element referencing
............... extension 0..* Extension Additional content defined by implementations
............... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
............... version 0..1 string Version of the system - if relevant
............... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
............... display 1..1 string Representation defined by the system
Fixed Value: Text
............... userSelected 0..1 boolean If this coding was chosen directly by the user
............. entry C 0..* Reference(Resource) A reference to data that supports this section
............. Slices for section 0..* See section (Composition) Nested Section
Slice: Unordered, Closed by value:code
.............. section:All Slices Content/Rules for all slices
............... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
............... entry C 0..* Reference(Resource) A reference to data that supports this section
............. Slices for section Content/Rules for all slices
.............. section:language 0..* BackboneElement Nested Section
............... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
............... Slices for extension Content/Rules for all slices
................ extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding

............... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
............... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
................ id 0..1 string Unique id for inter-element referencing
................ extension 0..* Extension Additional content defined by implementations
................ text 0..1 string Plain text representation of the concept
................ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
................. id 0..1 string Unique id for inter-element referencing
................. extension 0..* Extension Additional content defined by implementations
................. system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
................. version 0..1 string Version of the system - if relevant
................. code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
................. display 1..1 string Representation defined by the system
Fixed Value: Language
................. userSelected 0..1 boolean If this coding was chosen directly by the user
............... entry C 0..* Reference(Resource) A reference to data that supports this section
.............. section:text 0..* BackboneElement Nested Section
............... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
............... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
................ id 0..1 string Unique id for inter-element referencing
................ extension 0..* Extension Additional content defined by implementations
................ text 0..1 string Plain text representation of the concept
................ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
................. id 0..1 string Unique id for inter-element referencing
................. extension 0..* Extension Additional content defined by implementations
................. system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
................. version 0..1 string Version of the system - if relevant
................. code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
................. display 1..1 string Representation defined by the system
Fixed Value: Text
................. userSelected 0..1 boolean If this coding was chosen directly by the user
............... entry C 0..* Reference(Resource) A reference to data that supports this section
............... Slices for section 0..* See section (Composition) Nested Section
Slice: Unordered, Closed by value:code
................ section:All Slices Content/Rules for all slices
................. modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
................. entry C 0..* Reference(Resource) A reference to data that supports this section
............... Slices for section Content/Rules for all slices
................ section:language 0..* BackboneElement Nested Section
................. Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
................. Slices for extension Content/Rules for all slices
.................. extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding

................. modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
................. code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
.................. id 0..1 string Unique id for inter-element referencing
.................. extension 0..* Extension Additional content defined by implementations
.................. text 0..1 string Plain text representation of the concept
.................. coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
................... id 0..1 string Unique id for inter-element referencing
................... extension 0..* Extension Additional content defined by implementations
................... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
................... version 0..1 string Version of the system - if relevant
................... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
................... display 1..1 string Representation defined by the system
Fixed Value: Language
................... userSelected 0..1 boolean If this coding was chosen directly by the user
................. entry C 0..* Reference(Resource) A reference to data that supports this section
................ section:text 0..* BackboneElement Nested Section
................. modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
................. code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
.................. id 0..1 string Unique id for inter-element referencing
.................. extension 0..* Extension Additional content defined by implementations
.................. text 0..1 string Plain text representation of the concept
.................. coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
................... id 0..1 string Unique id for inter-element referencing
................... extension 0..* Extension Additional content defined by implementations
................... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
................... version 0..1 string Version of the system - if relevant
................... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
................... display 1..1 string Representation defined by the system
Fixed Value: Text
................... userSelected 0..1 boolean If this coding was chosen directly by the user
................. entry C 0..* Reference(Resource) A reference to data that supports this section
................. Slices for section 0..* See section (Composition) Nested Section
Slice: Unordered, Closed by value:code
.................. section:All Slices Content/Rules for all slices
................... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
................... entry C 0..* Reference(Resource) A reference to data that supports this section
................. Slices for section Content/Rules for all slices
.................. section:language 0..* BackboneElement Nested Section
................... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
................... Slices for extension Content/Rules for all slices
.................... extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding

................... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
................... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
.................... id 0..1 string Unique id for inter-element referencing
.................... extension 0..* Extension Additional content defined by implementations
.................... text 0..1 string Plain text representation of the concept
.................... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
..................... id 0..1 string Unique id for inter-element referencing
..................... extension 0..* Extension Additional content defined by implementations
..................... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
..................... version 0..1 string Version of the system - if relevant
..................... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
..................... display 1..1 string Representation defined by the system
Fixed Value: Language
..................... userSelected 0..1 boolean If this coding was chosen directly by the user
................... entry C 0..* Reference(Resource) A reference to data that supports this section
.................. section:text 0..* BackboneElement Nested Section
................... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
................... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
.................... id 0..1 string Unique id for inter-element referencing
.................... extension 0..* Extension Additional content defined by implementations
.................... text 0..1 string Plain text representation of the concept
.................... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
..................... id 0..1 string Unique id for inter-element referencing
..................... extension 0..* Extension Additional content defined by implementations
..................... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
..................... version 0..1 string Version of the system - if relevant
..................... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
..................... display 1..1 string Representation defined by the system
Fixed Value: Text
..................... userSelected 0..1 boolean If this coding was chosen directly by the user
................... entry C 0..* Reference(Resource) A reference to data that supports this section
.... section:patientVersion C 0..* BackboneElement Composition is broken into sections
Constraints: cmp-1, cmp-2
..... Slices for extension Content/Rules for all slices
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... code 1..1 CodeableConcept Classification of section (recommended)
Binding: Guideline Sections (extensible)
Required Pattern: At least the following
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... text 0..1 string Plain text representation of the concept
...... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: patient-version
....... display 1..1 string Representation defined by the system
Fixed Value: Patient Version
....... userSelected 0..1 boolean If this coding was chosen directly by the user
..... entry C 0..* Reference(Resource) A reference to data that supports this section
.... section:otherContent C 0..* BackboneElement Composition is broken into sections
Constraints: cmp-1, cmp-2
..... Slices for extension Content/Rules for all slices
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... code 1..1 CodeableConcept Classification of section (recommended)
Binding: Content Types (required)
...... coding 1..1 Coding Code defined by a terminology system
Binding: Content Types (required)
..... entry C 0..* Reference(Resource) A reference to data that supports this section
..... Slices for section 0..* See section (Composition) Nested Section
Slice: Unordered, Closed by value:code
...... section:All Slices Content/Rules for all slices
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... entry C 0..* Reference(Resource) A reference to data that supports this section
..... Slices for section Content/Rules for all slices
...... section:language 0..* BackboneElement Nested Section
....... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
....... Slices for extension Content/Rules for all slices
........ extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding

....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ text 0..1 string Plain text representation of the concept
........ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
......... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
......... version 0..1 string Version of the system - if relevant
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
......... display 1..1 string Representation defined by the system
Fixed Value: Language
......... userSelected 0..1 boolean If this coding was chosen directly by the user
....... entry C 0..* Reference(Resource) A reference to data that supports this section
...... section:text 0..* BackboneElement Nested Section
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ text 0..1 string Plain text representation of the concept
........ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
......... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
......... version 0..1 string Version of the system - if relevant
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
......... display 1..1 string Representation defined by the system
Fixed Value: Text
......... userSelected 0..1 boolean If this coding was chosen directly by the user
....... entry C 0..* Reference(Resource) A reference to data that supports this section
....... Slices for section 0..* See section (Composition) Nested Section
Slice: Unordered, Closed by value:code
........ section:All Slices Content/Rules for all slices
......... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
......... entry C 0..* Reference(Resource) A reference to data that supports this section
....... Slices for section Content/Rules for all slices
........ section:language 0..* BackboneElement Nested Section
......... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
......... Slices for extension Content/Rules for all slices
.......... extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding

......... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
......... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
.......... id 0..1 string Unique id for inter-element referencing
.......... extension 0..* Extension Additional content defined by implementations
.......... text 0..1 string Plain text representation of the concept
.......... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
........... id 0..1 string Unique id for inter-element referencing
........... extension 0..* Extension Additional content defined by implementations
........... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
........... version 0..1 string Version of the system - if relevant
........... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
........... display 1..1 string Representation defined by the system
Fixed Value: Language
........... userSelected 0..1 boolean If this coding was chosen directly by the user
......... entry C 0..* Reference(Resource) A reference to data that supports this section
........ section:text 0..* BackboneElement Nested Section
......... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
......... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
.......... id 0..1 string Unique id for inter-element referencing
.......... extension 0..* Extension Additional content defined by implementations
.......... text 0..1 string Plain text representation of the concept
.......... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
........... id 0..1 string Unique id for inter-element referencing
........... extension 0..* Extension Additional content defined by implementations
........... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
........... version 0..1 string Version of the system - if relevant
........... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
........... display 1..1 string Representation defined by the system
Fixed Value: Text
........... userSelected 0..1 boolean If this coding was chosen directly by the user
......... entry C 0..* Reference(Resource) A reference to data that supports this section
......... Slices for section 0..* See section (Composition) Nested Section
Slice: Unordered, Closed by value:code
.......... section:All Slices Content/Rules for all slices
........... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........... entry C 0..* Reference(Resource) A reference to data that supports this section
......... Slices for section Content/Rules for all slices
.......... section:language 0..* BackboneElement Nested Section
........... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
........... Slices for extension Content/Rules for all slices
............ extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding

........... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
............ id 0..1 string Unique id for inter-element referencing
............ extension 0..* Extension Additional content defined by implementations
............ text 0..1 string Plain text representation of the concept
............ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
............. id 0..1 string Unique id for inter-element referencing
............. extension 0..* Extension Additional content defined by implementations
............. system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
............. version 0..1 string Version of the system - if relevant
............. code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
............. display 1..1 string Representation defined by the system
Fixed Value: Language
............. userSelected 0..1 boolean If this coding was chosen directly by the user
........... entry C 0..* Reference(Resource) A reference to data that supports this section
.......... section:text 0..* BackboneElement Nested Section
........... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
............ id 0..1 string Unique id for inter-element referencing
............ extension 0..* Extension Additional content defined by implementations
............ text 0..1 string Plain text representation of the concept
............ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
............. id 0..1 string Unique id for inter-element referencing
............. extension 0..* Extension Additional content defined by implementations
............. system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
............. version 0..1 string Version of the system - if relevant
............. code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
............. display 1..1 string Representation defined by the system
Fixed Value: Text
............. userSelected 0..1 boolean If this coding was chosen directly by the user
........... entry C 0..* Reference(Resource) A reference to data that supports this section
........... Slices for section 0..* See section (Composition) Nested Section
Slice: Unordered, Closed by value:code
............ section:All Slices Content/Rules for all slices
............. modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
............. entry C 0..* Reference(Resource) A reference to data that supports this section
........... Slices for section Content/Rules for all slices
............ section:language 0..* BackboneElement Nested Section
............. Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
............. Slices for extension Content/Rules for all slices
.............. extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding

............. modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
............. code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
.............. id 0..1 string Unique id for inter-element referencing
.............. extension 0..* Extension Additional content defined by implementations
.............. text 0..1 string Plain text representation of the concept
.............. coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
............... id 0..1 string Unique id for inter-element referencing
............... extension 0..* Extension Additional content defined by implementations
............... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
............... version 0..1 string Version of the system - if relevant
............... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
............... display 1..1 string Representation defined by the system
Fixed Value: Language
............... userSelected 0..1 boolean If this coding was chosen directly by the user
............. entry C 0..* Reference(Resource) A reference to data that supports this section
............ section:text 0..* BackboneElement Nested Section
............. modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
............. code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
.............. id 0..1 string Unique id for inter-element referencing
.............. extension 0..* Extension Additional content defined by implementations
.............. text 0..1 string Plain text representation of the concept
.............. coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
............... id 0..1 string Unique id for inter-element referencing
............... extension 0..* Extension Additional content defined by implementations
............... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
............... version 0..1 string Version of the system - if relevant
............... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
............... display 1..1 string Representation defined by the system
Fixed Value: Text
............... userSelected 0..1 boolean If this coding was chosen directly by the user
............. entry C 0..* Reference(Resource) A reference to data that supports this section
............. Slices for section 0..* See section (Composition) Nested Section
Slice: Unordered, Closed by value:code
.............. section:All Slices Content/Rules for all slices
............... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
............... entry C 0..* Reference(Resource) A reference to data that supports this section
............. Slices for section Content/Rules for all slices
.............. section:language 0..* BackboneElement Nested Section
............... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
............... Slices for extension Content/Rules for all slices
................ extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding

............... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
............... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
................ id 0..1 string Unique id for inter-element referencing
................ extension 0..* Extension Additional content defined by implementations
................ text 0..1 string Plain text representation of the concept
................ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
................. id 0..1 string Unique id for inter-element referencing
................. extension 0..* Extension Additional content defined by implementations
................. system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
................. version 0..1 string Version of the system - if relevant
................. code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
................. display 1..1 string Representation defined by the system
Fixed Value: Language
................. userSelected 0..1 boolean If this coding was chosen directly by the user
............... entry C 0..* Reference(Resource) A reference to data that supports this section
.............. section:text 0..* BackboneElement Nested Section
............... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
............... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
................ id 0..1 string Unique id for inter-element referencing
................ extension 0..* Extension Additional content defined by implementations
................ text 0..1 string Plain text representation of the concept
................ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
................. id 0..1 string Unique id for inter-element referencing
................. extension 0..* Extension Additional content defined by implementations
................. system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
................. version 0..1 string Version of the system - if relevant
................. code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
................. display 1..1 string Representation defined by the system
Fixed Value: Text
................. userSelected 0..1 boolean If this coding was chosen directly by the user
............... entry C 0..* Reference(Resource) A reference to data that supports this section
............... Slices for section 0..* See section (Composition) Nested Section
Slice: Unordered, Closed by value:code
................ section:All Slices Content/Rules for all slices
................. modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
................. entry C 0..* Reference(Resource) A reference to data that supports this section
............... Slices for section Content/Rules for all slices
................ section:language 0..* BackboneElement Nested Section
................. Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
................. Slices for extension Content/Rules for all slices
.................. extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding

................. modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
................. code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
.................. id 0..1 string Unique id for inter-element referencing
.................. extension 0..* Extension Additional content defined by implementations
.................. text 0..1 string Plain text representation of the concept
.................. coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
................... id 0..1 string Unique id for inter-element referencing
................... extension 0..* Extension Additional content defined by implementations
................... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
................... version 0..1 string Version of the system - if relevant
................... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
................... display 1..1 string Representation defined by the system
Fixed Value: Language
................... userSelected 0..1 boolean If this coding was chosen directly by the user
................. entry C 0..* Reference(Resource) A reference to data that supports this section
................ section:text 0..* BackboneElement Nested Section
................. modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
................. code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
.................. id 0..1 string Unique id for inter-element referencing
.................. extension 0..* Extension Additional content defined by implementations
.................. text 0..1 string Plain text representation of the concept
.................. coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
................... id 0..1 string Unique id for inter-element referencing
................... extension 0..* Extension Additional content defined by implementations
................... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
................... version 0..1 string Version of the system - if relevant
................... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
................... display 1..1 string Representation defined by the system
Fixed Value: Text
................... userSelected 0..1 boolean If this coding was chosen directly by the user
................. entry C 0..* Reference(Resource) A reference to data that supports this section
................. Slices for section 0..* See section (Composition) Nested Section
Slice: Unordered, Closed by value:code
.................. section:All Slices Content/Rules for all slices
................... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
................... entry C 0..* Reference(Resource) A reference to data that supports this section
................. Slices for section Content/Rules for all slices
.................. section:language 0..* BackboneElement Nested Section
................... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
................... Slices for extension Content/Rules for all slices
.................... extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding

................... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
................... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
.................... id 0..1 string Unique id for inter-element referencing
.................... extension 0..* Extension Additional content defined by implementations
.................... text 0..1 string Plain text representation of the concept
.................... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
..................... id 0..1 string Unique id for inter-element referencing
..................... extension 0..* Extension Additional content defined by implementations
..................... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
..................... version 0..1 string Version of the system - if relevant
..................... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
..................... display 1..1 string Representation defined by the system
Fixed Value: Language
..................... userSelected 0..1 boolean If this coding was chosen directly by the user
................... entry C 0..* Reference(Resource) A reference to data that supports this section
.................. section:text 0..* BackboneElement Nested Section
................... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
................... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
.................... id 0..1 string Unique id for inter-element referencing
.................... extension 0..* Extension Additional content defined by implementations
.................... text 0..1 string Plain text representation of the concept
.................... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
..................... id 0..1 string Unique id for inter-element referencing
..................... extension 0..* Extension Additional content defined by implementations
..................... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
..................... version 0..1 string Version of the system - if relevant
..................... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
..................... display 1..1 string Representation defined by the system
Fixed Value: Text
..................... userSelected 0..1 boolean If this coding was chosen directly by the user
................... entry C 0..* Reference(Resource) A reference to data that supports this section
.... section:outcome C 0..1 BackboneElement Composition is broken into sections
Constraints: cmp-1, cmp-2
..... Slices for extension Content/Rules for all slices
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... code 1..1 CodeableConcept Classification of section (recommended)
Binding: Guideline Sections (extensible)
Required Pattern: At least the following
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... text 0..1 string Plain text representation of the concept
...... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-pico
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: outcome
....... display 1..1 string Representation defined by the system
Fixed Value: Outcome
....... userSelected 0..1 boolean If this coding was chosen directly by the user
..... entry C 0..* Reference(Resource) A reference to data that supports this section
..... Slices for section 0..* See section (Composition) Nested Section
Slice: Unordered, Closed by value:code
...... section:All Slices Content/Rules for all slices
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... entry C 0..* Reference(Resource) A reference to data that supports this section
..... Slices for section Content/Rules for all slices
...... section:language 0..* BackboneElement Nested Section
....... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
....... Slices for extension Content/Rules for all slices
........ extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding

........ extension:keyword 0..* CodeableConcept Keyword
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-keyword
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ text 0..1 string Plain text representation of the concept
........ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
......... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
......... version 0..1 string Version of the system - if relevant
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
......... display 1..1 string Representation defined by the system
Fixed Value: Language
......... userSelected 0..1 boolean If this coding was chosen directly by the user
....... entry C 0..* Reference(EvidenceVariable | Group) A reference to data that supports this section
...... section:text 0..* BackboneElement Nested Section
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ text 0..1 string Plain text representation of the concept
........ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
......... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
......... version 0..1 string Version of the system - if relevant
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
......... display 1..1 string Representation defined by the system
Fixed Value: Text
......... userSelected 0..1 boolean If this coding was chosen directly by the user
....... entry C 0..* Reference(Resource) A reference to data that supports this section

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
Composition.extension:versionAlgorithm.​value[x]:valueCoding Base extensible Version Algorithm 📦6.0.0-ballot3 FHIR Std.
Composition.status Base required Composition Status 📍6.0.0-ballot3 FHIR Std.
Composition.type Base preferred FHIR Document Type Codes 📍6.0.0-ballot3 FHIR Std.
Composition.category Base example Referenced Item Category Value Set 📍6.0.0-ballot3 FHIR Std.
Composition.category:synthesisType Base example Referenced Item Category Value Set 📍6.0.0-ballot3 FHIR Std.
Composition.category:synthesisType.​coding Base required Recommendation Synthesis Type 📦0.2.0 This IG
Composition.category:clinicalApplicationType Base example Referenced Item Category Value Set 📍6.0.0-ballot3 FHIR Std.
Composition.category:clinicalApplicationType.​coding Base required Clinical Application Type 📦0.2.0 This IG
Composition.relatesTo.​type Base required Artifact Relationship Type 📍6.0.0-ballot3 FHIR Std.
Composition.relatesTo:citeAs.​type Base required Artifact Relationship Type 📍6.0.0-ballot3 FHIR Std.
Composition.relatesTo:partOf.​type Base required Artifact Relationship Type 📍6.0.0-ballot3 FHIR Std.
Composition.relatesTo:derivedFrom.​type Base required Artifact Relationship Type 📍6.0.0-ballot3 FHIR Std.
Composition.relatesTo:specificationOf.​type Base required Artifact Relationship Type 📍6.0.0-ballot3 FHIR Std.
Composition.relatesTo:dependsOn.​type Base required Artifact Relationship Type 📍6.0.0-ballot3 FHIR Std.
Composition.relatesTo:supportedWith.​type Base required Artifact Relationship Type 📍6.0.0-ballot3 FHIR Std.
Composition.relatesTo:similarTo.​type Base required Artifact Relationship Type 📍6.0.0-ballot3 FHIR Std.
Composition.relatesTo:derivedFrom/picoQuestion.​type Base required Artifact Relationship Type 📍6.0.0-ballot3 FHIR Std.
Composition.relatesTo:specificationOfPreceedingRecommendation.​type Base required Artifact Relationship Type 📍6.0.0-ballot3 FHIR Std.
Composition.relatesTo:specificationOfSucceedingRecommendation.​type Base required Artifact Relationship Type 📍6.0.0-ballot3 FHIR Std.
Composition.relatesTo:replacesRecommendation.​type Base required Artifact Relationship Type 📍6.0.0-ballot3 FHIR Std.
Composition.section.​code Base extensible Guideline Sections 📦0.2.0 This IG
Composition.section:summary.​code Base extensible Guideline Sections 📦0.2.0 This IG
Composition.section:introduction.​code Base extensible Guideline Sections 📦0.2.0 This IG
Composition.section:discussion.​code Base extensible Guideline Sections 📦0.2.0 This IG
Composition.section:methods.​code Base extensible Guideline Sections 📦0.2.0 This IG
Composition.section:references.​code Base extensible Guideline Sections 📦0.2.0 This IG
Composition.section:competingInterests.​code Base extensible Guideline Sections 📦0.2.0 This IG
Composition.section:acknowledgements.​code Base extensible Guideline Sections 📦0.2.0 This IG
Composition.section:appendices.​code Base extensible Guideline Sections 📦0.2.0 This IG
Composition.section:recommendationStatement.​code Base extensible Guideline Sections 📦0.2.0 This IG
Composition.section:recommendationStatement.​section:language.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:recommendationStatement.​section:text.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:ratings.​code Base extensible Guideline Sections 📦0.2.0 This IG
Composition.section:population.​code Base extensible Guideline Sections 📦0.2.0 This IG
Composition.section:population.​section:language.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:population.​section:text.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:action.​code Base extensible Guideline Sections 📦0.2.0 This IG
Composition.section:action.​section:language.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:action.​section:text.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:oppositeAction.​code Base extensible Guideline Sections 📦0.2.0 This IG
Composition.section:oppositeAction.​section:language.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:oppositeAction.​section:text.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:evidence.​code Base extensible Guideline Sections 📦0.2.0 This IG
Composition.section:justification.​code Base extensible Guideline Sections 📦0.2.0 This IG
Composition.section:considerations.​code Base extensible Guideline Sections 📦0.2.0 This IG
Composition.section:text.​code Base extensible Guideline Sections 📦0.2.0 This IG
Composition.section:text.​section:language.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:text.​section:text.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​code Base extensible Guideline Sections 📦0.2.0 This IG
Composition.section:consensusProtocol.​section:language.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:language.​code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:language.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.section:language.​code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.section:text.​code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.section:text.​section:language.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.section:text.​section:text.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.section:text.​section:text.section:language.​code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.section:text.​section:text.section:text.​code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.section:text.​section:text.section:text.​section:language.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.section:text.​section:text.section:text.​section:text.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:patientVersion.​code Base extensible Guideline Sections 📦0.2.0 This IG
Composition.section:otherContent.​code Base required Content Types 📦0.2.0 This IG
Composition.section:otherContent.​code.coding Base required Content Types 📦0.2.0 This IG
Composition.section:otherContent.​section:language.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:language.​code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:language.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.section:language.​code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.section:text.​code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.section:text.​section:language.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.section:text.​section:text.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.section:text.​section:text.section:language.​code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.section:text.​section:text.section:text.​code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.section:text.​section:text.section:text.​section:language.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.section:text.​section:text.section:text.​section:text.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:outcome.​code Base extensible Guideline Sections 📦0.2.0 This IG
Composition.section:outcome.​section:language.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:outcome.​section:text.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
cmp-1 error Composition.section, Composition.section:introduction, Composition.section:discussion, Composition.section:methods, Composition.section:references, Composition.section:competingInterests, Composition.section:acknowledgements, Composition.section:appendices, Composition.section:attachments, Composition.section:recommendationStatement, Composition.section:ratings, Composition.section:population, Composition.section:action, Composition.section:oppositeAction, Composition.section:evidence, Composition.section:justification, Composition.section:considerations, Composition.section:text, Composition.section:consensusProtocol, Composition.section:patientVersion, Composition.section:otherContent, Composition.section:outcome A section must contain at least one of text, entries, or sub-sections text.exists() or entry.exists() or section.exists()
cmp-2 error Composition.section, Composition.section:introduction, Composition.section:discussion, Composition.section:methods, Composition.section:references, Composition.section:competingInterests, Composition.section:acknowledgements, Composition.section:appendices, Composition.section:attachments, Composition.section:recommendationStatement, Composition.section:ratings, Composition.section:population, Composition.section:action, Composition.section:oppositeAction, Composition.section:evidence, Composition.section:justification, Composition.section:considerations, Composition.section:text, Composition.section:consensusProtocol, Composition.section:patientVersion, Composition.section:otherContent, Composition.section:outcome A section can only have an emptyReason if no entries are included emptyReason.empty() or entry.empty()
dom-2 error Composition If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error Composition 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 error Composition 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 error Composition If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice Composition A resource should have narrative for robust management text.`div`.exists()
ele-1 error **ALL** elements All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error **ALL** extensions Must have either extensions or value[x], not both extension.exists() != value.exists()
inv-require-official-identifier error Composition Every Guideline/Recommendation must have exactly one official identifier (with use = #official) identifier.where(use='official').count() = 1

This structure is derived from Recommendation

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Composition C 0..* Recommendation A set of resources composed into a single coherent clinical statement with clinical attestation
Constraints: inv-require-official-identifier
... meta
.... tag 0..* Coding Tags applied to this resource
Binding: Recommendation Tags (preferred)
... Slices for extension Content/Rules for all slices
.... extension:versionAlgorithm 0..1 ArtifactVersionAlgorithm(5.3.0) How to compare versions
..... Slices for value[x] Content/Rules for all slices
...... value[x]:valueCoding 0..1 Coding Value of extension
Required Pattern: At least the following
....... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-awmf
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: year-month-versioning
.... extension:approvalDate 0..1 ArtifactApprovalDate(5.3.0) Approval Date
..... extension 0..0 Extension
.... extension:lastReviewDate 0..1 ArtifactLastReviewDate(5.3.0) Last Literature Review Date
..... extension 0..0 Extension
.... extension:reviewStatus 0..1 (Complex) Version status of recommendation, i.e., confirmed, updated or new
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-recommendation-review-status
... version 1..1 string An explicitly assigned identifier of a variation of the content in the Composition
.... category:synthesisType 1..1 CodeableConcept Assessment type for making this recommendation: evidence, consensus only, statement.
..... coding 0..* Coding Code defined by a terminology system
Binding: Recommendation Synthesis Type (required)
...... system S 1..1 uri Identity of the terminology system
...... code S 1..1 code Symbol in syntax defined by the system
.... category:clinicalApplicationType 0..* CodeableConcept Clinical application the recommendation is intended for: diagnostic, prognostic, therapeutic etc.
..... coding 0..* Coding Code defined by a terminology system
Binding: Clinical Application Type (required)
...... system S 1..1 uri Identity of the terminology system
...... code S 1..1 code Symbol in syntax defined by the system
... Slices for relatesTo 1..* BackboneElement Relationships to other compositions/documents
Slice: Unordered, Open by value:type, value:extension('http://hl7.org/fhir/StructureDefinition/relatesto-classifier').value.ofType(CodeableConcept)
.... relatesTo:partOf 1..* BackboneElement A reference to at least one guideline that this recommendation is part of.
.... relatesTo:derivedFrom/picoQuestion 0..* BackboneElement Relationships to other compositions/documents
..... extension 1..* Extension Extension
..... Slices for extension Content/Rules for all slices
...... extension:classifier 1..1 RelatesToClassifier A classifier of the target artifact in a relatesTo element
....... value[x] 1..1 CodeableConcept Value of extension
Required Pattern: At least the following
..... type 1..1 code 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
Required Pattern: derived-from
..... Slices for target[x] 1..1 Reference(Resource) The artifact that is related to this Composition
Slice: Unordered, Open by type:$this
..... Slices for target[x] Content/Rules for all slices
...... target[x]:targetReference 1..1 Reference(PICO Question) The artifact that is related to this Composition
.... relatesTo:specificationOfPreceedingRecommendation 0..* BackboneElement A reference to another Recommendation which preceeds this Recommendation in a (hypothetical) clinical workflow.
..... type 1..1 code 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
Required Pattern: predecessor
..... Slices for target[x] 1..1 Reference(Resource) The artifact that is related to this Composition
Slice: Unordered, Open by type:$this
..... Slices for target[x] Content/Rules for all slices
...... target[x]:targetReference 1..1 Reference(Recommendation) The artifact that is related to this Composition
.... relatesTo:specificationOfSucceedingRecommendation 0..* BackboneElement A reference to another Recommendation which succeeds this Recommendation in a (hypothetical) clinical workflow.
..... type 1..1 code 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
Required Pattern: successor
..... Slices for target[x] 1..1 Reference(Resource) The artifact that is related to this Composition
Slice: Unordered, Open by type:$this
..... Slices for target[x] Content/Rules for all slices
...... target[x]:targetReference 1..1 Reference(Recommendation) The artifact that is related to this Composition
.... relatesTo:replacesRecommendation 0..* BackboneElement A reference to an (older, outdated or obsolete) Recommendation which has been replaced by this Recommendation.
..... type 1..1 code 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
Required Pattern: replaces
..... Slices for target[x] 1..1 Reference(Resource) The artifact that is related to this Composition
Slice: Unordered, Open by type:$this
..... Slices for target[x] Content/Rules for all slices
...... target[x]:targetReference 1..1 Reference(Recommendation) The artifact that is related to this Composition
... Slices for section 1..* BackboneElement Composition is broken into sections
Slice: Unordered, Closed by value:code.coding
.... section:All Slices Content/Rules for all slices
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... code 0..1 CodeableConcept Classification of section (recommended)
Binding: Guideline Sections (extensible)
.... section:summary 0..0 BackboneElement Composition is broken into sections
.... section:introduction 0..1 BackboneElement Composition is broken into sections
..... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (Complex)
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: introduction
....... display 1..1 string Representation defined by the system
Fixed Value: Introduction
.... section:discussion 0..1 BackboneElement Composition is broken into sections
..... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (Complex)
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: discussion
....... display 1..1 string Representation defined by the system
Fixed Value: Discussion
.... section:methods 0..1 BackboneElement Composition is broken into sections
..... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (Complex)
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: methods
....... display 1..1 string Representation defined by the system
Fixed Value: Methods
.... section:references 0..1 BackboneElement Composition is broken into sections
..... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (Complex)
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: references
....... display 1..1 string Representation defined by the system
Fixed Value: References
.... section:competingInterests 0..1 BackboneElement Composition is broken into sections
..... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (Complex)
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: competing-interests
....... display 1..1 string Representation defined by the system
Fixed Value: Competing Interests
.... section:acknowledgements 0..1 BackboneElement Composition is broken into sections
..... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (Complex)
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: acknowledgements
....... display 1..1 string Representation defined by the system
Fixed Value: Acknowledgements
.... section:appendices 0..1 BackboneElement Composition is broken into sections
..... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (Complex)
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: appendices
....... display 1..1 string Representation defined by the system
Fixed Value: Appendices
.... section:recommendationStatement 1..1 BackboneElement Composition is broken into sections
..... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (Complex)
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: recommendation-statement
....... display 1..1 string Representation defined by the system
Fixed Value: Recommendation Statement
..... Slices for section 0..* Nested Section
Slice: Unordered, Closed by value:code
..... Slices for section Content/Rules for all slices
...... section:language 0..* BackboneElement Nested Section
....... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
....... Slices for extension Content/Rules for all slices
........ extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding
....... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
........ coding 1..1 Coding Code defined by a terminology system
Required Pattern: At least the following
......... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
......... display 1..1 string Representation defined by the system
Fixed Value: Language
....... section 0..0 Nested Section
...... section:text 0..* BackboneElement Nested Section
....... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
........ coding 1..1 Coding Code defined by a terminology system
Required Pattern: At least the following
......... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
......... display 1..1 string Representation defined by the system
Fixed Value: Text
.... section:ratings 0..1 BackboneElement The reference to the structured assessment of grade of recommendations, strength of consensus, level of evidence for this recommendation and respective evidence assessment tools.
..... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (Complex)
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: ratings
....... display 1..1 string Representation defined by the system
Fixed Value: Ratings
..... entry 0..* Reference(Recommendation Justification) A reference to data that supports this section
.... section:population 0..1 BackboneElement Composition is broken into sections
..... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (Complex)
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: population
....... display 1..1 string Representation defined by the system
Fixed Value: Population
..... Slices for section 0..* Nested Section
Slice: Unordered, Closed by value:code
..... Slices for section Content/Rules for all slices
...... section:language 0..* BackboneElement Nested Section
....... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
....... Slices for extension Content/Rules for all slices
........ extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding
........ extension:keyword 0..* CodeableConcept Keyword
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-keyword
....... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
........ coding 1..1 Coding Code defined by a terminology system
Required Pattern: At least the following
......... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
......... display 1..1 string Representation defined by the system
Fixed Value: Language
....... entry 0..* Reference(EvidenceVariable | Group) A reference to data that supports this section
....... section 0..0 Nested Section
...... section:text 0..* BackboneElement Nested Section
....... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
........ coding 1..1 Coding Code defined by a terminology system
Required Pattern: At least the following
......... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
......... display 1..1 string Representation defined by the system
Fixed Value: Text
.... section:action 0..1 BackboneElement Composition is broken into sections
..... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (Complex)
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: action
....... display 1..1 string Representation defined by the system
Fixed Value: Action
..... Slices for section 0..* Nested Section
Slice: Unordered, Closed by value:code
..... Slices for section Content/Rules for all slices
...... section:language 0..* BackboneElement Nested Section
....... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
....... Slices for extension Content/Rules for all slices
........ extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding
........ extension:keyword 0..* CodeableConcept Keyword
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-keyword
....... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
........ coding 1..1 Coding Code defined by a terminology system
Required Pattern: At least the following
......... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
......... display 1..1 string Representation defined by the system
Fixed Value: Language
....... entry 0..* Reference(PlanDefinition) A reference to data that supports this section
....... section 0..0 Nested Section
...... section:text 0..* BackboneElement Nested Section
....... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
........ coding 1..1 Coding Code defined by a terminology system
Required Pattern: At least the following
......... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
......... display 1..1 string Representation defined by the system
Fixed Value: Text
.... section:oppositeAction 0..1 BackboneElement Composition is broken into sections
..... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (Complex)
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: opposite-action
....... display 1..1 string Representation defined by the system
Fixed Value: Opposite Action
..... Slices for section 0..* Nested Section
Slice: Unordered, Closed by value:code
..... Slices for section Content/Rules for all slices
...... section:language 0..* BackboneElement Nested Section
....... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
....... Slices for extension Content/Rules for all slices
........ extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding
........ extension:keyword 0..* CodeableConcept Keyword
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-keyword
....... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
........ coding 1..1 Coding Code defined by a terminology system
Required Pattern: At least the following
......... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
......... display 1..1 string Representation defined by the system
Fixed Value: Language
....... entry 0..* Reference(PlanDefinition) A reference to data that supports this section
....... section 0..0 Nested Section
...... section:text 0..* BackboneElement Nested Section
....... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
........ coding 1..1 Coding Code defined by a terminology system
Required Pattern: At least the following
......... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
......... display 1..1 string Representation defined by the system
Fixed Value: Text
.... section:evidence 0..1 BackboneElement Composition is broken into sections
..... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (Complex)
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: evidence
....... display 1..1 string Representation defined by the system
Fixed Value: Evidence
.... section:justification 0..1 BackboneElement Composition is broken into sections
..... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (Complex)
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: justification
....... display 1..1 string Representation defined by the system
Fixed Value: Justification
.... section:considerations 0..1 BackboneElement Composition is broken into sections
..... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (Complex)
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: considerations
....... display 1..1 string Representation defined by the system
Fixed Value: Considerations
.... section:text S 0..* BackboneElement Composition is broken into sections
..... Slices for extension Content/Rules for all slices
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
...... coding 1..1 Coding Code defined by a terminology system
Required Pattern: At least the following
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
....... display 1..1 string Representation defined by the system
Fixed Value: Text
..... Slices for section 0..* Nested Section
Slice: Unordered, Closed by value:code
..... Slices for section Content/Rules for all slices
...... section:language 0..* BackboneElement Nested Section
....... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
....... Slices for extension Content/Rules for all slices
........ extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding
....... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
........ coding 1..1 Coding Code defined by a terminology system
Required Pattern: At least the following
......... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
......... display 1..1 string Representation defined by the system
Fixed Value: Language
....... section 0..0 Nested Section
...... section:text 0..* BackboneElement Nested Section
....... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
........ coding 1..1 Coding Code defined by a terminology system
Required Pattern: At least the following
......... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
......... display 1..1 string Representation defined by the system
Fixed Value: Text
.... section:consensusProtocol 0..* BackboneElement Composition is broken into sections
..... Slices for extension Content/Rules for all slices
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
...... coding 1..1 Coding Code defined by a terminology system
Required Pattern: At least the following
....... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: consensus-protocol
....... display 1..1 string Representation defined by the system
Fixed Value: Consensus Protocol
..... Slices for section 0..* Nested Section
Slice: Unordered, Closed by value:code
..... Slices for section Content/Rules for all slices
...... section:language 0..* BackboneElement Nested Section
....... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
....... Slices for extension Content/Rules for all slices
........ extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding
....... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
........ coding 1..1 Coding Code defined by a terminology system
Required Pattern: At least the following
......... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
......... display 1..1 string Representation defined by the system
Fixed Value: Language
....... section 0..0 Nested Section
...... section:text 0..* BackboneElement Nested Section
....... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
........ coding 1..1 Coding Code defined by a terminology system
Required Pattern: At least the following
......... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
......... display 1..1 string Representation defined by the system
Fixed Value: Text
....... Slices for section 0..* Nested Section
Slice: Unordered, Closed by value:code
....... Slices for section Content/Rules for all slices
........ section:language 0..* BackboneElement Nested Section
......... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
......... Slices for extension Content/Rules for all slices
.......... extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding
......... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
.......... coding 1..1 Coding Code defined by a terminology system
Required Pattern: At least the following
........... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
........... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
........... display 1..1 string Representation defined by the system
Fixed Value: Language
......... section 0..0 Nested Section
........ section:text 0..* BackboneElement Nested Section
......... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
.......... coding 1..1 Coding Code defined by a terminology system
Required Pattern: At least the following
........... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
........... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
........... display 1..1 string Representation defined by the system
Fixed Value: Text
......... Slices for section 0..* Nested Section
Slice: Unordered, Closed by value:code
......... Slices for section Content/Rules for all slices
.......... section:language 0..* BackboneElement Nested Section
........... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
........... Slices for extension Content/Rules for all slices
............ extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding
........... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
............ coding 1..1 Coding Code defined by a terminology system
Required Pattern: At least the following
............. system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
............. code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
............. display 1..1 string Representation defined by the system
Fixed Value: Language
........... section 0..0 Nested Section
.......... section:text 0..* BackboneElement Nested Section
........... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
............ coding 1..1 Coding Code defined by a terminology system
Required Pattern: At least the following
............. system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
............. code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
............. display 1..1 string Representation defined by the system
Fixed Value: Text
........... Slices for section 0..* Nested Section
Slice: Unordered, Closed by value:code
........... Slices for section Content/Rules for all slices
............ section:language 0..* BackboneElement Nested Section
............. Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
............. Slices for extension Content/Rules for all slices
.............. extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding
............. code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
.............. coding 1..1 Coding Code defined by a terminology system
Required Pattern: At least the following
............... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
............... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
............... display 1..1 string Representation defined by the system
Fixed Value: Language
............. section 0..0 Nested Section
............ section:text 0..* BackboneElement Nested Section
............. code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
.............. coding 1..1 Coding Code defined by a terminology system
Required Pattern: At least the following
............... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
............... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
............... display 1..1 string Representation defined by the system
Fixed Value: Text
............. Slices for section 0..* Nested Section
Slice: Unordered, Closed by value:code
............. Slices for section Content/Rules for all slices
.............. section:language 0..* BackboneElement Nested Section
............... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
............... Slices for extension Content/Rules for all slices
................ extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding
............... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
................ coding 1..1 Coding Code defined by a terminology system
Required Pattern: At least the following
................. system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
................. code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
................. display 1..1 string Representation defined by the system
Fixed Value: Language
............... section 0..0 Nested Section
.............. section:text 0..* BackboneElement Nested Section
............... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
................ coding 1..1 Coding Code defined by a terminology system
Required Pattern: At least the following
................. system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
................. code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
................. display 1..1 string Representation defined by the system
Fixed Value: Text
............... Slices for section 0..* Nested Section
Slice: Unordered, Closed by value:code
............... Slices for section Content/Rules for all slices
................ section:language 0..* BackboneElement Nested Section
................. Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
................. Slices for extension Content/Rules for all slices
.................. extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding
................. code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
.................. coding 1..1 Coding Code defined by a terminology system
Required Pattern: At least the following
................... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
................... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
................... display 1..1 string Representation defined by the system
Fixed Value: Language
................. section 0..0 Nested Section
................ section:text 0..* BackboneElement Nested Section
................. code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
.................. coding 1..1 Coding Code defined by a terminology system
Required Pattern: At least the following
................... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
................... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
................... display 1..1 string Representation defined by the system
Fixed Value: Text
................. Slices for section 0..* Nested Section
Slice: Unordered, Closed by value:code
................. Slices for section Content/Rules for all slices
.................. section:language 0..* BackboneElement Nested Section
................... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
................... Slices for extension Content/Rules for all slices
.................... extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding
................... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
.................... coding 1..1 Coding Code defined by a terminology system
Required Pattern: At least the following
..................... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
..................... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
..................... display 1..1 string Representation defined by the system
Fixed Value: Language
................... section 0..0 Nested Section
.................. section:text 0..* BackboneElement Nested Section
................... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
.................... coding 1..1 Coding Code defined by a terminology system
Required Pattern: At least the following
..................... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
..................... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
..................... display 1..1 string Representation defined by the system
Fixed Value: Text
.... section:patientVersion 0..* BackboneElement Composition is broken into sections
..... Slices for extension Content/Rules for all slices
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
...... coding 1..1 Coding Code defined by a terminology system
Required Pattern: At least the following
....... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: patient-version
....... display 1..1 string Representation defined by the system
Fixed Value: Patient Version
.... section:otherContent 0..* BackboneElement Composition is broken into sections
..... Slices for extension Content/Rules for all slices
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... code 1..1 CodeableConcept Classification of section (recommended)
Binding: Content Types (required)
...... coding 1..1 Coding Code defined by a terminology system
Binding: Content Types (required)
..... Slices for section 0..* Nested Section
Slice: Unordered, Closed by value:code
..... Slices for section Content/Rules for all slices
...... section:language 0..* BackboneElement Nested Section
....... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
....... Slices for extension Content/Rules for all slices
........ extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding
....... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
........ coding 1..1 Coding Code defined by a terminology system
Required Pattern: At least the following
......... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
......... display 1..1 string Representation defined by the system
Fixed Value: Language
....... section 0..0 Nested Section
...... section:text 0..* BackboneElement Nested Section
....... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
........ coding 1..1 Coding Code defined by a terminology system
Required Pattern: At least the following
......... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
......... display 1..1 string Representation defined by the system
Fixed Value: Text
....... Slices for section 0..* Nested Section
Slice: Unordered, Closed by value:code
....... Slices for section Content/Rules for all slices
........ section:language 0..* BackboneElement Nested Section
......... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
......... Slices for extension Content/Rules for all slices
.......... extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding
......... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
.......... coding 1..1 Coding Code defined by a terminology system
Required Pattern: At least the following
........... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
........... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
........... display 1..1 string Representation defined by the system
Fixed Value: Language
......... section 0..0 Nested Section
........ section:text 0..* BackboneElement Nested Section
......... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
.......... coding 1..1 Coding Code defined by a terminology system
Required Pattern: At least the following
........... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
........... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
........... display 1..1 string Representation defined by the system
Fixed Value: Text
......... Slices for section 0..* Nested Section
Slice: Unordered, Closed by value:code
......... Slices for section Content/Rules for all slices
.......... section:language 0..* BackboneElement Nested Section
........... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
........... Slices for extension Content/Rules for all slices
............ extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding
........... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
............ coding 1..1 Coding Code defined by a terminology system
Required Pattern: At least the following
............. system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
............. code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
............. display 1..1 string Representation defined by the system
Fixed Value: Language
........... section 0..0 Nested Section
.......... section:text 0..* BackboneElement Nested Section
........... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
............ coding 1..1 Coding Code defined by a terminology system
Required Pattern: At least the following
............. system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
............. code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
............. display 1..1 string Representation defined by the system
Fixed Value: Text
........... Slices for section 0..* Nested Section
Slice: Unordered, Closed by value:code
........... Slices for section Content/Rules for all slices
............ section:language 0..* BackboneElement Nested Section
............. Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
............. Slices for extension Content/Rules for all slices
.............. extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding
............. code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
.............. coding 1..1 Coding Code defined by a terminology system
Required Pattern: At least the following
............... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
............... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
............... display 1..1 string Representation defined by the system
Fixed Value: Language
............. section 0..0 Nested Section
............ section:text 0..* BackboneElement Nested Section
............. code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
.............. coding 1..1 Coding Code defined by a terminology system
Required Pattern: At least the following
............... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
............... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
............... display 1..1 string Representation defined by the system
Fixed Value: Text
............. Slices for section 0..* Nested Section
Slice: Unordered, Closed by value:code
............. Slices for section Content/Rules for all slices
.............. section:language 0..* BackboneElement Nested Section
............... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
............... Slices for extension Content/Rules for all slices
................ extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding
............... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
................ coding 1..1 Coding Code defined by a terminology system
Required Pattern: At least the following
................. system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
................. code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
................. display 1..1 string Representation defined by the system
Fixed Value: Language
............... section 0..0 Nested Section
.............. section:text 0..* BackboneElement Nested Section
............... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
................ coding 1..1 Coding Code defined by a terminology system
Required Pattern: At least the following
................. system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
................. code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
................. display 1..1 string Representation defined by the system
Fixed Value: Text
............... Slices for section 0..* Nested Section
Slice: Unordered, Closed by value:code
............... Slices for section Content/Rules for all slices
................ section:language 0..* BackboneElement Nested Section
................. Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
................. Slices for extension Content/Rules for all slices
.................. extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding
................. code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
.................. coding 1..1 Coding Code defined by a terminology system
Required Pattern: At least the following
................... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
................... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
................... display 1..1 string Representation defined by the system
Fixed Value: Language
................. section 0..0 Nested Section
................ section:text 0..* BackboneElement Nested Section
................. code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
.................. coding 1..1 Coding Code defined by a terminology system
Required Pattern: At least the following
................... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
................... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
................... display 1..1 string Representation defined by the system
Fixed Value: Text
................. Slices for section 0..* Nested Section
Slice: Unordered, Closed by value:code
................. Slices for section Content/Rules for all slices
.................. section:language 0..* BackboneElement Nested Section
................... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
................... Slices for extension Content/Rules for all slices
.................... extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding
................... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
.................... coding 1..1 Coding Code defined by a terminology system
Required Pattern: At least the following
..................... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
..................... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
..................... display 1..1 string Representation defined by the system
Fixed Value: Language
................... section 0..0 Nested Section
.................. section:text 0..* BackboneElement Nested Section
................... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
.................... coding 1..1 Coding Code defined by a terminology system
Required Pattern: At least the following
..................... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
..................... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
..................... display 1..1 string Representation defined by the system
Fixed Value: Text
.... section:outcome 0..1 BackboneElement Composition is broken into sections
..... Slices for extension Content/Rules for all slices
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
...... coding 1..1 Coding Code defined by a terminology system
Required Pattern: At least the following
....... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-pico
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: outcome
....... display 1..1 string Representation defined by the system
Fixed Value: Outcome
..... Slices for section 0..* Nested Section
Slice: Unordered, Closed by value:code
..... Slices for section Content/Rules for all slices
...... section:language 0..* BackboneElement Nested Section
....... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
....... Slices for extension Content/Rules for all slices
........ extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding
........ extension:keyword 0..* CodeableConcept Keyword
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-keyword
....... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
........ coding 1..1 Coding Code defined by a terminology system
Required Pattern: At least the following
......... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
......... display 1..1 string Representation defined by the system
Fixed Value: Language
....... entry 0..* Reference(EvidenceVariable | Group) A reference to data that supports this section
....... section 0..0 Nested Section
...... section:text 0..* BackboneElement Nested Section
....... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
........ coding 1..1 Coding Code defined by a terminology system
Required Pattern: At least the following
......... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
......... display 1..1 string Representation defined by the system
Fixed Value: Text

doco Documentation for this format

Terminology Bindings (Differential)

Path Status Usage ValueSet Version Source
Composition.meta.tag Base preferred Recommendation Tags 📦0.2.0 This IG
Composition.category:synthesisType.​coding Base required Recommendation Synthesis Type 📦0.2.0 This IG
Composition.category:clinicalApplicationType.​coding Base required Clinical Application Type 📦0.2.0 This IG
Composition.section.​code Base extensible Guideline Sections 📦0.2.0 This IG
Composition.section:otherContent.​code Base required Content Types 📦0.2.0 This IG
Composition.section:otherContent.​code.coding Base required Content Types 📦0.2.0 This IG

Constraints

Id Grade Path(s) Description Expression
inv-require-official-identifier error Composition Every Guideline/Recommendation must have exactly one official identifier (with use = #official) identifier.where(use='official').count() = 1
NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Composition C 0..* Recommendation A set of resources composed into a single coherent clinical statement with clinical attestation
Constraints: inv-require-official-identifier
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
.... id 0..1 id Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... versionId 0..1 id Version specific identifier
.... lastUpdated 0..1 instant When the resource version last changed
.... source 0..1 uri Identifies where the resource comes from
.... profile 0..* canonical(StructureDefinition) Profiles this resource claims to conform to
.... security 0..* Coding Security Labels applied to this resource
Binding: AllSecurityLabels (extensible): Security Labels from the Healthcare Privacy and Security Classification System.
.... tag 0..* Coding Tags applied to this resource
Binding: Recommendation Tags (preferred)
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... language 0..1 code Language of the resource content
Binding: AllLanguages (required): IETF language tag for a human language
Additional BindingsPurpose
CommonLanguages Starter
... text 0..1 Narrative Text summary of the resource, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
... contained 0..* Resource Contained, inline Resources
... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
.... extension:versionAlgorithm 0..1 (Complex) How to compare versions
URL: http://hl7.org/fhir/StructureDefinition/artifact-versionAlgorithm
..... id 0..1 id Unique id for inter-element referencing
..... extension 0..0 Extension
Slice: Unordered, Open by value:url
..... url 1..1 uri "http://hl7.org/fhir/StructureDefinition/artifact-versionAlgorithm"
..... Slices for value[x] 1..1 Value of extension
Slice: Unordered, Closed by type:$this
...... valueString string
...... valueCoding Coding
..... Slices for value[x] Content/Rules for all slices
...... value[x]:valueCoding 0..1 Coding Value of extension
Binding: VersionAlgorithm (extensible)
Required Pattern: At least the following
.... extension:experimental 0..1 boolean For testing purposes, not real usage
URL: http://hl7.org/fhir/StructureDefinition/artifact-experimental
.... extension:description 0..1 markdown Natural language description of the artifact
URL: http://hl7.org/fhir/StructureDefinition/artifact-description
.... extension:purpose 0..1 markdown Why this artifact is defined
URL: http://hl7.org/fhir/StructureDefinition/artifact-purpose
.... extension:copyright 0..1 markdown Use and/or publishing restrictions
URL: http://hl7.org/fhir/StructureDefinition/artifact-copyright
.... extension:copyrightLabel 0..1 string Copyright holder and year(s)
URL: http://hl7.org/fhir/StructureDefinition/artifact-copyrightLabel
.... extension:approvalDate 0..1 (Complex) Approval Date
URL: http://hl7.org/fhir/StructureDefinition/artifact-approvalDate
..... id 0..1 id Unique id for inter-element referencing
..... extension 0..0 Extension
Slice: Unordered, Open by value:url
..... url 1..1 uri "http://hl7.org/fhir/StructureDefinition/artifact-approvalDate"
..... value[x] 1..1 date Value of extension
.... extension:lastReviewDate 0..1 (Complex) Last Literature Review Date
URL: http://hl7.org/fhir/StructureDefinition/artifact-lastReviewDate
..... id 0..1 id Unique id for inter-element referencing
..... extension 0..0 Extension
Slice: Unordered, Open by value:url
..... url 1..1 uri "http://hl7.org/fhir/StructureDefinition/artifact-lastReviewDate"
..... value[x] 1..1 date Value of extension
.... extension:effectivePeriod 0..1 Period When the artifact is expected to be used
URL: http://hl7.org/fhir/StructureDefinition/artifact-effectivePeriod
.... extension:additionalLanguage 0..* code The additional language
URL: http://hl7.org/fhir/StructureDefinition/additional-language
Binding: AllLanguages (required): IETF language tag for a human language
.... extension:extendedContactDetail 0..* ExtendedContactDetail Contact details for the publisher
URL: http://hl7.org/fhir/StructureDefinition/artifact-extended-contact-detail
.... extension:publicationDate 0..1 date Publication date of Resource
URL: http://hl7.org/fhir/StructureDefinition/artifact-publicationDate
.... extension:publicationStatus 0..1 CodeableConcept Publication status
URL: http://hl7.org/fhir/uv/ebm/StructureDefinition/artifact-publication-status
Binding: Cited Artifact Status Type (preferred)
.... extension:reviewStatus 0..1 (Complex) Version status of recommendation, i.e., confirmed, updated or new
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-recommendation-review-status
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
... url Σ 0..1 uri Canonical identifier for this Composition, represented as a URI (globally unique)
... identifier Σ 0..* Identifier Version-independent identifier for the Composition
... version Σ 1..1 string An explicitly assigned identifier of a variation of the content in the Composition
... status ?!Σ 1..1 code registered | partial | preliminary | final | amended | corrected | appended | cancelled | entered-in-error | deprecated | unknown
Binding: CompositionStatus (required): The workflow/clinical status of the composition.
... type Σ 1..1 CodeableConcept Kind of composition (LOINC if possible)
Binding: FHIRDocumentTypeCodes (preferred): Type of a composition.
.... id 0..1 id Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
..... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
..... version 0..1 string Version of the system - if relevant
..... code 1..1 code Symbol in syntax defined by the system
Fixed Value: Recommendation
..... display 1..1 string Representation defined by the system
Fixed Value: Recommendation
..... userSelected 0..1 boolean If this coding was chosen directly by the user
.... text 0..1 string Plain text representation of the concept
... Slices for category Σ 1..* CodeableConcept Categorization of Composition
Slice: Unordered, Open by value:coding
Binding: ReferencedItemCategoryValueSet (example): High-level kind of a clinical document at a macro level.
.... category:synthesisType Σ 1..1 CodeableConcept Assessment type for making this recommendation: evidence, consensus only, statement.
Binding: ReferencedItemCategoryValueSet (example): High-level kind of a clinical document at a macro level.
..... id 0..1 id Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... coding 0..* Coding Code defined by a terminology system
Binding: Recommendation Synthesis Type (required)
...... id 0..1 id Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... system S 1..1 uri Identity of the terminology system
...... version 0..1 string Version of the system - if relevant
...... code SC 1..1 code Symbol in syntax defined by the system
...... display C 0..1 string Representation defined by the system
...... userSelected 0..1 boolean If this coding was chosen directly by the user
..... text 0..1 string Plain text representation of the concept
.... category:clinicalApplicationType Σ 0..* CodeableConcept Clinical application the recommendation is intended for: diagnostic, prognostic, therapeutic etc.
Binding: ReferencedItemCategoryValueSet (example): High-level kind of a clinical document at a macro level.
..... id 0..1 id Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... coding 0..* Coding Code defined by a terminology system
Binding: Clinical Application Type (required)
...... id 0..1 id Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... system S 1..1 uri Identity of the terminology system
...... version 0..1 string Version of the system - if relevant
...... code SC 1..1 code Symbol in syntax defined by the system
...... display C 0..1 string Representation defined by the system
...... userSelected 0..1 boolean If this coding was chosen directly by the user
..... text 0..1 string Plain text representation of the concept
... subject Σ 0..* Reference(Resource) Who and/or what the composition is about
... encounter Σ 0..1 Reference(Encounter) Context of the Composition
... date Σ 1..1 dateTime Composition editing time
... useContext Σ 0..* UsageContext The context that the content is intended to support
... author Σ 1..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the composition
... name Σ 0..1 string Name for this Composition (computer friendly)
... title Σ 1..1 string Human Readable name/title
... note 0..* Annotation For any additional notes
... attester 0..* BackboneElement Attests to accuracy of composition
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... mode 1..1 CodeableConcept reviewer | editor | endorser | informant | recorder
Binding: Contributor Role (preferred)
.... time 0..1 dateTime When the composition was attested
.... party 0..1 Reference(Patient | RelatedPerson | Practitioner | PractitionerRole | Organization) Who attested the composition
... custodian Σ 0..1 Reference(Organization) Organization which maintains the composition
... Slices for relatesTo 1..* BackboneElement Relationships to other compositions/documents
Slice: Unordered, Open by value:type, value:extension('http://hl7.org/fhir/StructureDefinition/relatesto-classifier').value.ofType(CodeableConcept)
.... relatesTo:All Slices Content/Rules for all slices
..... id 0..1 string Unique id for inter-element referencing
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
...... extension:classifier 0..1 CodeableConcept A classifier of the target artifact in a relatesTo element
URL: http://hl7.org/fhir/uv/ebm/StructureDefinition/relatesto-classifier
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... type 1..1 code 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
Binding: ArtifactRelationshipType (required): The type of relationship to the related artifact.
..... target[x] 1..1 The artifact that is related to this Composition
...... targetUri uri
...... targetAttachment Attachment
...... targetCanonical canonical(Resource)
...... targetReference Reference(Resource)
...... targetMarkdown markdown
.... relatesTo:citeAs 0..1 BackboneElement Relationships to other compositions/documents
..... id 0..1 string Unique id for inter-element referencing
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... Slices for extension Content/Rules for all slices
...... extension:classifier 0..1 CodeableConcept A classifier of the target artifact in a relatesTo element
URL: http://hl7.org/fhir/uv/ebm/StructureDefinition/relatesto-classifier
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... type 1..1 code 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
Binding: ArtifactRelationshipType (required): The type of relationship to the related artifact.
Required Pattern: cite-as
..... target[x] 1..1 The artifact that is related to this Composition
...... targetUri uri
...... targetAttachment Attachment
...... targetCanonical canonical(Resource)
...... targetReference Reference(Resource)
...... targetMarkdown markdown
.... relatesTo:partOf 1..* BackboneElement A reference to at least one guideline that this recommendation is part of.
..... id 0..1 string Unique id for inter-element referencing
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... Slices for extension Content/Rules for all slices
...... extension:classifier 0..1 CodeableConcept A classifier of the target artifact in a relatesTo element
URL: http://hl7.org/fhir/uv/ebm/StructureDefinition/relatesto-classifier
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... type 1..1 code 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
Binding: ArtifactRelationshipType (required): The type of relationship to the related artifact.
Required Pattern: part-of
..... target[x] 1..1 The artifact that is related to this Composition
...... targetUri uri
...... targetAttachment Attachment
...... targetCanonical canonical(Resource)
...... targetReference Reference(Resource)
...... targetMarkdown markdown
.... relatesTo:derivedFrom 0..* BackboneElement Relationships to other compositions/documents
..... id 0..1 string Unique id for inter-element referencing
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... Slices for extension Content/Rules for all slices
...... extension:classifier 0..1 CodeableConcept A classifier of the target artifact in a relatesTo element
URL: http://hl7.org/fhir/uv/ebm/StructureDefinition/relatesto-classifier
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... type 1..1 code 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
Binding: ArtifactRelationshipType (required): The type of relationship to the related artifact.
Required Pattern: derived-from
..... target[x] 1..1 The artifact that is related to this Composition
...... targetUri uri
...... targetAttachment Attachment
...... targetCanonical canonical(Resource)
...... targetReference Reference(Resource)
...... targetMarkdown markdown
.... relatesTo:specificationOf 0..* BackboneElement Relationships to other compositions/documents
..... id 0..1 string Unique id for inter-element referencing
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... Slices for extension Content/Rules for all slices
...... extension:classifier 0..1 CodeableConcept A classifier of the target artifact in a relatesTo element
URL: http://hl7.org/fhir/uv/ebm/StructureDefinition/relatesto-classifier
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... type 1..1 code 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
Binding: ArtifactRelationshipType (required): The type of relationship to the related artifact.
Required Pattern: specification-of
..... target[x] 1..1 The artifact that is related to this Composition
...... targetUri uri
...... targetAttachment Attachment
...... targetCanonical canonical(Resource)
...... targetReference Reference(Resource)
...... targetMarkdown markdown
.... relatesTo:dependsOn 0..* BackboneElement Relationships to other compositions/documents
..... id 0..1 string Unique id for inter-element referencing
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... Slices for extension Content/Rules for all slices
...... extension:classifier 0..1 CodeableConcept A classifier of the target artifact in a relatesTo element
URL: http://hl7.org/fhir/uv/ebm/StructureDefinition/relatesto-classifier
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... type 1..1 code 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
Binding: ArtifactRelationshipType (required): The type of relationship to the related artifact.
Required Pattern: depends-on
..... target[x] 1..1 The artifact that is related to this Composition
...... targetUri uri
...... targetAttachment Attachment
...... targetCanonical canonical(Resource)
...... targetReference Reference(Resource)
...... targetMarkdown markdown
.... relatesTo:supportedWith 0..* BackboneElement Relationships to other compositions/documents
..... id 0..1 string Unique id for inter-element referencing
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... Slices for extension Content/Rules for all slices
...... extension:classifier 0..1 CodeableConcept A classifier of the target artifact in a relatesTo element
URL: http://hl7.org/fhir/uv/ebm/StructureDefinition/relatesto-classifier
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... type 1..1 code 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
Binding: ArtifactRelationshipType (required): The type of relationship to the related artifact.
Required Pattern: supported-with
..... target[x] 1..1 The artifact that is related to this Composition
...... targetUri uri
...... targetAttachment Attachment
...... targetCanonical canonical(Resource)
...... targetReference Reference(Resource)
...... targetMarkdown markdown
.... relatesTo:similarTo 0..* BackboneElement Relationships to other compositions/documents
..... id 0..1 string Unique id for inter-element referencing
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... Slices for extension Content/Rules for all slices
...... extension:classifier 0..1 CodeableConcept A classifier of the target artifact in a relatesTo element
URL: http://hl7.org/fhir/uv/ebm/StructureDefinition/relatesto-classifier
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... type 1..1 code 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
Binding: ArtifactRelationshipType (required): The type of relationship to the related artifact.
Required Pattern: similar-to
..... target[x] 1..1 The artifact that is related to this Composition
...... targetUri uri
...... targetAttachment Attachment
...... targetCanonical canonical(Resource)
...... targetReference Reference(Resource)
...... targetMarkdown markdown
.... relatesTo:derivedFrom/picoQuestion 0..* BackboneElement Relationships to other compositions/documents
..... id 0..1 string Unique id for inter-element referencing
..... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
..... Slices for extension Content/Rules for all slices
...... extension:classifier 1..1 (Complex) A classifier of the target artifact in a relatesTo element
URL: http://hl7.org/fhir/uv/ebm/StructureDefinition/relatesto-classifier
....... id 0..1 id Unique id for inter-element referencing
....... extension 0..0 Extension
Slice: Unordered, Open by value:url
....... url Σ 1..1 uri "http://hl7.org/fhir/uv/ebm/StructureDefinition/relatesto-classifier"
....... value[x] Σ 1..1 CodeableConcept Value of extension
Required Pattern: At least the following
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... type 1..1 code 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
Binding: ArtifactRelationshipType (required): The type of relationship to the related artifact.
Required Pattern: derived-from
..... Slices for target[x] 1..1 Reference(Resource) The artifact that is related to this Composition
Slice: Unordered, Closed by type:$this
..... Slices for target[x] Content/Rules for all slices
...... target[x]:targetReference 1..1 Reference(PICO Question) The artifact that is related to this Composition
.... relatesTo:specificationOfPreceedingRecommendation 0..* BackboneElement A reference to another Recommendation which preceeds this Recommendation in a (hypothetical) clinical workflow.
..... id 0..1 string Unique id for inter-element referencing
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... Slices for extension Content/Rules for all slices
...... extension:classifier 0..1 CodeableConcept A classifier of the target artifact in a relatesTo element
URL: http://hl7.org/fhir/uv/ebm/StructureDefinition/relatesto-classifier
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... type 1..1 code 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
Binding: ArtifactRelationshipType (required): The type of relationship to the related artifact.
Required Pattern: predecessor
..... Slices for target[x] 1..1 Reference(Resource) The artifact that is related to this Composition
Slice: Unordered, Closed by type:$this
..... Slices for target[x] Content/Rules for all slices
...... target[x]:targetReference 1..1 Reference(Recommendation) The artifact that is related to this Composition
.... relatesTo:specificationOfSucceedingRecommendation 0..* BackboneElement A reference to another Recommendation which succeeds this Recommendation in a (hypothetical) clinical workflow.
..... id 0..1 string Unique id for inter-element referencing
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... Slices for extension Content/Rules for all slices
...... extension:classifier 0..1 CodeableConcept A classifier of the target artifact in a relatesTo element
URL: http://hl7.org/fhir/uv/ebm/StructureDefinition/relatesto-classifier
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... type 1..1 code 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
Binding: ArtifactRelationshipType (required): The type of relationship to the related artifact.
Required Pattern: successor
..... Slices for target[x] 1..1 Reference(Resource) The artifact that is related to this Composition
Slice: Unordered, Closed by type:$this
..... Slices for target[x] Content/Rules for all slices
...... target[x]:targetReference 1..1 Reference(Recommendation) The artifact that is related to this Composition
.... relatesTo:replacesRecommendation 0..* BackboneElement A reference to an (older, outdated or obsolete) Recommendation which has been replaced by this Recommendation.
..... id 0..1 string Unique id for inter-element referencing
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... Slices for extension Content/Rules for all slices
...... extension:classifier 0..1 CodeableConcept A classifier of the target artifact in a relatesTo element
URL: http://hl7.org/fhir/uv/ebm/StructureDefinition/relatesto-classifier
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... type 1..1 code 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
Binding: ArtifactRelationshipType (required): The type of relationship to the related artifact.
Required Pattern: replaces
..... Slices for target[x] 1..1 Reference(Resource) The artifact that is related to this Composition
Slice: Unordered, Closed by type:$this
..... Slices for target[x] Content/Rules for all slices
...... target[x]:targetReference 1..1 Reference(Recommendation) The artifact that is related to this Composition
... event Σ 0..* BackboneElement The clinical service(s) being documented
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... period Σ 0..1 Period The period covered by the documentation
.... detail Σ 0..* CodeableReference(Resource) The event(s) being documented, as code(s), reference(s), or both
Binding: v3 Code System ActCode (example): This list of codes represents the main clinical acts being documented.
... Slices for section C 1..* BackboneElement Composition is broken into sections
Slice: Unordered, Closed by value:code.coding
Constraints: cmp-1, cmp-2
.... section:All Slices Content/Rules for all slices
..... id 0..1 string Unique id for inter-element referencing
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... title 0..1 string Label for section (e.g. for ToC)
..... code 0..1 CodeableConcept Classification of section (recommended)
Binding: Guideline Sections (extensible)
..... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
..... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
..... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
..... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
..... entry C 0..* Reference(Resource) A reference to data that supports this section
..... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
..... section 0..* See section (Composition) Nested Section
.... section:introduction SC 0..1 BackboneElement Composition is broken into sections
Constraints: cmp-1, cmp-2
..... id 0..1 string Unique id for inter-element referencing
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... Slices for extension Content/Rules for all slices
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... title 0..1 string Label for section (e.g. for ToC)
..... code 1..1 CodeableConcept Classification of section (recommended)
Binding: Guideline Sections (extensible)
Required Pattern: At least the following
...... id 0..1 id Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: introduction
....... display 1..1 string Representation defined by the system
Fixed Value: Introduction
....... userSelected 0..1 boolean If this coding was chosen directly by the user
...... text 0..1 string Plain text representation of the concept
..... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
..... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
..... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
..... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
..... entry C 0..* Reference(Resource) A reference to data that supports this section
..... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
..... section 0..* See section (Composition) Nested Section
.... section:discussion SC 0..1 BackboneElement Composition is broken into sections
Constraints: cmp-1, cmp-2
..... id 0..1 string Unique id for inter-element referencing
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... Slices for extension Content/Rules for all slices
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... title 0..1 string Label for section (e.g. for ToC)
..... code 1..1 CodeableConcept Classification of section (recommended)
Binding: Guideline Sections (extensible)
Required Pattern: At least the following
...... id 0..1 id Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: discussion
....... display 1..1 string Representation defined by the system
Fixed Value: Discussion
....... userSelected 0..1 boolean If this coding was chosen directly by the user
...... text 0..1 string Plain text representation of the concept
..... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
..... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
..... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
..... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
..... entry C 0..* Reference(Resource) A reference to data that supports this section
..... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
..... section 0..* See section (Composition) Nested Section
.... section:methods SC 0..1 BackboneElement Composition is broken into sections
Constraints: cmp-1, cmp-2
..... id 0..1 string Unique id for inter-element referencing
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... Slices for extension Content/Rules for all slices
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... title 0..1 string Label for section (e.g. for ToC)
..... code 1..1 CodeableConcept Classification of section (recommended)
Binding: Guideline Sections (extensible)
Required Pattern: At least the following
...... id 0..1 id Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: methods
....... display 1..1 string Representation defined by the system
Fixed Value: Methods
....... userSelected 0..1 boolean If this coding was chosen directly by the user
...... text 0..1 string Plain text representation of the concept
..... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
..... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
..... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
..... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
..... entry C 0..* Reference(Resource) A reference to data that supports this section
..... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
..... section 0..* See section (Composition) Nested Section
.... section:references SC 0..1 BackboneElement Composition is broken into sections
Constraints: cmp-1, cmp-2
..... id 0..1 string Unique id for inter-element referencing
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... Slices for extension Content/Rules for all slices
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... title 0..1 string Label for section (e.g. for ToC)
..... code 1..1 CodeableConcept Classification of section (recommended)
Binding: Guideline Sections (extensible)
Required Pattern: At least the following
...... id 0..1 id Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: references
....... display 1..1 string Representation defined by the system
Fixed Value: References
....... userSelected 0..1 boolean If this coding was chosen directly by the user
...... text 0..1 string Plain text representation of the concept
..... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
..... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
..... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
..... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
..... entry C 0..* Reference(PublicationRecord) A reference to data that supports this section
..... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
..... section 0..* See section (Composition) Nested Section
.... section:competingInterests SC 0..1 BackboneElement Composition is broken into sections
Constraints: cmp-1, cmp-2
..... id 0..1 string Unique id for inter-element referencing
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... Slices for extension Content/Rules for all slices
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... title 0..1 string Label for section (e.g. for ToC)
..... code 1..1 CodeableConcept Classification of section (recommended)
Binding: Guideline Sections (extensible)
Required Pattern: At least the following
...... id 0..1 id Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: competing-interests
....... display 1..1 string Representation defined by the system
Fixed Value: Competing Interests
....... userSelected 0..1 boolean If this coding was chosen directly by the user
...... text 0..1 string Plain text representation of the concept
..... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
..... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
..... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
..... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
..... entry C 0..* Reference(Resource) A reference to data that supports this section
..... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
..... section 0..* See section (Composition) Nested Section
.... section:acknowledgements SC 0..1 BackboneElement Composition is broken into sections
Constraints: cmp-1, cmp-2
..... id 0..1 string Unique id for inter-element referencing
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... Slices for extension Content/Rules for all slices
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... title 0..1 string Label for section (e.g. for ToC)
..... code 1..1 CodeableConcept Classification of section (recommended)
Binding: Guideline Sections (extensible)
Required Pattern: At least the following
...... id 0..1 id Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: acknowledgements
....... display 1..1 string Representation defined by the system
Fixed Value: Acknowledgements
....... userSelected 0..1 boolean If this coding was chosen directly by the user
...... text 0..1 string Plain text representation of the concept
..... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
..... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
..... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
..... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
..... entry C 0..* Reference(Resource) A reference to data that supports this section
..... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
..... section 0..* See section (Composition) Nested Section
.... section:appendices SC 0..1 BackboneElement Composition is broken into sections
Constraints: cmp-1, cmp-2
..... id 0..1 string Unique id for inter-element referencing
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... Slices for extension Content/Rules for all slices
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... title 0..1 string Label for section (e.g. for ToC)
..... code 1..1 CodeableConcept Classification of section (recommended)
Binding: Guideline Sections (extensible)
Required Pattern: At least the following
...... id 0..1 id Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: appendices
....... display 1..1 string Representation defined by the system
Fixed Value: Appendices
....... userSelected 0..1 boolean If this coding was chosen directly by the user
...... text 0..1 string Plain text representation of the concept
..... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
..... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
..... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
..... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
..... entry C 0..* Reference(Resource) A reference to data that supports this section
..... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
..... section 0..* See section (Composition) Nested Section
.... section:attachments C 0..1 BackboneElement Composition is broken into sections
Constraints: cmp-1, cmp-2
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... title 0..1 string Label for section (e.g. for ToC)
..... code 0..1 CodeableConcept Classification of section (recommended)
Binding: EvidenceReportSectionCode Value Set (extensible)
...... id 0..1 id Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: attachments
....... display 1..1 string Representation defined by the system
Fixed Value: Attachments
....... userSelected 0..1 boolean If this coding was chosen directly by the user
...... text 0..1 string Plain text representation of the concept
..... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
..... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
..... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
..... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
..... entry C 0..* Reference(DocumentReference) A reference to data that supports this section
..... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
..... section 0..* See section (Composition) Nested Section
.... section:recommendationStatement SC 1..1 BackboneElement Composition is broken into sections
Constraints: cmp-1, cmp-2
..... id 0..1 string Unique id for inter-element referencing
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... Slices for extension Content/Rules for all slices
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... title 0..1 string Label for section (e.g. for ToC)
..... code 1..1 CodeableConcept Classification of section (recommended)
Binding: Guideline Sections (extensible)
Required Pattern: At least the following
...... id 0..1 id Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: recommendation-statement
....... display 1..1 string Representation defined by the system
Fixed Value: Recommendation Statement
....... userSelected 0..1 boolean If this coding was chosen directly by the user
...... text 0..1 string Plain text representation of the concept
..... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
..... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
..... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
..... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
..... entry C 0..* Reference(Resource) A reference to data that supports this section
..... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
..... Slices for section 0..* See section (Composition) Nested Section
Slice: Unordered, Closed by value:code
...... section:All Slices Content/Rules for all slices
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... title 0..1 string Label for section (e.g. for ToC)
....... code 0..1 CodeableConcept Classification of section (recommended)
Binding: EvidenceReportSectionCode Value Set (extensible)
....... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
....... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
....... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
....... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
....... entry C 0..* Reference(Resource) A reference to data that supports this section
....... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
....... section 0..* See section (Composition) Nested Section
..... Slices for section Content/Rules for all slices
...... section:language 0..* BackboneElement Nested Section
....... id 0..1 string Unique id for inter-element referencing
....... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
....... Slices for extension Content/Rules for all slices
........ extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding

....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... title 0..1 string Label for section (e.g. for ToC)
....... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
........ id 0..1 id Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
........ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
......... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
......... version 0..1 string Version of the system - if relevant
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
......... display 1..1 string Representation defined by the system
Fixed Value: Language
......... userSelected 0..1 boolean If this coding was chosen directly by the user
........ text 0..1 string Plain text representation of the concept
....... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
....... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
....... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
....... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
....... entry C 0..* Reference(Resource) A reference to data that supports this section
....... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
...... section:text 0..* BackboneElement Nested Section
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... title 0..1 string Label for section (e.g. for ToC)
....... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
........ id 0..1 id Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
........ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
......... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
......... version 0..1 string Version of the system - if relevant
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
......... display 1..1 string Representation defined by the system
Fixed Value: Text
......... userSelected 0..1 boolean If this coding was chosen directly by the user
........ text 0..1 string Plain text representation of the concept
....... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
....... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
....... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
....... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
....... entry C 0..* Reference(Resource) A reference to data that supports this section
....... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
....... section 0..* See section (Composition) Nested Section
.... section:ratings C 0..1 BackboneElement The reference to the structured assessment of grade of recommendations, strength of consensus, level of evidence for this recommendation and respective evidence assessment tools.
Constraints: cmp-1, cmp-2
..... id 0..1 string Unique id for inter-element referencing
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... Slices for extension Content/Rules for all slices
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... title 0..1 string Label for section (e.g. for ToC)
..... code 1..1 CodeableConcept Classification of section (recommended)
Binding: Guideline Sections (extensible)
Required Pattern: At least the following
...... id 0..1 id Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: ratings
....... display 1..1 string Representation defined by the system
Fixed Value: Ratings
....... userSelected 0..1 boolean If this coding was chosen directly by the user
...... text 0..1 string Plain text representation of the concept
..... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
..... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
..... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
..... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
..... entry C 0..* Reference(Recommendation Justification) A reference to data that supports this section
..... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
..... section 0..* See section (Composition) Nested Section
.... section:population C 0..1 BackboneElement Composition is broken into sections
Constraints: cmp-1, cmp-2
..... id 0..1 string Unique id for inter-element referencing
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... Slices for extension Content/Rules for all slices
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... title 0..1 string Label for section (e.g. for ToC)
..... code 1..1 CodeableConcept Classification of section (recommended)
Binding: Guideline Sections (extensible)
Required Pattern: At least the following
...... id 0..1 id Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: population
....... display 1..1 string Representation defined by the system
Fixed Value: Population
....... userSelected 0..1 boolean If this coding was chosen directly by the user
...... text 0..1 string Plain text representation of the concept
..... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
..... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
..... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
..... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
..... entry C 0..* Reference(Resource) A reference to data that supports this section
..... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
..... Slices for section 0..* See section (Composition) Nested Section
Slice: Unordered, Closed by value:code
...... section:All Slices Content/Rules for all slices
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... title 0..1 string Label for section (e.g. for ToC)
....... code 0..1 CodeableConcept Classification of section (recommended)
Binding: EvidenceReportSectionCode Value Set (extensible)
....... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
....... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
....... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
....... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
....... entry C 0..* Reference(Resource) A reference to data that supports this section
....... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
....... section 0..* See section (Composition) Nested Section
..... Slices for section Content/Rules for all slices
...... section:language 0..* BackboneElement Nested Section
....... id 0..1 string Unique id for inter-element referencing
....... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
....... Slices for extension Content/Rules for all slices
........ extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding

........ extension:keyword 0..* CodeableConcept Keyword
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-keyword
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... title 0..1 string Label for section (e.g. for ToC)
....... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
........ id 0..1 id Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
........ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
......... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
......... version 0..1 string Version of the system - if relevant
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
......... display 1..1 string Representation defined by the system
Fixed Value: Language
......... userSelected 0..1 boolean If this coding was chosen directly by the user
........ text 0..1 string Plain text representation of the concept
....... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
....... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
....... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
....... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
....... entry C 0..* Reference(EvidenceVariable | Group) A reference to data that supports this section
....... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
...... section:text 0..* BackboneElement Nested Section
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... title 0..1 string Label for section (e.g. for ToC)
....... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
........ id 0..1 id Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
........ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
......... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
......... version 0..1 string Version of the system - if relevant
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
......... display 1..1 string Representation defined by the system
Fixed Value: Text
......... userSelected 0..1 boolean If this coding was chosen directly by the user
........ text 0..1 string Plain text representation of the concept
....... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
....... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
....... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
....... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
....... entry C 0..* Reference(Resource) A reference to data that supports this section
....... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
....... section 0..* See section (Composition) Nested Section
.... section:action C 0..1 BackboneElement Composition is broken into sections
Constraints: cmp-1, cmp-2
..... id 0..1 string Unique id for inter-element referencing
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... Slices for extension Content/Rules for all slices
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... title 0..1 string Label for section (e.g. for ToC)
..... code 1..1 CodeableConcept Classification of section (recommended)
Binding: Guideline Sections (extensible)
Required Pattern: At least the following
...... id 0..1 id Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: action
....... display 1..1 string Representation defined by the system
Fixed Value: Action
....... userSelected 0..1 boolean If this coding was chosen directly by the user
...... text 0..1 string Plain text representation of the concept
..... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
..... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
..... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
..... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
..... entry C 0..* Reference(Resource) A reference to data that supports this section
..... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
..... Slices for section 0..* See section (Composition) Nested Section
Slice: Unordered, Closed by value:code
...... section:All Slices Content/Rules for all slices
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... title 0..1 string Label for section (e.g. for ToC)
....... code 0..1 CodeableConcept Classification of section (recommended)
Binding: EvidenceReportSectionCode Value Set (extensible)
....... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
....... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
....... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
....... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
....... entry C 0..* Reference(Resource) A reference to data that supports this section
....... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
....... section 0..* See section (Composition) Nested Section
..... Slices for section Content/Rules for all slices
...... section:language 0..* BackboneElement Nested Section
....... id 0..1 string Unique id for inter-element referencing
....... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
....... Slices for extension Content/Rules for all slices
........ extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding

........ extension:keyword 0..* CodeableConcept Keyword
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-keyword
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... title 0..1 string Label for section (e.g. for ToC)
....... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
........ id 0..1 id Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
........ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
......... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
......... version 0..1 string Version of the system - if relevant
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
......... display 1..1 string Representation defined by the system
Fixed Value: Language
......... userSelected 0..1 boolean If this coding was chosen directly by the user
........ text 0..1 string Plain text representation of the concept
....... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
....... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
....... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
....... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
....... entry C 0..* Reference(PlanDefinition) A reference to data that supports this section
....... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
...... section:text 0..* BackboneElement Nested Section
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... title 0..1 string Label for section (e.g. for ToC)
....... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
........ id 0..1 id Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
........ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
......... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
......... version 0..1 string Version of the system - if relevant
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
......... display 1..1 string Representation defined by the system
Fixed Value: Text
......... userSelected 0..1 boolean If this coding was chosen directly by the user
........ text 0..1 string Plain text representation of the concept
....... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
....... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
....... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
....... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
....... entry C 0..* Reference(Resource) A reference to data that supports this section
....... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
....... section 0..* See section (Composition) Nested Section
.... section:oppositeAction C 0..1 BackboneElement Composition is broken into sections
Constraints: cmp-1, cmp-2
..... id 0..1 string Unique id for inter-element referencing
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... Slices for extension Content/Rules for all slices
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... title 0..1 string Label for section (e.g. for ToC)
..... code 1..1 CodeableConcept Classification of section (recommended)
Binding: Guideline Sections (extensible)
Required Pattern: At least the following
...... id 0..1 id Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: opposite-action
....... display 1..1 string Representation defined by the system
Fixed Value: Opposite Action
....... userSelected 0..1 boolean If this coding was chosen directly by the user
...... text 0..1 string Plain text representation of the concept
..... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
..... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
..... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
..... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
..... entry C 0..* Reference(Resource) A reference to data that supports this section
..... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
..... Slices for section 0..* See section (Composition) Nested Section
Slice: Unordered, Closed by value:code
...... section:All Slices Content/Rules for all slices
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... title 0..1 string Label for section (e.g. for ToC)
....... code 0..1 CodeableConcept Classification of section (recommended)
Binding: EvidenceReportSectionCode Value Set (extensible)
....... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
....... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
....... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
....... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
....... entry C 0..* Reference(Resource) A reference to data that supports this section
....... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
....... section 0..* See section (Composition) Nested Section
..... Slices for section Content/Rules for all slices
...... section:language 0..* BackboneElement Nested Section
....... id 0..1 string Unique id for inter-element referencing
....... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
....... Slices for extension Content/Rules for all slices
........ extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding

........ extension:keyword 0..* CodeableConcept Keyword
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-keyword
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... title 0..1 string Label for section (e.g. for ToC)
....... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
........ id 0..1 id Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
........ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
......... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
......... version 0..1 string Version of the system - if relevant
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
......... display 1..1 string Representation defined by the system
Fixed Value: Language
......... userSelected 0..1 boolean If this coding was chosen directly by the user
........ text 0..1 string Plain text representation of the concept
....... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
....... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
....... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
....... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
....... entry C 0..* Reference(PlanDefinition) A reference to data that supports this section
....... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
...... section:text 0..* BackboneElement Nested Section
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... title 0..1 string Label for section (e.g. for ToC)
....... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
........ id 0..1 id Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
........ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
......... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
......... version 0..1 string Version of the system - if relevant
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
......... display 1..1 string Representation defined by the system
Fixed Value: Text
......... userSelected 0..1 boolean If this coding was chosen directly by the user
........ text 0..1 string Plain text representation of the concept
....... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
....... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
....... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
....... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
....... entry C 0..* Reference(Resource) A reference to data that supports this section
....... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
....... section 0..* See section (Composition) Nested Section
.... section:evidence SC 0..1 BackboneElement Composition is broken into sections
Constraints: cmp-1, cmp-2
..... id 0..1 string Unique id for inter-element referencing
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... Slices for extension Content/Rules for all slices
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... title 0..1 string Label for section (e.g. for ToC)
..... code 1..1 CodeableConcept Classification of section (recommended)
Binding: Guideline Sections (extensible)
Required Pattern: At least the following
...... id 0..1 id Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: evidence
....... display 1..1 string Representation defined by the system
Fixed Value: Evidence
....... userSelected 0..1 boolean If this coding was chosen directly by the user
...... text 0..1 string Plain text representation of the concept
..... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
..... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
..... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
..... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
..... entry C 0..* Reference(Resource) A reference to data that supports this section
..... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
..... section 0..* See section (Composition) Nested Section
.... section:justification SC 0..1 BackboneElement Composition is broken into sections
Constraints: cmp-1, cmp-2
..... id 0..1 string Unique id for inter-element referencing
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... Slices for extension Content/Rules for all slices
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... title 0..1 string Label for section (e.g. for ToC)
..... code 1..1 CodeableConcept Classification of section (recommended)
Binding: Guideline Sections (extensible)
Required Pattern: At least the following
...... id 0..1 id Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: justification
....... display 1..1 string Representation defined by the system
Fixed Value: Justification
....... userSelected 0..1 boolean If this coding was chosen directly by the user
...... text 0..1 string Plain text representation of the concept
..... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
..... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
..... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
..... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
..... entry C 0..* Reference(RecommendationJustification) A reference to data that supports this section
..... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
..... section 0..* See section (Composition) Nested Section
.... section:considerations SC 0..1 BackboneElement Composition is broken into sections
Constraints: cmp-1, cmp-2
..... id 0..1 string Unique id for inter-element referencing
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... Slices for extension Content/Rules for all slices
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... title 0..1 string Label for section (e.g. for ToC)
..... code 1..1 CodeableConcept Classification of section (recommended)
Binding: Guideline Sections (extensible)
Required Pattern: At least the following
...... id 0..1 id Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: considerations
....... display 1..1 string Representation defined by the system
Fixed Value: Considerations
....... userSelected 0..1 boolean If this coding was chosen directly by the user
...... text 0..1 string Plain text representation of the concept
..... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
..... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
..... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
..... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
..... entry C 0..* Reference(Resource) A reference to data that supports this section
..... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
..... section 0..* See section (Composition) Nested Section
.... section:text SC 0..* BackboneElement Composition is broken into sections
Constraints: cmp-1, cmp-2
..... id 0..1 string Unique id for inter-element referencing
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... Slices for extension Content/Rules for all slices
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... title 0..1 string Label for section (e.g. for ToC)
..... code 1..1 CodeableConcept Classification of section (recommended)
Binding: Guideline Sections (extensible)
Required Pattern: At least the following
...... id 0..1 id Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
....... display 1..1 string Representation defined by the system
Fixed Value: Text
....... userSelected 0..1 boolean If this coding was chosen directly by the user
...... text 0..1 string Plain text representation of the concept
..... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
..... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
..... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
..... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
..... entry C 0..* Reference(Resource) A reference to data that supports this section
..... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
..... Slices for section 0..* See section (Composition) Nested Section
Slice: Unordered, Closed by value:code
...... section:All Slices Content/Rules for all slices
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... title 0..1 string Label for section (e.g. for ToC)
....... code 0..1 CodeableConcept Classification of section (recommended)
Binding: EvidenceReportSectionCode Value Set (extensible)
....... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
....... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
....... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
....... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
....... entry C 0..* Reference(Resource) A reference to data that supports this section
....... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
....... section 0..* See section (Composition) Nested Section
..... Slices for section Content/Rules for all slices
...... section:language 0..* BackboneElement Nested Section
....... id 0..1 string Unique id for inter-element referencing
....... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
....... Slices for extension Content/Rules for all slices
........ extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding

....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... title 0..1 string Label for section (e.g. for ToC)
....... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
........ id 0..1 id Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
........ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
......... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
......... version 0..1 string Version of the system - if relevant
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
......... display 1..1 string Representation defined by the system
Fixed Value: Language
......... userSelected 0..1 boolean If this coding was chosen directly by the user
........ text 0..1 string Plain text representation of the concept
....... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
....... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
....... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
....... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
....... entry C 0..* Reference(Resource) A reference to data that supports this section
....... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
...... section:text 0..* BackboneElement Nested Section
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... title 0..1 string Label for section (e.g. for ToC)
....... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
........ id 0..1 id Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
........ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
......... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
......... version 0..1 string Version of the system - if relevant
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
......... display 1..1 string Representation defined by the system
Fixed Value: Text
......... userSelected 0..1 boolean If this coding was chosen directly by the user
........ text 0..1 string Plain text representation of the concept
....... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
....... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
....... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
....... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
....... entry C 0..* Reference(Resource) A reference to data that supports this section
....... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
....... section 0..* See section (Composition) Nested Section
.... section:consensusProtocol C 0..* BackboneElement Composition is broken into sections
Constraints: cmp-1, cmp-2
..... id 0..1 string Unique id for inter-element referencing
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... Slices for extension Content/Rules for all slices
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... title 0..1 string Label for section (e.g. for ToC)
..... code 1..1 CodeableConcept Classification of section (recommended)
Binding: Guideline Sections (extensible)
Required Pattern: At least the following
...... id 0..1 id Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: consensus-protocol
....... display 1..1 string Representation defined by the system
Fixed Value: Consensus Protocol
....... userSelected 0..1 boolean If this coding was chosen directly by the user
...... text 0..1 string Plain text representation of the concept
..... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
..... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
..... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
..... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
..... entry C 0..* Reference(Resource) A reference to data that supports this section
..... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
..... Slices for section 0..* See section (Composition) Nested Section
Slice: Unordered, Closed by value:code
...... section:All Slices Content/Rules for all slices
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... title 0..1 string Label for section (e.g. for ToC)
....... code 0..1 CodeableConcept Classification of section (recommended)
Binding: EvidenceReportSectionCode Value Set (extensible)
....... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
....... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
....... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
....... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
....... entry C 0..* Reference(Resource) A reference to data that supports this section
....... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
....... section 0..* See section (Composition) Nested Section
..... Slices for section Content/Rules for all slices
...... section:language 0..* BackboneElement Nested Section
....... id 0..1 string Unique id for inter-element referencing
....... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
....... Slices for extension Content/Rules for all slices
........ extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding

....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... title 0..1 string Label for section (e.g. for ToC)
....... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
........ id 0..1 id Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
........ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
......... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
......... version 0..1 string Version of the system - if relevant
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
......... display 1..1 string Representation defined by the system
Fixed Value: Language
......... userSelected 0..1 boolean If this coding was chosen directly by the user
........ text 0..1 string Plain text representation of the concept
....... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
....... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
....... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
....... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
....... entry C 0..* Reference(Resource) A reference to data that supports this section
....... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
...... section:text 0..* BackboneElement Nested Section
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... title 0..1 string Label for section (e.g. for ToC)
....... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
........ id 0..1 id Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
........ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
......... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
......... version 0..1 string Version of the system - if relevant
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
......... display 1..1 string Representation defined by the system
Fixed Value: Text
......... userSelected 0..1 boolean If this coding was chosen directly by the user
........ text 0..1 string Plain text representation of the concept
....... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
....... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
....... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
....... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
....... entry C 0..* Reference(Resource) A reference to data that supports this section
....... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
....... Slices for section 0..* See section (Composition) Nested Section
Slice: Unordered, Closed by value:code
........ section:All Slices Content/Rules for all slices
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
......... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
......... title 0..1 string Label for section (e.g. for ToC)
......... code 0..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
......... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
......... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
......... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
......... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
......... entry C 0..* Reference(Resource) A reference to data that supports this section
......... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
......... section 0..* See section (Composition) Nested Section
....... Slices for section Content/Rules for all slices
........ section:language 0..* BackboneElement Nested Section
......... id 0..1 string Unique id for inter-element referencing
......... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
......... Slices for extension Content/Rules for all slices
.......... extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding

......... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
......... title 0..1 string Label for section (e.g. for ToC)
......... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
.......... id 0..1 id Unique id for inter-element referencing
.......... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.......... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
........... id 0..1 string Unique id for inter-element referencing
........... extension 0..* Extension Additional content defined by implementations
........... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
........... version 0..1 string Version of the system - if relevant
........... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
........... display 1..1 string Representation defined by the system
Fixed Value: Language
........... userSelected 0..1 boolean If this coding was chosen directly by the user
.......... text 0..1 string Plain text representation of the concept
......... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
......... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
......... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
......... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
......... entry C 0..* Reference(Resource) A reference to data that supports this section
......... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
........ section:text 0..* BackboneElement Nested Section
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
......... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
......... title 0..1 string Label for section (e.g. for ToC)
......... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
.......... id 0..1 id Unique id for inter-element referencing
.......... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.......... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
........... id 0..1 string Unique id for inter-element referencing
........... extension 0..* Extension Additional content defined by implementations
........... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
........... version 0..1 string Version of the system - if relevant
........... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
........... display 1..1 string Representation defined by the system
Fixed Value: Text
........... userSelected 0..1 boolean If this coding was chosen directly by the user
.......... text 0..1 string Plain text representation of the concept
......... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
......... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
......... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
......... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
......... entry C 0..* Reference(Resource) A reference to data that supports this section
......... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
......... Slices for section 0..* See section (Composition) Nested Section
Slice: Unordered, Closed by value:code
.......... section:All Slices Content/Rules for all slices
........... id 0..1 string Unique id for inter-element referencing
........... extension 0..* Extension Additional content defined by implementations
........... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........... title 0..1 string Label for section (e.g. for ToC)
........... code 0..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
........... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
........... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
........... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
........... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
........... entry C 0..* Reference(Resource) A reference to data that supports this section
........... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
........... section 0..* See section (Composition) Nested Section
......... Slices for section Content/Rules for all slices
.......... section:language 0..* BackboneElement Nested Section
........... id 0..1 string Unique id for inter-element referencing
........... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
........... Slices for extension Content/Rules for all slices
............ extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding

........... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........... title 0..1 string Label for section (e.g. for ToC)
........... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
............ id 0..1 id Unique id for inter-element referencing
............ extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
............ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
............. id 0..1 string Unique id for inter-element referencing
............. extension 0..* Extension Additional content defined by implementations
............. system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
............. version 0..1 string Version of the system - if relevant
............. code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
............. display 1..1 string Representation defined by the system
Fixed Value: Language
............. userSelected 0..1 boolean If this coding was chosen directly by the user
............ text 0..1 string Plain text representation of the concept
........... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
........... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
........... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
........... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
........... entry C 0..* Reference(Resource) A reference to data that supports this section
........... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
.......... section:text 0..* BackboneElement Nested Section
........... id 0..1 string Unique id for inter-element referencing
........... extension 0..* Extension Additional content defined by implementations
........... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........... title 0..1 string Label for section (e.g. for ToC)
........... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
............ id 0..1 id Unique id for inter-element referencing
............ extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
............ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
............. id 0..1 string Unique id for inter-element referencing
............. extension 0..* Extension Additional content defined by implementations
............. system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
............. version 0..1 string Version of the system - if relevant
............. code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
............. display 1..1 string Representation defined by the system
Fixed Value: Text
............. userSelected 0..1 boolean If this coding was chosen directly by the user
............ text 0..1 string Plain text representation of the concept
........... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
........... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
........... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
........... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
........... entry C 0..* Reference(Resource) A reference to data that supports this section
........... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
........... Slices for section 0..* See section (Composition) Nested Section
Slice: Unordered, Closed by value:code
............ section:All Slices Content/Rules for all slices
............. id 0..1 string Unique id for inter-element referencing
............. extension 0..* Extension Additional content defined by implementations
............. modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
............. title 0..1 string Label for section (e.g. for ToC)
............. code 0..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
............. author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
............. focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
............. text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
............. orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
............. entry C 0..* Reference(Resource) A reference to data that supports this section
............. emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
............. section 0..* See section (Composition) Nested Section
........... Slices for section Content/Rules for all slices
............ section:language 0..* BackboneElement Nested Section
............. id 0..1 string Unique id for inter-element referencing
............. Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
............. Slices for extension Content/Rules for all slices
.............. extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding

............. modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
............. title 0..1 string Label for section (e.g. for ToC)
............. code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
.............. id 0..1 id Unique id for inter-element referencing
.............. extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.............. coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
............... id 0..1 string Unique id for inter-element referencing
............... extension 0..* Extension Additional content defined by implementations
............... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
............... version 0..1 string Version of the system - if relevant
............... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
............... display 1..1 string Representation defined by the system
Fixed Value: Language
............... userSelected 0..1 boolean If this coding was chosen directly by the user
.............. text 0..1 string Plain text representation of the concept
............. author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
............. focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
............. text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
............. orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
............. entry C 0..* Reference(Resource) A reference to data that supports this section
............. emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
............ section:text 0..* BackboneElement Nested Section
............. id 0..1 string Unique id for inter-element referencing
............. extension 0..* Extension Additional content defined by implementations
............. modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
............. title 0..1 string Label for section (e.g. for ToC)
............. code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
.............. id 0..1 id Unique id for inter-element referencing
.............. extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.............. coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
............... id 0..1 string Unique id for inter-element referencing
............... extension 0..* Extension Additional content defined by implementations
............... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
............... version 0..1 string Version of the system - if relevant
............... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
............... display 1..1 string Representation defined by the system
Fixed Value: Text
............... userSelected 0..1 boolean If this coding was chosen directly by the user
.............. text 0..1 string Plain text representation of the concept
............. author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
............. focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
............. text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
............. orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
............. entry C 0..* Reference(Resource) A reference to data that supports this section
............. emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
............. Slices for section 0..* See section (Composition) Nested Section
Slice: Unordered, Closed by value:code
.............. section:All Slices Content/Rules for all slices
............... id 0..1 string Unique id for inter-element referencing
............... extension 0..* Extension Additional content defined by implementations
............... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
............... title 0..1 string Label for section (e.g. for ToC)
............... code 0..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
............... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
............... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
............... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
............... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
............... entry C 0..* Reference(Resource) A reference to data that supports this section
............... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
............... section 0..* See section (Composition) Nested Section
............. Slices for section Content/Rules for all slices
.............. section:language 0..* BackboneElement Nested Section
............... id 0..1 string Unique id for inter-element referencing
............... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
............... Slices for extension Content/Rules for all slices
................ extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding

............... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
............... title 0..1 string Label for section (e.g. for ToC)
............... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
................ id 0..1 id Unique id for inter-element referencing
................ extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
................ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
................. id 0..1 string Unique id for inter-element referencing
................. extension 0..* Extension Additional content defined by implementations
................. system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
................. version 0..1 string Version of the system - if relevant
................. code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
................. display 1..1 string Representation defined by the system
Fixed Value: Language
................. userSelected 0..1 boolean If this coding was chosen directly by the user
................ text 0..1 string Plain text representation of the concept
............... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
............... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
............... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
............... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
............... entry C 0..* Reference(Resource) A reference to data that supports this section
............... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
.............. section:text 0..* BackboneElement Nested Section
............... id 0..1 string Unique id for inter-element referencing
............... extension 0..* Extension Additional content defined by implementations
............... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
............... title 0..1 string Label for section (e.g. for ToC)
............... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
................ id 0..1 id Unique id for inter-element referencing
................ extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
................ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
................. id 0..1 string Unique id for inter-element referencing
................. extension 0..* Extension Additional content defined by implementations
................. system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
................. version 0..1 string Version of the system - if relevant
................. code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
................. display 1..1 string Representation defined by the system
Fixed Value: Text
................. userSelected 0..1 boolean If this coding was chosen directly by the user
................ text 0..1 string Plain text representation of the concept
............... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
............... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
............... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
............... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
............... entry C 0..* Reference(Resource) A reference to data that supports this section
............... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
............... Slices for section 0..* See section (Composition) Nested Section
Slice: Unordered, Closed by value:code
................ section:All Slices Content/Rules for all slices
................. id 0..1 string Unique id for inter-element referencing
................. extension 0..* Extension Additional content defined by implementations
................. modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
................. title 0..1 string Label for section (e.g. for ToC)
................. code 0..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
................. author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
................. focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
................. text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
................. orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
................. entry C 0..* Reference(Resource) A reference to data that supports this section
................. emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
................. section 0..* See section (Composition) Nested Section
............... Slices for section Content/Rules for all slices
................ section:language 0..* BackboneElement Nested Section
................. id 0..1 string Unique id for inter-element referencing
................. Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
................. Slices for extension Content/Rules for all slices
.................. extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding

................. modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
................. title 0..1 string Label for section (e.g. for ToC)
................. code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
.................. id 0..1 id Unique id for inter-element referencing
.................. extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.................. coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
................... id 0..1 string Unique id for inter-element referencing
................... extension 0..* Extension Additional content defined by implementations
................... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
................... version 0..1 string Version of the system - if relevant
................... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
................... display 1..1 string Representation defined by the system
Fixed Value: Language
................... userSelected 0..1 boolean If this coding was chosen directly by the user
.................. text 0..1 string Plain text representation of the concept
................. author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
................. focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
................. text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
................. orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
................. entry C 0..* Reference(Resource) A reference to data that supports this section
................. emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
................ section:text 0..* BackboneElement Nested Section
................. id 0..1 string Unique id for inter-element referencing
................. extension 0..* Extension Additional content defined by implementations
................. modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
................. title 0..1 string Label for section (e.g. for ToC)
................. code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
.................. id 0..1 id Unique id for inter-element referencing
.................. extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.................. coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
................... id 0..1 string Unique id for inter-element referencing
................... extension 0..* Extension Additional content defined by implementations
................... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
................... version 0..1 string Version of the system - if relevant
................... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
................... display 1..1 string Representation defined by the system
Fixed Value: Text
................... userSelected 0..1 boolean If this coding was chosen directly by the user
.................. text 0..1 string Plain text representation of the concept
................. author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
................. focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
................. text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
................. orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
................. entry C 0..* Reference(Resource) A reference to data that supports this section
................. emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
................. Slices for section 0..* See section (Composition) Nested Section
Slice: Unordered, Closed by value:code
.................. section:All Slices Content/Rules for all slices
................... id 0..1 string Unique id for inter-element referencing
................... extension 0..* Extension Additional content defined by implementations
................... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
................... title 0..1 string Label for section (e.g. for ToC)
................... code 0..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
................... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
................... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
................... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
................... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
................... entry C 0..* Reference(Resource) A reference to data that supports this section
................... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
................... section 0..* See section (Composition) Nested Section
................. Slices for section Content/Rules for all slices
.................. section:language 0..* BackboneElement Nested Section
................... id 0..1 string Unique id for inter-element referencing
................... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
................... Slices for extension Content/Rules for all slices
.................... extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding

................... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
................... title 0..1 string Label for section (e.g. for ToC)
................... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
.................... id 0..1 id Unique id for inter-element referencing
.................... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.................... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
..................... id 0..1 string Unique id for inter-element referencing
..................... extension 0..* Extension Additional content defined by implementations
..................... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
..................... version 0..1 string Version of the system - if relevant
..................... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
..................... display 1..1 string Representation defined by the system
Fixed Value: Language
..................... userSelected 0..1 boolean If this coding was chosen directly by the user
.................... text 0..1 string Plain text representation of the concept
................... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
................... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
................... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
................... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
................... entry C 0..* Reference(Resource) A reference to data that supports this section
................... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
.................. section:text 0..* BackboneElement Nested Section
................... id 0..1 string Unique id for inter-element referencing
................... extension 0..* Extension Additional content defined by implementations
................... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
................... title 0..1 string Label for section (e.g. for ToC)
................... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
.................... id 0..1 id Unique id for inter-element referencing
.................... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.................... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
..................... id 0..1 string Unique id for inter-element referencing
..................... extension 0..* Extension Additional content defined by implementations
..................... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
..................... version 0..1 string Version of the system - if relevant
..................... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
..................... display 1..1 string Representation defined by the system
Fixed Value: Text
..................... userSelected 0..1 boolean If this coding was chosen directly by the user
.................... text 0..1 string Plain text representation of the concept
................... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
................... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
................... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
................... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
................... entry C 0..* Reference(Resource) A reference to data that supports this section
................... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
................... section 0..* See section (Composition) Nested Section
.... section:patientVersion C 0..* BackboneElement Composition is broken into sections
Constraints: cmp-1, cmp-2
..... id 0..1 string Unique id for inter-element referencing
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... Slices for extension Content/Rules for all slices
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... title 0..1 string Label for section (e.g. for ToC)
..... code 1..1 CodeableConcept Classification of section (recommended)
Binding: Guideline Sections (extensible)
Required Pattern: At least the following
...... id 0..1 id Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: patient-version
....... display 1..1 string Representation defined by the system
Fixed Value: Patient Version
....... userSelected 0..1 boolean If this coding was chosen directly by the user
...... text 0..1 string Plain text representation of the concept
..... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
..... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
..... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
..... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
..... entry C 0..* Reference(Resource) A reference to data that supports this section
..... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
..... section 0..* See section (Composition) Nested Section
.... section:otherContent C 0..* BackboneElement Composition is broken into sections
Constraints: cmp-1, cmp-2
..... id 0..1 string Unique id for inter-element referencing
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... Slices for extension Content/Rules for all slices
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... title 0..1 string Label for section (e.g. for ToC)
..... code 1..1 CodeableConcept Classification of section (recommended)
Binding: Content Types (required)
...... id 0..1 id Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... coding 1..1 Coding Code defined by a terminology system
Binding: Content Types (required)
...... text 0..1 string Plain text representation of the concept
..... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
..... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
..... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
..... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
..... entry C 0..* Reference(Resource) A reference to data that supports this section
..... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
..... Slices for section 0..* See section (Composition) Nested Section
Slice: Unordered, Closed by value:code
...... section:All Slices Content/Rules for all slices
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... title 0..1 string Label for section (e.g. for ToC)
....... code 0..1 CodeableConcept Classification of section (recommended)
Binding: EvidenceReportSectionCode Value Set (extensible)
....... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
....... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
....... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
....... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
....... entry C 0..* Reference(Resource) A reference to data that supports this section
....... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
....... section 0..* See section (Composition) Nested Section
..... Slices for section Content/Rules for all slices
...... section:language 0..* BackboneElement Nested Section
....... id 0..1 string Unique id for inter-element referencing
....... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
....... Slices for extension Content/Rules for all slices
........ extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding

....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... title 0..1 string Label for section (e.g. for ToC)
....... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
........ id 0..1 id Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
........ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
......... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
......... version 0..1 string Version of the system - if relevant
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
......... display 1..1 string Representation defined by the system
Fixed Value: Language
......... userSelected 0..1 boolean If this coding was chosen directly by the user
........ text 0..1 string Plain text representation of the concept
....... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
....... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
....... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
....... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
....... entry C 0..* Reference(Resource) A reference to data that supports this section
....... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
...... section:text 0..* BackboneElement Nested Section
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... title 0..1 string Label for section (e.g. for ToC)
....... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
........ id 0..1 id Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
........ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
......... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
......... version 0..1 string Version of the system - if relevant
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
......... display 1..1 string Representation defined by the system
Fixed Value: Text
......... userSelected 0..1 boolean If this coding was chosen directly by the user
........ text 0..1 string Plain text representation of the concept
....... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
....... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
....... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
....... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
....... entry C 0..* Reference(Resource) A reference to data that supports this section
....... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
....... Slices for section 0..* See section (Composition) Nested Section
Slice: Unordered, Closed by value:code
........ section:All Slices Content/Rules for all slices
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
......... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
......... title 0..1 string Label for section (e.g. for ToC)
......... code 0..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
......... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
......... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
......... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
......... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
......... entry C 0..* Reference(Resource) A reference to data that supports this section
......... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
......... section 0..* See section (Composition) Nested Section
....... Slices for section Content/Rules for all slices
........ section:language 0..* BackboneElement Nested Section
......... id 0..1 string Unique id for inter-element referencing
......... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
......... Slices for extension Content/Rules for all slices
.......... extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding

......... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
......... title 0..1 string Label for section (e.g. for ToC)
......... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
.......... id 0..1 id Unique id for inter-element referencing
.......... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.......... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
........... id 0..1 string Unique id for inter-element referencing
........... extension 0..* Extension Additional content defined by implementations
........... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
........... version 0..1 string Version of the system - if relevant
........... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
........... display 1..1 string Representation defined by the system
Fixed Value: Language
........... userSelected 0..1 boolean If this coding was chosen directly by the user
.......... text 0..1 string Plain text representation of the concept
......... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
......... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
......... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
......... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
......... entry C 0..* Reference(Resource) A reference to data that supports this section
......... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
........ section:text 0..* BackboneElement Nested Section
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
......... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
......... title 0..1 string Label for section (e.g. for ToC)
......... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
.......... id 0..1 id Unique id for inter-element referencing
.......... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.......... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
........... id 0..1 string Unique id for inter-element referencing
........... extension 0..* Extension Additional content defined by implementations
........... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
........... version 0..1 string Version of the system - if relevant
........... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
........... display 1..1 string Representation defined by the system
Fixed Value: Text
........... userSelected 0..1 boolean If this coding was chosen directly by the user
.......... text 0..1 string Plain text representation of the concept
......... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
......... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
......... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
......... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
......... entry C 0..* Reference(Resource) A reference to data that supports this section
......... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
......... Slices for section 0..* See section (Composition) Nested Section
Slice: Unordered, Closed by value:code
.......... section:All Slices Content/Rules for all slices
........... id 0..1 string Unique id for inter-element referencing
........... extension 0..* Extension Additional content defined by implementations
........... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........... title 0..1 string Label for section (e.g. for ToC)
........... code 0..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
........... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
........... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
........... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
........... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
........... entry C 0..* Reference(Resource) A reference to data that supports this section
........... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
........... section 0..* See section (Composition) Nested Section
......... Slices for section Content/Rules for all slices
.......... section:language 0..* BackboneElement Nested Section
........... id 0..1 string Unique id for inter-element referencing
........... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
........... Slices for extension Content/Rules for all slices
............ extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding

........... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........... title 0..1 string Label for section (e.g. for ToC)
........... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
............ id 0..1 id Unique id for inter-element referencing
............ extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
............ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
............. id 0..1 string Unique id for inter-element referencing
............. extension 0..* Extension Additional content defined by implementations
............. system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
............. version 0..1 string Version of the system - if relevant
............. code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
............. display 1..1 string Representation defined by the system
Fixed Value: Language
............. userSelected 0..1 boolean If this coding was chosen directly by the user
............ text 0..1 string Plain text representation of the concept
........... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
........... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
........... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
........... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
........... entry C 0..* Reference(Resource) A reference to data that supports this section
........... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
.......... section:text 0..* BackboneElement Nested Section
........... id 0..1 string Unique id for inter-element referencing
........... extension 0..* Extension Additional content defined by implementations
........... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........... title 0..1 string Label for section (e.g. for ToC)
........... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
............ id 0..1 id Unique id for inter-element referencing
............ extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
............ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
............. id 0..1 string Unique id for inter-element referencing
............. extension 0..* Extension Additional content defined by implementations
............. system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
............. version 0..1 string Version of the system - if relevant
............. code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
............. display 1..1 string Representation defined by the system
Fixed Value: Text
............. userSelected 0..1 boolean If this coding was chosen directly by the user
............ text 0..1 string Plain text representation of the concept
........... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
........... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
........... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
........... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
........... entry C 0..* Reference(Resource) A reference to data that supports this section
........... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
........... Slices for section 0..* See section (Composition) Nested Section
Slice: Unordered, Closed by value:code
............ section:All Slices Content/Rules for all slices
............. id 0..1 string Unique id for inter-element referencing
............. extension 0..* Extension Additional content defined by implementations
............. modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
............. title 0..1 string Label for section (e.g. for ToC)
............. code 0..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
............. author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
............. focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
............. text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
............. orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
............. entry C 0..* Reference(Resource) A reference to data that supports this section
............. emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
............. section 0..* See section (Composition) Nested Section
........... Slices for section Content/Rules for all slices
............ section:language 0..* BackboneElement Nested Section
............. id 0..1 string Unique id for inter-element referencing
............. Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
............. Slices for extension Content/Rules for all slices
.............. extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding

............. modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
............. title 0..1 string Label for section (e.g. for ToC)
............. code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
.............. id 0..1 id Unique id for inter-element referencing
.............. extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.............. coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
............... id 0..1 string Unique id for inter-element referencing
............... extension 0..* Extension Additional content defined by implementations
............... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
............... version 0..1 string Version of the system - if relevant
............... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
............... display 1..1 string Representation defined by the system
Fixed Value: Language
............... userSelected 0..1 boolean If this coding was chosen directly by the user
.............. text 0..1 string Plain text representation of the concept
............. author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
............. focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
............. text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
............. orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
............. entry C 0..* Reference(Resource) A reference to data that supports this section
............. emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
............ section:text 0..* BackboneElement Nested Section
............. id 0..1 string Unique id for inter-element referencing
............. extension 0..* Extension Additional content defined by implementations
............. modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
............. title 0..1 string Label for section (e.g. for ToC)
............. code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
.............. id 0..1 id Unique id for inter-element referencing
.............. extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.............. coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
............... id 0..1 string Unique id for inter-element referencing
............... extension 0..* Extension Additional content defined by implementations
............... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
............... version 0..1 string Version of the system - if relevant
............... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
............... display 1..1 string Representation defined by the system
Fixed Value: Text
............... userSelected 0..1 boolean If this coding was chosen directly by the user
.............. text 0..1 string Plain text representation of the concept
............. author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
............. focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
............. text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
............. orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
............. entry C 0..* Reference(Resource) A reference to data that supports this section
............. emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
............. Slices for section 0..* See section (Composition) Nested Section
Slice: Unordered, Closed by value:code
.............. section:All Slices Content/Rules for all slices
............... id 0..1 string Unique id for inter-element referencing
............... extension 0..* Extension Additional content defined by implementations
............... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
............... title 0..1 string Label for section (e.g. for ToC)
............... code 0..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
............... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
............... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
............... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
............... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
............... entry C 0..* Reference(Resource) A reference to data that supports this section
............... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
............... section 0..* See section (Composition) Nested Section
............. Slices for section Content/Rules for all slices
.............. section:language 0..* BackboneElement Nested Section
............... id 0..1 string Unique id for inter-element referencing
............... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
............... Slices for extension Content/Rules for all slices
................ extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding

............... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
............... title 0..1 string Label for section (e.g. for ToC)
............... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
................ id 0..1 id Unique id for inter-element referencing
................ extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
................ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
................. id 0..1 string Unique id for inter-element referencing
................. extension 0..* Extension Additional content defined by implementations
................. system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
................. version 0..1 string Version of the system - if relevant
................. code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
................. display 1..1 string Representation defined by the system
Fixed Value: Language
................. userSelected 0..1 boolean If this coding was chosen directly by the user
................ text 0..1 string Plain text representation of the concept
............... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
............... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
............... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
............... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
............... entry C 0..* Reference(Resource) A reference to data that supports this section
............... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
.............. section:text 0..* BackboneElement Nested Section
............... id 0..1 string Unique id for inter-element referencing
............... extension 0..* Extension Additional content defined by implementations
............... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
............... title 0..1 string Label for section (e.g. for ToC)
............... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
................ id 0..1 id Unique id for inter-element referencing
................ extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
................ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
................. id 0..1 string Unique id for inter-element referencing
................. extension 0..* Extension Additional content defined by implementations
................. system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
................. version 0..1 string Version of the system - if relevant
................. code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
................. display 1..1 string Representation defined by the system
Fixed Value: Text
................. userSelected 0..1 boolean If this coding was chosen directly by the user
................ text 0..1 string Plain text representation of the concept
............... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
............... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
............... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
............... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
............... entry C 0..* Reference(Resource) A reference to data that supports this section
............... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
............... Slices for section 0..* See section (Composition) Nested Section
Slice: Unordered, Closed by value:code
................ section:All Slices Content/Rules for all slices
................. id 0..1 string Unique id for inter-element referencing
................. extension 0..* Extension Additional content defined by implementations
................. modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
................. title 0..1 string Label for section (e.g. for ToC)
................. code 0..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
................. author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
................. focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
................. text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
................. orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
................. entry C 0..* Reference(Resource) A reference to data that supports this section
................. emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
................. section 0..* See section (Composition) Nested Section
............... Slices for section Content/Rules for all slices
................ section:language 0..* BackboneElement Nested Section
................. id 0..1 string Unique id for inter-element referencing
................. Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
................. Slices for extension Content/Rules for all slices
.................. extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding

................. modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
................. title 0..1 string Label for section (e.g. for ToC)
................. code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
.................. id 0..1 id Unique id for inter-element referencing
.................. extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.................. coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
................... id 0..1 string Unique id for inter-element referencing
................... extension 0..* Extension Additional content defined by implementations
................... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
................... version 0..1 string Version of the system - if relevant
................... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
................... display 1..1 string Representation defined by the system
Fixed Value: Language
................... userSelected 0..1 boolean If this coding was chosen directly by the user
.................. text 0..1 string Plain text representation of the concept
................. author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
................. focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
................. text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
................. orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
................. entry C 0..* Reference(Resource) A reference to data that supports this section
................. emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
................ section:text 0..* BackboneElement Nested Section
................. id 0..1 string Unique id for inter-element referencing
................. extension 0..* Extension Additional content defined by implementations
................. modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
................. title 0..1 string Label for section (e.g. for ToC)
................. code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
.................. id 0..1 id Unique id for inter-element referencing
.................. extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.................. coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
................... id 0..1 string Unique id for inter-element referencing
................... extension 0..* Extension Additional content defined by implementations
................... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
................... version 0..1 string Version of the system - if relevant
................... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
................... display 1..1 string Representation defined by the system
Fixed Value: Text
................... userSelected 0..1 boolean If this coding was chosen directly by the user
.................. text 0..1 string Plain text representation of the concept
................. author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
................. focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
................. text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
................. orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
................. entry C 0..* Reference(Resource) A reference to data that supports this section
................. emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
................. Slices for section 0..* See section (Composition) Nested Section
Slice: Unordered, Closed by value:code
.................. section:All Slices Content/Rules for all slices
................... id 0..1 string Unique id for inter-element referencing
................... extension 0..* Extension Additional content defined by implementations
................... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
................... title 0..1 string Label for section (e.g. for ToC)
................... code 0..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
................... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
................... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
................... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
................... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
................... entry C 0..* Reference(Resource) A reference to data that supports this section
................... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
................... section 0..* See section (Composition) Nested Section
................. Slices for section Content/Rules for all slices
.................. section:language 0..* BackboneElement Nested Section
................... id 0..1 string Unique id for inter-element referencing
................... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
................... Slices for extension Content/Rules for all slices
.................... extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding

................... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
................... title 0..1 string Label for section (e.g. for ToC)
................... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
.................... id 0..1 id Unique id for inter-element referencing
.................... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.................... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
..................... id 0..1 string Unique id for inter-element referencing
..................... extension 0..* Extension Additional content defined by implementations
..................... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
..................... version 0..1 string Version of the system - if relevant
..................... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
..................... display 1..1 string Representation defined by the system
Fixed Value: Language
..................... userSelected 0..1 boolean If this coding was chosen directly by the user
.................... text 0..1 string Plain text representation of the concept
................... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
................... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
................... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
................... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
................... entry C 0..* Reference(Resource) A reference to data that supports this section
................... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
.................. section:text 0..* BackboneElement Nested Section
................... id 0..1 string Unique id for inter-element referencing
................... extension 0..* Extension Additional content defined by implementations
................... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
................... title 0..1 string Label for section (e.g. for ToC)
................... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
.................... id 0..1 id Unique id for inter-element referencing
.................... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.................... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
..................... id 0..1 string Unique id for inter-element referencing
..................... extension 0..* Extension Additional content defined by implementations
..................... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
..................... version 0..1 string Version of the system - if relevant
..................... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
..................... display 1..1 string Representation defined by the system
Fixed Value: Text
..................... userSelected 0..1 boolean If this coding was chosen directly by the user
.................... text 0..1 string Plain text representation of the concept
................... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
................... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
................... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
................... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
................... entry C 0..* Reference(Resource) A reference to data that supports this section
................... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
................... section 0..* See section (Composition) Nested Section
.... section:outcome C 0..1 BackboneElement Composition is broken into sections
Constraints: cmp-1, cmp-2
..... id 0..1 string Unique id for inter-element referencing
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... Slices for extension Content/Rules for all slices
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... title 0..1 string Label for section (e.g. for ToC)
..... code 1..1 CodeableConcept Classification of section (recommended)
Binding: Guideline Sections (extensible)
Required Pattern: At least the following
...... id 0..1 id Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-pico
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: outcome
....... display 1..1 string Representation defined by the system
Fixed Value: Outcome
....... userSelected 0..1 boolean If this coding was chosen directly by the user
...... text 0..1 string Plain text representation of the concept
..... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
..... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
..... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
..... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
..... entry C 0..* Reference(Resource) A reference to data that supports this section
..... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
..... Slices for section 0..* See section (Composition) Nested Section
Slice: Unordered, Closed by value:code
...... section:All Slices Content/Rules for all slices
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... title 0..1 string Label for section (e.g. for ToC)
....... code 0..1 CodeableConcept Classification of section (recommended)
Binding: EvidenceReportSectionCode Value Set (extensible)
....... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
....... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
....... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
....... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
....... entry C 0..* Reference(Resource) A reference to data that supports this section
....... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
....... section 0..* See section (Composition) Nested Section
..... Slices for section Content/Rules for all slices
...... section:language 0..* BackboneElement Nested Section
....... id 0..1 string Unique id for inter-element referencing
....... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
....... Slices for extension Content/Rules for all slices
........ extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding

........ extension:keyword 0..* CodeableConcept Keyword
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-keyword
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... title 0..1 string Label for section (e.g. for ToC)
....... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
........ id 0..1 id Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
........ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
......... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
......... version 0..1 string Version of the system - if relevant
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
......... display 1..1 string Representation defined by the system
Fixed Value: Language
......... userSelected 0..1 boolean If this coding was chosen directly by the user
........ text 0..1 string Plain text representation of the concept
....... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
....... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
....... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
....... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
....... entry C 0..* Reference(EvidenceVariable | Group) A reference to data that supports this section
....... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
...... section:text 0..* BackboneElement Nested Section
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... title 0..1 string Label for section (e.g. for ToC)
....... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
........ id 0..1 id Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
........ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
......... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
......... version 0..1 string Version of the system - if relevant
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
......... display 1..1 string Representation defined by the system
Fixed Value: Text
......... userSelected 0..1 boolean If this coding was chosen directly by the user
........ text 0..1 string Plain text representation of the concept
....... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
....... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
....... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
....... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
....... entry C 0..* Reference(Resource) A reference to data that supports this section
....... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
....... section 0..* See section (Composition) Nested Section

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
Composition.meta.security Base extensible All Security Labels 📍6.0.0-ballot3 FHIR Std.
Composition.meta.tag Base preferred Recommendation Tags 📦0.2.0 This IG
Composition.language Base required All Languages 📍6.0.0-ballot3 FHIR Std.
Composition.extension:versionAlgorithm.​value[x]:valueCoding Base extensible Version Algorithm 📦6.0.0-ballot3 FHIR Std.
Composition.status Base required Composition Status 📍6.0.0-ballot3 FHIR Std.
Composition.type Base preferred FHIR Document Type Codes 📍6.0.0-ballot3 FHIR Std.
Composition.category Base example Referenced Item Category Value Set 📍6.0.0-ballot3 FHIR Std.
Composition.category:synthesisType Base example Referenced Item Category Value Set 📍6.0.0-ballot3 FHIR Std.
Composition.category:synthesisType.​coding Base required Recommendation Synthesis Type 📦0.2.0 This IG
Composition.category:clinicalApplicationType Base example Referenced Item Category Value Set 📍6.0.0-ballot3 FHIR Std.
Composition.category:clinicalApplicationType.​coding Base required Clinical Application Type 📦0.2.0 This IG
Composition.attester.​mode Base preferred Contributor Role 📦1.0.0 THO v7.3
Composition.relatesTo.​type Base required Artifact Relationship Type 📍6.0.0-ballot3 FHIR Std.
Composition.relatesTo:citeAs.​type Base required Artifact Relationship Type 📍6.0.0-ballot3 FHIR Std.
Composition.relatesTo:partOf.​type Base required Artifact Relationship Type 📍6.0.0-ballot3 FHIR Std.
Composition.relatesTo:derivedFrom.​type Base required Artifact Relationship Type 📍6.0.0-ballot3 FHIR Std.
Composition.relatesTo:specificationOf.​type Base required Artifact Relationship Type 📍6.0.0-ballot3 FHIR Std.
Composition.relatesTo:dependsOn.​type Base required Artifact Relationship Type 📍6.0.0-ballot3 FHIR Std.
Composition.relatesTo:supportedWith.​type Base required Artifact Relationship Type 📍6.0.0-ballot3 FHIR Std.
Composition.relatesTo:similarTo.​type Base required Artifact Relationship Type 📍6.0.0-ballot3 FHIR Std.
Composition.relatesTo:derivedFrom/picoQuestion.​type Base required Artifact Relationship Type 📍6.0.0-ballot3 FHIR Std.
Composition.relatesTo:specificationOfPreceedingRecommendation.​type Base required Artifact Relationship Type 📍6.0.0-ballot3 FHIR Std.
Composition.relatesTo:specificationOfSucceedingRecommendation.​type Base required Artifact Relationship Type 📍6.0.0-ballot3 FHIR Std.
Composition.relatesTo:replacesRecommendation.​type Base required Artifact Relationship Type 📍6.0.0-ballot3 FHIR Std.
Composition.event.detail Base example v3 Code System ActCode 📦3.0.0 THO v7.3
Composition.section.​code Base extensible Guideline Sections 📦0.2.0 This IG
Composition.section.​orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section.​emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:summary.​code Base extensible Guideline Sections 📦0.2.0 This IG
Composition.section:summary.​orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:summary.​emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:introduction.​code Base extensible Guideline Sections 📦0.2.0 This IG
Composition.section:introduction.​orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:introduction.​emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:discussion.​code Base extensible Guideline Sections 📦0.2.0 This IG
Composition.section:discussion.​orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:discussion.​emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:methods.​code Base extensible Guideline Sections 📦0.2.0 This IG
Composition.section:methods.​orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:methods.​emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:references.​code Base extensible Guideline Sections 📦0.2.0 This IG
Composition.section:references.​orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:references.​emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:competingInterests.​code Base extensible Guideline Sections 📦0.2.0 This IG
Composition.section:competingInterests.​orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:competingInterests.​emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:acknowledgements.​code Base extensible Guideline Sections 📦0.2.0 This IG
Composition.section:acknowledgements.​orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:acknowledgements.​emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:appendices.​code Base extensible Guideline Sections 📦0.2.0 This IG
Composition.section:appendices.​orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:appendices.​emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:attachments.​code Base extensible EvidenceReportSectionCode Value Set 📦1.0.0-ballot3 Evidence Based Medicine on FHIR Implementation Guide v1.0
Composition.section:attachments.​orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:attachments.​emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:recommendationStatement.​code Base extensible Guideline Sections 📦0.2.0 This IG
Composition.section:recommendationStatement.​orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:recommendationStatement.​emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:recommendationStatement.​section.code Base extensible EvidenceReportSectionCode Value Set 📦1.0.0-ballot3 Evidence Based Medicine on FHIR Implementation Guide v1.0
Composition.section:recommendationStatement.​section.orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:recommendationStatement.​section.emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:recommendationStatement.​section:language.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:recommendationStatement.​section:language.orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:recommendationStatement.​section:language.emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:recommendationStatement.​section:text.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:recommendationStatement.​section:text.orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:recommendationStatement.​section:text.emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:ratings.​code Base extensible Guideline Sections 📦0.2.0 This IG
Composition.section:ratings.​orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:ratings.​emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:population.​code Base extensible Guideline Sections 📦0.2.0 This IG
Composition.section:population.​orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:population.​emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:population.​section.code Base extensible EvidenceReportSectionCode Value Set 📦1.0.0-ballot3 Evidence Based Medicine on FHIR Implementation Guide v1.0
Composition.section:population.​section.orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:population.​section.emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:population.​section:language.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:population.​section:language.orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:population.​section:language.emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:population.​section:text.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:population.​section:text.orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:population.​section:text.emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:action.​code Base extensible Guideline Sections 📦0.2.0 This IG
Composition.section:action.​orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:action.​emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:action.​section.code Base extensible EvidenceReportSectionCode Value Set 📦1.0.0-ballot3 Evidence Based Medicine on FHIR Implementation Guide v1.0
Composition.section:action.​section.orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:action.​section.emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:action.​section:language.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:action.​section:language.orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:action.​section:language.emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:action.​section:text.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:action.​section:text.orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:action.​section:text.emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:oppositeAction.​code Base extensible Guideline Sections 📦0.2.0 This IG
Composition.section:oppositeAction.​orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:oppositeAction.​emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:oppositeAction.​section.code Base extensible EvidenceReportSectionCode Value Set 📦1.0.0-ballot3 Evidence Based Medicine on FHIR Implementation Guide v1.0
Composition.section:oppositeAction.​section.orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:oppositeAction.​section.emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:oppositeAction.​section:language.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:oppositeAction.​section:language.orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:oppositeAction.​section:language.emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:oppositeAction.​section:text.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:oppositeAction.​section:text.orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:oppositeAction.​section:text.emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:evidence.​code Base extensible Guideline Sections 📦0.2.0 This IG
Composition.section:evidence.​orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:evidence.​emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:justification.​code Base extensible Guideline Sections 📦0.2.0 This IG
Composition.section:justification.​orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:justification.​emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:considerations.​code Base extensible Guideline Sections 📦0.2.0 This IG
Composition.section:considerations.​orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:considerations.​emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:text.​code Base extensible Guideline Sections 📦0.2.0 This IG
Composition.section:text.​orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:text.​emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:text.​section.code Base extensible EvidenceReportSectionCode Value Set 📦1.0.0-ballot3 Evidence Based Medicine on FHIR Implementation Guide v1.0
Composition.section:text.​section.orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:text.​section.emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:text.​section:language.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:text.​section:language.orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:text.​section:language.emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:text.​section:text.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:text.​section:text.orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:text.​section:text.emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​code Base extensible Guideline Sections 📦0.2.0 This IG
Composition.section:consensusProtocol.​orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section.code Base extensible EvidenceReportSectionCode Value Set 📦1.0.0-ballot3 Evidence Based Medicine on FHIR Implementation Guide v1.0
Composition.section:consensusProtocol.​section.orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section.emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:language.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:language.orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:language.emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section.​code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section.​orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section.​emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:language.​code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:language.​orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:language.​emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section.orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section.emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:language.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:language.orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:language.emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.section.​code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.section.​orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.section.​emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.section:language.​code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.section:language.​orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.section:language.​emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.section:text.​code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.section:text.​orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.section:text.​emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.section:text.​section.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.section:text.​section.orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.section:text.​section.emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.section:text.​section:language.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.section:text.​section:language.orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.section:text.​section:language.emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.section:text.​section:text.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.section:text.​section:text.orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.section:text.​section:text.emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.section:text.​section:text.section.​code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.section:text.​section:text.section.​orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.section:text.​section:text.section.​emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.section:text.​section:text.section:language.​code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.section:text.​section:text.section:language.​orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.section:text.​section:text.section:language.​emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.section:text.​section:text.section:text.​code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.section:text.​section:text.section:text.​orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.section:text.​section:text.section:text.​emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.section:text.​section:text.section:text.​section.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.section:text.​section:text.section:text.​section.orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.section:text.​section:text.section:text.​section.emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.section:text.​section:text.section:text.​section:language.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.section:text.​section:text.section:text.​section:language.orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.section:text.​section:text.section:text.​section:language.emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.section:text.​section:text.section:text.​section:text.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.section:text.​section:text.section:text.​section:text.orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.section:text.​section:text.section:text.​section:text.emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:patientVersion.​code Base extensible Guideline Sections 📦0.2.0 This IG
Composition.section:patientVersion.​orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:patientVersion.​emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​code Base required Content Types 📦0.2.0 This IG
Composition.section:otherContent.​code.coding Base required Content Types 📦0.2.0 This IG
Composition.section:otherContent.​orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section.code Base extensible EvidenceReportSectionCode Value Set 📦1.0.0-ballot3 Evidence Based Medicine on FHIR Implementation Guide v1.0
Composition.section:otherContent.​section.orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section.emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:language.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:language.orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:language.emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section.​code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section.​orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section.​emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:language.​code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:language.​orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:language.​emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section.orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section.emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:language.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:language.orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:language.emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.section.​code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.section.​orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.section.​emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.section:language.​code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.section:language.​orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.section:language.​emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.section:text.​code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.section:text.​orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.section:text.​emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.section:text.​section.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.section:text.​section.orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.section:text.​section.emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.section:text.​section:language.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.section:text.​section:language.orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.section:text.​section:language.emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.section:text.​section:text.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.section:text.​section:text.orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.section:text.​section:text.emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.section:text.​section:text.section.​code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.section:text.​section:text.section.​orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.section:text.​section:text.section.​emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.section:text.​section:text.section:language.​code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.section:text.​section:text.section:language.​orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.section:text.​section:text.section:language.​emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.section:text.​section:text.section:text.​code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.section:text.​section:text.section:text.​orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.section:text.​section:text.section:text.​emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.section:text.​section:text.section:text.​section.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.section:text.​section:text.section:text.​section.orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.section:text.​section:text.section:text.​section.emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.section:text.​section:text.section:text.​section:language.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.section:text.​section:text.section:text.​section:language.orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.section:text.​section:text.section:text.​section:language.emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.section:text.​section:text.section:text.​section:text.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.section:text.​section:text.section:text.​section:text.orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.section:text.​section:text.section:text.​section:text.emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:outcome.​code Base extensible Guideline Sections 📦0.2.0 This IG
Composition.section:outcome.​orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:outcome.​emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:outcome.​section.code Base extensible EvidenceReportSectionCode Value Set 📦1.0.0-ballot3 Evidence Based Medicine on FHIR Implementation Guide v1.0
Composition.section:outcome.​section.orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:outcome.​section.emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:outcome.​section:language.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:outcome.​section:language.orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:outcome.​section:language.emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:outcome.​section:text.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:outcome.​section:text.orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:outcome.​section:text.emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
cmp-1 error Composition.section, Composition.section:introduction, Composition.section:discussion, Composition.section:methods, Composition.section:references, Composition.section:competingInterests, Composition.section:acknowledgements, Composition.section:appendices, Composition.section:attachments, Composition.section:recommendationStatement, Composition.section:ratings, Composition.section:population, Composition.section:action, Composition.section:oppositeAction, Composition.section:evidence, Composition.section:justification, Composition.section:considerations, Composition.section:text, Composition.section:consensusProtocol, Composition.section:patientVersion, Composition.section:otherContent, Composition.section:outcome A section must contain at least one of text, entries, or sub-sections text.exists() or entry.exists() or section.exists()
cmp-2 error Composition.section, Composition.section:introduction, Composition.section:discussion, Composition.section:methods, Composition.section:references, Composition.section:competingInterests, Composition.section:acknowledgements, Composition.section:appendices, Composition.section:attachments, Composition.section:recommendationStatement, Composition.section:ratings, Composition.section:population, Composition.section:action, Composition.section:oppositeAction, Composition.section:evidence, Composition.section:justification, Composition.section:considerations, Composition.section:text, Composition.section:consensusProtocol, Composition.section:patientVersion, Composition.section:otherContent, Composition.section:outcome A section can only have an emptyReason if no entries are included emptyReason.empty() or entry.empty()
dom-2 error Composition If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error Composition 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 error Composition 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 error Composition If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice Composition A resource should have narrative for robust management text.`div`.exists()
ele-1 error **ALL** elements All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error **ALL** extensions Must have either extensions or value[x], not both extension.exists() != value.exists()
inv-require-official-identifier error Composition Every Guideline/Recommendation must have exactly one official identifier (with use = #official) identifier.where(use='official').count() = 1

This structure is derived from Recommendation

Summary

Mandatory: 6 elements(156 nested mandatory elements)
Must-Support: 5 elements
Prohibited: 22 elements

Structures

This structure refers to these other structures:

Extensions

This structure refers to these extensions:

Slices

This structure defines the following Slices:

  • The element 1 is sliced based on the value of Composition.category
  • The element 2 is sliced based on the values of Composition.relatesTo
  • The element 1 is sliced based on the value of Composition.relatesTo.target[x]
  • The element 1 is sliced based on the value of Composition.section (Closed)
  • The element 1 is sliced based on the value of Composition.section.section (Closed)
  • The element 1 is sliced based on the value of Composition.section.section.section (Closed)
  • The element 1 is sliced based on the value of Composition.section.section.section.section (Closed)
  • The element 1 is sliced based on the value of Composition.section.section.section.section.section (Closed)
  • The element 1 is sliced based on the value of Composition.section.section.section.section.section.section (Closed)
  • The element 1 is sliced based on the value of Composition.section.section.section.section.section.section.section (Closed)
  • The element 1 is sliced based on the value of Composition.section.section.section.section.section.section.section.section (Closed)

Key Elements View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Composition C 0..* Recommendation A set of resources composed into a single coherent clinical statement with clinical attestation
Constraints: inv-require-official-identifier
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... contained 0..* Resource Contained, inline Resources
... Slices for extension Content/Rules for all slices
.... extension:versionAlgorithm 0..1 (Complex) How to compare versions
URL: http://hl7.org/fhir/StructureDefinition/artifact-versionAlgorithm
..... extension 0..0 Extension
Slice: Unordered, Open by value:url
..... url 1..1 uri "http://hl7.org/fhir/StructureDefinition/artifact-versionAlgorithm"
..... Slices for value[x] 1..1 Value of extension
Slice: Unordered, Closed by type:$this
...... valueString string
...... valueCoding Coding
..... Slices for value[x] Content/Rules for all slices
...... value[x]:valueCoding 0..1 Coding Value of extension
Binding: VersionAlgorithm (extensible)
Required Pattern: At least the following
.... extension:experimental 0..1 boolean For testing purposes, not real usage
URL: http://hl7.org/fhir/StructureDefinition/artifact-experimental
.... extension:description 0..1 markdown Natural language description of the artifact
URL: http://hl7.org/fhir/StructureDefinition/artifact-description
.... extension:purpose 0..1 markdown Why this artifact is defined
URL: http://hl7.org/fhir/StructureDefinition/artifact-purpose
.... extension:copyright 0..1 markdown Use and/or publishing restrictions
URL: http://hl7.org/fhir/StructureDefinition/artifact-copyright
.... extension:copyrightLabel 0..1 string Copyright holder and year(s)
URL: http://hl7.org/fhir/StructureDefinition/artifact-copyrightLabel
.... extension:approvalDate 0..1 (Complex) Approval Date
URL: http://hl7.org/fhir/StructureDefinition/artifact-approvalDate
..... extension 0..0 Extension
Slice: Unordered, Open by value:url
..... url 1..1 uri "http://hl7.org/fhir/StructureDefinition/artifact-approvalDate"
..... value[x] 1..1 date Value of extension
.... extension:lastReviewDate 0..1 (Complex) Last Literature Review Date
URL: http://hl7.org/fhir/StructureDefinition/artifact-lastReviewDate
..... extension 0..0 Extension
Slice: Unordered, Open by value:url
..... url 1..1 uri "http://hl7.org/fhir/StructureDefinition/artifact-lastReviewDate"
..... value[x] 1..1 date Value of extension
.... extension:effectivePeriod 0..1 Period When the artifact is expected to be used
URL: http://hl7.org/fhir/StructureDefinition/artifact-effectivePeriod
.... extension:additionalLanguage 0..* code The additional language
URL: http://hl7.org/fhir/StructureDefinition/additional-language
Binding: AllLanguages (required): IETF language tag for a human language
.... extension:extendedContactDetail 0..* ExtendedContactDetail Contact details for the publisher
URL: http://hl7.org/fhir/StructureDefinition/artifact-extended-contact-detail
.... extension:publicationDate 0..1 date Publication date of Resource
URL: http://hl7.org/fhir/StructureDefinition/artifact-publicationDate
.... extension:publicationStatus 0..1 CodeableConcept Publication status
URL: http://hl7.org/fhir/uv/ebm/StructureDefinition/artifact-publication-status
Binding: Cited Artifact Status Type (preferred)
.... extension:reviewStatus 0..1 (Complex) Version status of recommendation, i.e., confirmed, updated or new
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-recommendation-review-status
... version Σ 1..1 string An explicitly assigned identifier of a variation of the content in the Composition
... status ?!Σ 1..1 code registered | partial | preliminary | final | amended | corrected | appended | cancelled | entered-in-error | deprecated | unknown
Binding: CompositionStatus (required): The workflow/clinical status of the composition.
... type Σ 1..1 CodeableConcept Kind of composition (LOINC if possible)
Binding: FHIRDocumentTypeCodes (preferred): Type of a composition.
.... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
..... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
..... version 0..1 string Version of the system - if relevant
..... code 1..1 code Symbol in syntax defined by the system
Fixed Value: Recommendation
..... display 1..1 string Representation defined by the system
Fixed Value: Recommendation
..... userSelected 0..1 boolean If this coding was chosen directly by the user
... Slices for category Σ 1..* CodeableConcept Categorization of Composition
Slice: Unordered, Open by value:coding
Binding: ReferencedItemCategoryValueSet (example): High-level kind of a clinical document at a macro level.
.... category:synthesisType Σ 1..1 CodeableConcept Assessment type for making this recommendation: evidence, consensus only, statement.
Binding: ReferencedItemCategoryValueSet (example): High-level kind of a clinical document at a macro level.
..... coding 0..* Coding Code defined by a terminology system
Binding: Recommendation Synthesis Type (required)
...... system S 1..1 uri Identity of the terminology system
...... code SC 1..1 code Symbol in syntax defined by the system
.... category:clinicalApplicationType Σ 0..* CodeableConcept Clinical application the recommendation is intended for: diagnostic, prognostic, therapeutic etc.
Binding: ReferencedItemCategoryValueSet (example): High-level kind of a clinical document at a macro level.
..... coding 0..* Coding Code defined by a terminology system
Binding: Clinical Application Type (required)
...... system S 1..1 uri Identity of the terminology system
...... code SC 1..1 code Symbol in syntax defined by the system
... date Σ 1..1 dateTime Composition editing time
... author Σ 1..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the composition
... title Σ 1..1 string Human Readable name/title
... Slices for relatesTo 1..* BackboneElement Relationships to other compositions/documents
Slice: Unordered, Open by value:type, value:extension('http://hl7.org/fhir/StructureDefinition/relatesto-classifier').value.ofType(CodeableConcept)
.... relatesTo:All Slices Content/Rules for all slices
..... Slices for extension Content/Rules for all slices
...... extension:classifier 0..1 CodeableConcept A classifier of the target artifact in a relatesTo element
URL: http://hl7.org/fhir/uv/ebm/StructureDefinition/relatesto-classifier
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... type 1..1 code 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
Binding: ArtifactRelationshipType (required): The type of relationship to the related artifact.
..... target[x] 1..1 The artifact that is related to this Composition
...... targetUri uri
...... targetAttachment Attachment
...... targetCanonical canonical(Resource)
...... targetReference Reference(Resource)
...... targetMarkdown markdown
.... relatesTo:citeAs 0..1 BackboneElement Relationships to other compositions/documents
..... Slices for extension Content/Rules for all slices
...... extension:classifier 0..1 CodeableConcept A classifier of the target artifact in a relatesTo element
URL: http://hl7.org/fhir/uv/ebm/StructureDefinition/relatesto-classifier
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... type 1..1 code 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
Binding: ArtifactRelationshipType (required): The type of relationship to the related artifact.
Required Pattern: cite-as
..... target[x] 1..1 The artifact that is related to this Composition
...... targetUri uri
...... targetAttachment Attachment
...... targetCanonical canonical(Resource)
...... targetReference Reference(Resource)
...... targetMarkdown markdown
.... relatesTo:partOf 1..* BackboneElement A reference to at least one guideline that this recommendation is part of.
..... Slices for extension Content/Rules for all slices
...... extension:classifier 0..1 CodeableConcept A classifier of the target artifact in a relatesTo element
URL: http://hl7.org/fhir/uv/ebm/StructureDefinition/relatesto-classifier
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... type 1..1 code 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
Binding: ArtifactRelationshipType (required): The type of relationship to the related artifact.
Required Pattern: part-of
..... target[x] 1..1 The artifact that is related to this Composition
...... targetUri uri
...... targetAttachment Attachment
...... targetCanonical canonical(Resource)
...... targetReference Reference(Resource)
...... targetMarkdown markdown
.... relatesTo:derivedFrom 0..* BackboneElement Relationships to other compositions/documents
..... Slices for extension Content/Rules for all slices
...... extension:classifier 0..1 CodeableConcept A classifier of the target artifact in a relatesTo element
URL: http://hl7.org/fhir/uv/ebm/StructureDefinition/relatesto-classifier
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... type 1..1 code 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
Binding: ArtifactRelationshipType (required): The type of relationship to the related artifact.
Required Pattern: derived-from
..... target[x] 1..1 The artifact that is related to this Composition
...... targetUri uri
...... targetAttachment Attachment
...... targetCanonical canonical(Resource)
...... targetReference Reference(Resource)
...... targetMarkdown markdown
.... relatesTo:specificationOf 0..* BackboneElement Relationships to other compositions/documents
..... Slices for extension Content/Rules for all slices
...... extension:classifier 0..1 CodeableConcept A classifier of the target artifact in a relatesTo element
URL: http://hl7.org/fhir/uv/ebm/StructureDefinition/relatesto-classifier
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... type 1..1 code 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
Binding: ArtifactRelationshipType (required): The type of relationship to the related artifact.
Required Pattern: specification-of
..... target[x] 1..1 The artifact that is related to this Composition
...... targetUri uri
...... targetAttachment Attachment
...... targetCanonical canonical(Resource)
...... targetReference Reference(Resource)
...... targetMarkdown markdown
.... relatesTo:dependsOn 0..* BackboneElement Relationships to other compositions/documents
..... Slices for extension Content/Rules for all slices
...... extension:classifier 0..1 CodeableConcept A classifier of the target artifact in a relatesTo element
URL: http://hl7.org/fhir/uv/ebm/StructureDefinition/relatesto-classifier
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... type 1..1 code 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
Binding: ArtifactRelationshipType (required): The type of relationship to the related artifact.
Required Pattern: depends-on
..... target[x] 1..1 The artifact that is related to this Composition
...... targetUri uri
...... targetAttachment Attachment
...... targetCanonical canonical(Resource)
...... targetReference Reference(Resource)
...... targetMarkdown markdown
.... relatesTo:supportedWith 0..* BackboneElement Relationships to other compositions/documents
..... Slices for extension Content/Rules for all slices
...... extension:classifier 0..1 CodeableConcept A classifier of the target artifact in a relatesTo element
URL: http://hl7.org/fhir/uv/ebm/StructureDefinition/relatesto-classifier
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... type 1..1 code 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
Binding: ArtifactRelationshipType (required): The type of relationship to the related artifact.
Required Pattern: supported-with
..... target[x] 1..1 The artifact that is related to this Composition
...... targetUri uri
...... targetAttachment Attachment
...... targetCanonical canonical(Resource)
...... targetReference Reference(Resource)
...... targetMarkdown markdown
.... relatesTo:similarTo 0..* BackboneElement Relationships to other compositions/documents
..... Slices for extension Content/Rules for all slices
...... extension:classifier 0..1 CodeableConcept A classifier of the target artifact in a relatesTo element
URL: http://hl7.org/fhir/uv/ebm/StructureDefinition/relatesto-classifier
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... type 1..1 code 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
Binding: ArtifactRelationshipType (required): The type of relationship to the related artifact.
Required Pattern: similar-to
..... target[x] 1..1 The artifact that is related to this Composition
...... targetUri uri
...... targetAttachment Attachment
...... targetCanonical canonical(Resource)
...... targetReference Reference(Resource)
...... targetMarkdown markdown
.... relatesTo:derivedFrom/picoQuestion 0..* BackboneElement Relationships to other compositions/documents
..... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
..... Slices for extension Content/Rules for all slices
...... extension:classifier 1..1 (Complex) A classifier of the target artifact in a relatesTo element
URL: http://hl7.org/fhir/uv/ebm/StructureDefinition/relatesto-classifier
....... extension 0..0 Extension
Slice: Unordered, Open by value:url
....... url Σ 1..1 uri "http://hl7.org/fhir/uv/ebm/StructureDefinition/relatesto-classifier"
....... value[x] Σ 1..1 CodeableConcept Value of extension
Required Pattern: At least the following
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... type 1..1 code 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
Binding: ArtifactRelationshipType (required): The type of relationship to the related artifact.
Required Pattern: derived-from
..... Slices for target[x] 1..1 Reference(Resource) The artifact that is related to this Composition
Slice: Unordered, Closed by type:$this
..... Slices for target[x] Content/Rules for all slices
...... target[x]:targetReference 1..1 Reference(PICO Question) The artifact that is related to this Composition
.... relatesTo:specificationOfPreceedingRecommendation 0..* BackboneElement A reference to another Recommendation which preceeds this Recommendation in a (hypothetical) clinical workflow.
..... Slices for extension Content/Rules for all slices
...... extension:classifier 0..1 CodeableConcept A classifier of the target artifact in a relatesTo element
URL: http://hl7.org/fhir/uv/ebm/StructureDefinition/relatesto-classifier
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... type 1..1 code 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
Binding: ArtifactRelationshipType (required): The type of relationship to the related artifact.
Required Pattern: predecessor
..... Slices for target[x] 1..1 Reference(Resource) The artifact that is related to this Composition
Slice: Unordered, Closed by type:$this
..... Slices for target[x] Content/Rules for all slices
...... target[x]:targetReference 1..1 Reference(Recommendation) The artifact that is related to this Composition
.... relatesTo:specificationOfSucceedingRecommendation 0..* BackboneElement A reference to another Recommendation which succeeds this Recommendation in a (hypothetical) clinical workflow.
..... Slices for extension Content/Rules for all slices
...... extension:classifier 0..1 CodeableConcept A classifier of the target artifact in a relatesTo element
URL: http://hl7.org/fhir/uv/ebm/StructureDefinition/relatesto-classifier
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... type 1..1 code 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
Binding: ArtifactRelationshipType (required): The type of relationship to the related artifact.
Required Pattern: successor
..... Slices for target[x] 1..1 Reference(Resource) The artifact that is related to this Composition
Slice: Unordered, Closed by type:$this
..... Slices for target[x] Content/Rules for all slices
...... target[x]:targetReference 1..1 Reference(Recommendation) The artifact that is related to this Composition
.... relatesTo:replacesRecommendation 0..* BackboneElement A reference to an (older, outdated or obsolete) Recommendation which has been replaced by this Recommendation.
..... Slices for extension Content/Rules for all slices
...... extension:classifier 0..1 CodeableConcept A classifier of the target artifact in a relatesTo element
URL: http://hl7.org/fhir/uv/ebm/StructureDefinition/relatesto-classifier
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... type 1..1 code 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
Binding: ArtifactRelationshipType (required): The type of relationship to the related artifact.
Required Pattern: replaces
..... Slices for target[x] 1..1 Reference(Resource) The artifact that is related to this Composition
Slice: Unordered, Closed by type:$this
..... Slices for target[x] Content/Rules for all slices
...... target[x]:targetReference 1..1 Reference(Recommendation) The artifact that is related to this Composition
... Slices for section C 1..* BackboneElement Composition is broken into sections
Slice: Unordered, Closed by value:code.coding
Constraints: cmp-1, cmp-2
.... section:All Slices Content/Rules for all slices
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... code 0..1 CodeableConcept Classification of section (recommended)
Binding: Guideline Sections (extensible)
..... entry C 0..* Reference(Resource) A reference to data that supports this section
.... section:introduction SC 0..1 BackboneElement Composition is broken into sections
Constraints: cmp-1, cmp-2
..... Slices for extension Content/Rules for all slices
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... code 1..1 CodeableConcept Classification of section (recommended)
Binding: Guideline Sections (extensible)
Required Pattern: At least the following
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... text 0..1 string Plain text representation of the concept
...... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: introduction
....... display 1..1 string Representation defined by the system
Fixed Value: Introduction
....... userSelected 0..1 boolean If this coding was chosen directly by the user
..... entry C 0..* Reference(Resource) A reference to data that supports this section
.... section:discussion SC 0..1 BackboneElement Composition is broken into sections
Constraints: cmp-1, cmp-2
..... Slices for extension Content/Rules for all slices
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... code 1..1 CodeableConcept Classification of section (recommended)
Binding: Guideline Sections (extensible)
Required Pattern: At least the following
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... text 0..1 string Plain text representation of the concept
...... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: discussion
....... display 1..1 string Representation defined by the system
Fixed Value: Discussion
....... userSelected 0..1 boolean If this coding was chosen directly by the user
..... entry C 0..* Reference(Resource) A reference to data that supports this section
.... section:methods SC 0..1 BackboneElement Composition is broken into sections
Constraints: cmp-1, cmp-2
..... Slices for extension Content/Rules for all slices
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... code 1..1 CodeableConcept Classification of section (recommended)
Binding: Guideline Sections (extensible)
Required Pattern: At least the following
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... text 0..1 string Plain text representation of the concept
...... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: methods
....... display 1..1 string Representation defined by the system
Fixed Value: Methods
....... userSelected 0..1 boolean If this coding was chosen directly by the user
..... entry C 0..* Reference(Resource) A reference to data that supports this section
.... section:references SC 0..1 BackboneElement Composition is broken into sections
Constraints: cmp-1, cmp-2
..... Slices for extension Content/Rules for all slices
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... code 1..1 CodeableConcept Classification of section (recommended)
Binding: Guideline Sections (extensible)
Required Pattern: At least the following
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... text 0..1 string Plain text representation of the concept
...... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: references
....... display 1..1 string Representation defined by the system
Fixed Value: References
....... userSelected 0..1 boolean If this coding was chosen directly by the user
..... entry C 0..* Reference(PublicationRecord) A reference to data that supports this section
.... section:competingInterests SC 0..1 BackboneElement Composition is broken into sections
Constraints: cmp-1, cmp-2
..... Slices for extension Content/Rules for all slices
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... code 1..1 CodeableConcept Classification of section (recommended)
Binding: Guideline Sections (extensible)
Required Pattern: At least the following
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... text 0..1 string Plain text representation of the concept
...... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: competing-interests
....... display 1..1 string Representation defined by the system
Fixed Value: Competing Interests
....... userSelected 0..1 boolean If this coding was chosen directly by the user
..... entry C 0..* Reference(Resource) A reference to data that supports this section
.... section:acknowledgements SC 0..1 BackboneElement Composition is broken into sections
Constraints: cmp-1, cmp-2
..... Slices for extension Content/Rules for all slices
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... code 1..1 CodeableConcept Classification of section (recommended)
Binding: Guideline Sections (extensible)
Required Pattern: At least the following
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... text 0..1 string Plain text representation of the concept
...... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: acknowledgements
....... display 1..1 string Representation defined by the system
Fixed Value: Acknowledgements
....... userSelected 0..1 boolean If this coding was chosen directly by the user
..... entry C 0..* Reference(Resource) A reference to data that supports this section
.... section:appendices SC 0..1 BackboneElement Composition is broken into sections
Constraints: cmp-1, cmp-2
..... Slices for extension Content/Rules for all slices
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... code 1..1 CodeableConcept Classification of section (recommended)
Binding: Guideline Sections (extensible)
Required Pattern: At least the following
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... text 0..1 string Plain text representation of the concept
...... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: appendices
....... display 1..1 string Representation defined by the system
Fixed Value: Appendices
....... userSelected 0..1 boolean If this coding was chosen directly by the user
..... entry C 0..* Reference(Resource) A reference to data that supports this section
.... section:attachments C 0..1 BackboneElement Composition is broken into sections
Constraints: cmp-1, cmp-2
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... entry C 0..* Reference(DocumentReference) A reference to data that supports this section
.... section:recommendationStatement SC 1..1 BackboneElement Composition is broken into sections
Constraints: cmp-1, cmp-2
..... Slices for extension Content/Rules for all slices
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... code 1..1 CodeableConcept Classification of section (recommended)
Binding: Guideline Sections (extensible)
Required Pattern: At least the following
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... text 0..1 string Plain text representation of the concept
...... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: recommendation-statement
....... display 1..1 string Representation defined by the system
Fixed Value: Recommendation Statement
....... userSelected 0..1 boolean If this coding was chosen directly by the user
..... entry C 0..* Reference(Resource) A reference to data that supports this section
..... Slices for section 0..* See section (Composition) Nested Section
Slice: Unordered, Closed by value:code
...... section:All Slices Content/Rules for all slices
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... entry C 0..* Reference(Resource) A reference to data that supports this section
..... Slices for section Content/Rules for all slices
...... section:language 0..* BackboneElement Nested Section
....... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
....... Slices for extension Content/Rules for all slices
........ extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding

....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ text 0..1 string Plain text representation of the concept
........ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
......... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
......... version 0..1 string Version of the system - if relevant
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
......... display 1..1 string Representation defined by the system
Fixed Value: Language
......... userSelected 0..1 boolean If this coding was chosen directly by the user
....... entry C 0..* Reference(Resource) A reference to data that supports this section
...... section:text 0..* BackboneElement Nested Section
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ text 0..1 string Plain text representation of the concept
........ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
......... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
......... version 0..1 string Version of the system - if relevant
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
......... display 1..1 string Representation defined by the system
Fixed Value: Text
......... userSelected 0..1 boolean If this coding was chosen directly by the user
....... entry C 0..* Reference(Resource) A reference to data that supports this section
.... section:ratings C 0..1 BackboneElement The reference to the structured assessment of grade of recommendations, strength of consensus, level of evidence for this recommendation and respective evidence assessment tools.
Constraints: cmp-1, cmp-2
..... Slices for extension Content/Rules for all slices
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... code 1..1 CodeableConcept Classification of section (recommended)
Binding: Guideline Sections (extensible)
Required Pattern: At least the following
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... text 0..1 string Plain text representation of the concept
...... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: ratings
....... display 1..1 string Representation defined by the system
Fixed Value: Ratings
....... userSelected 0..1 boolean If this coding was chosen directly by the user
..... entry C 0..* Reference(Recommendation Justification) A reference to data that supports this section
.... section:population C 0..1 BackboneElement Composition is broken into sections
Constraints: cmp-1, cmp-2
..... Slices for extension Content/Rules for all slices
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... code 1..1 CodeableConcept Classification of section (recommended)
Binding: Guideline Sections (extensible)
Required Pattern: At least the following
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... text 0..1 string Plain text representation of the concept
...... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: population
....... display 1..1 string Representation defined by the system
Fixed Value: Population
....... userSelected 0..1 boolean If this coding was chosen directly by the user
..... entry C 0..* Reference(Resource) A reference to data that supports this section
..... Slices for section 0..* See section (Composition) Nested Section
Slice: Unordered, Closed by value:code
...... section:All Slices Content/Rules for all slices
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... entry C 0..* Reference(Resource) A reference to data that supports this section
..... Slices for section Content/Rules for all slices
...... section:language 0..* BackboneElement Nested Section
....... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
....... Slices for extension Content/Rules for all slices
........ extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding

........ extension:keyword 0..* CodeableConcept Keyword
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-keyword
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ text 0..1 string Plain text representation of the concept
........ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
......... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
......... version 0..1 string Version of the system - if relevant
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
......... display 1..1 string Representation defined by the system
Fixed Value: Language
......... userSelected 0..1 boolean If this coding was chosen directly by the user
....... entry C 0..* Reference(EvidenceVariable | Group) A reference to data that supports this section
...... section:text 0..* BackboneElement Nested Section
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ text 0..1 string Plain text representation of the concept
........ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
......... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
......... version 0..1 string Version of the system - if relevant
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
......... display 1..1 string Representation defined by the system
Fixed Value: Text
......... userSelected 0..1 boolean If this coding was chosen directly by the user
....... entry C 0..* Reference(Resource) A reference to data that supports this section
.... section:action C 0..1 BackboneElement Composition is broken into sections
Constraints: cmp-1, cmp-2
..... Slices for extension Content/Rules for all slices
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... code 1..1 CodeableConcept Classification of section (recommended)
Binding: Guideline Sections (extensible)
Required Pattern: At least the following
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... text 0..1 string Plain text representation of the concept
...... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: action
....... display 1..1 string Representation defined by the system
Fixed Value: Action
....... userSelected 0..1 boolean If this coding was chosen directly by the user
..... entry C 0..* Reference(Resource) A reference to data that supports this section
..... Slices for section 0..* See section (Composition) Nested Section
Slice: Unordered, Closed by value:code
...... section:All Slices Content/Rules for all slices
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... entry C 0..* Reference(Resource) A reference to data that supports this section
..... Slices for section Content/Rules for all slices
...... section:language 0..* BackboneElement Nested Section
....... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
....... Slices for extension Content/Rules for all slices
........ extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding

........ extension:keyword 0..* CodeableConcept Keyword
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-keyword
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ text 0..1 string Plain text representation of the concept
........ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
......... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
......... version 0..1 string Version of the system - if relevant
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
......... display 1..1 string Representation defined by the system
Fixed Value: Language
......... userSelected 0..1 boolean If this coding was chosen directly by the user
....... entry C 0..* Reference(PlanDefinition) A reference to data that supports this section
...... section:text 0..* BackboneElement Nested Section
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ text 0..1 string Plain text representation of the concept
........ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
......... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
......... version 0..1 string Version of the system - if relevant
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
......... display 1..1 string Representation defined by the system
Fixed Value: Text
......... userSelected 0..1 boolean If this coding was chosen directly by the user
....... entry C 0..* Reference(Resource) A reference to data that supports this section
.... section:oppositeAction C 0..1 BackboneElement Composition is broken into sections
Constraints: cmp-1, cmp-2
..... Slices for extension Content/Rules for all slices
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... code 1..1 CodeableConcept Classification of section (recommended)
Binding: Guideline Sections (extensible)
Required Pattern: At least the following
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... text 0..1 string Plain text representation of the concept
...... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: opposite-action
....... display 1..1 string Representation defined by the system
Fixed Value: Opposite Action
....... userSelected 0..1 boolean If this coding was chosen directly by the user
..... entry C 0..* Reference(Resource) A reference to data that supports this section
..... Slices for section 0..* See section (Composition) Nested Section
Slice: Unordered, Closed by value:code
...... section:All Slices Content/Rules for all slices
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... entry C 0..* Reference(Resource) A reference to data that supports this section
..... Slices for section Content/Rules for all slices
...... section:language 0..* BackboneElement Nested Section
....... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
....... Slices for extension Content/Rules for all slices
........ extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding

........ extension:keyword 0..* CodeableConcept Keyword
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-keyword
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ text 0..1 string Plain text representation of the concept
........ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
......... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
......... version 0..1 string Version of the system - if relevant
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
......... display 1..1 string Representation defined by the system
Fixed Value: Language
......... userSelected 0..1 boolean If this coding was chosen directly by the user
....... entry C 0..* Reference(PlanDefinition) A reference to data that supports this section
...... section:text 0..* BackboneElement Nested Section
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ text 0..1 string Plain text representation of the concept
........ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
......... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
......... version 0..1 string Version of the system - if relevant
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
......... display 1..1 string Representation defined by the system
Fixed Value: Text
......... userSelected 0..1 boolean If this coding was chosen directly by the user
....... entry C 0..* Reference(Resource) A reference to data that supports this section
.... section:evidence SC 0..1 BackboneElement Composition is broken into sections
Constraints: cmp-1, cmp-2
..... Slices for extension Content/Rules for all slices
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... code 1..1 CodeableConcept Classification of section (recommended)
Binding: Guideline Sections (extensible)
Required Pattern: At least the following
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... text 0..1 string Plain text representation of the concept
...... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: evidence
....... display 1..1 string Representation defined by the system
Fixed Value: Evidence
....... userSelected 0..1 boolean If this coding was chosen directly by the user
..... entry C 0..* Reference(Resource) A reference to data that supports this section
.... section:justification SC 0..1 BackboneElement Composition is broken into sections
Constraints: cmp-1, cmp-2
..... Slices for extension Content/Rules for all slices
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... code 1..1 CodeableConcept Classification of section (recommended)
Binding: Guideline Sections (extensible)
Required Pattern: At least the following
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... text 0..1 string Plain text representation of the concept
...... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: justification
....... display 1..1 string Representation defined by the system
Fixed Value: Justification
....... userSelected 0..1 boolean If this coding was chosen directly by the user
..... entry C 0..* Reference(RecommendationJustification) A reference to data that supports this section
.... section:considerations SC 0..1 BackboneElement Composition is broken into sections
Constraints: cmp-1, cmp-2
..... Slices for extension Content/Rules for all slices
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... code 1..1 CodeableConcept Classification of section (recommended)
Binding: Guideline Sections (extensible)
Required Pattern: At least the following
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... text 0..1 string Plain text representation of the concept
...... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: considerations
....... display 1..1 string Representation defined by the system
Fixed Value: Considerations
....... userSelected 0..1 boolean If this coding was chosen directly by the user
..... entry C 0..* Reference(Resource) A reference to data that supports this section
.... section:text SC 0..* BackboneElement Composition is broken into sections
Constraints: cmp-1, cmp-2
..... Slices for extension Content/Rules for all slices
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... code 1..1 CodeableConcept Classification of section (recommended)
Binding: Guideline Sections (extensible)
Required Pattern: At least the following
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... text 0..1 string Plain text representation of the concept
...... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
....... display 1..1 string Representation defined by the system
Fixed Value: Text
....... userSelected 0..1 boolean If this coding was chosen directly by the user
..... entry C 0..* Reference(Resource) A reference to data that supports this section
..... Slices for section 0..* See section (Composition) Nested Section
Slice: Unordered, Closed by value:code
...... section:All Slices Content/Rules for all slices
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... entry C 0..* Reference(Resource) A reference to data that supports this section
..... Slices for section Content/Rules for all slices
...... section:language 0..* BackboneElement Nested Section
....... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
....... Slices for extension Content/Rules for all slices
........ extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding

....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ text 0..1 string Plain text representation of the concept
........ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
......... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
......... version 0..1 string Version of the system - if relevant
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
......... display 1..1 string Representation defined by the system
Fixed Value: Language
......... userSelected 0..1 boolean If this coding was chosen directly by the user
....... entry C 0..* Reference(Resource) A reference to data that supports this section
...... section:text 0..* BackboneElement Nested Section
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ text 0..1 string Plain text representation of the concept
........ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
......... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
......... version 0..1 string Version of the system - if relevant
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
......... display 1..1 string Representation defined by the system
Fixed Value: Text
......... userSelected 0..1 boolean If this coding was chosen directly by the user
....... entry C 0..* Reference(Resource) A reference to data that supports this section
.... section:consensusProtocol C 0..* BackboneElement Composition is broken into sections
Constraints: cmp-1, cmp-2
..... Slices for extension Content/Rules for all slices
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... code 1..1 CodeableConcept Classification of section (recommended)
Binding: Guideline Sections (extensible)
Required Pattern: At least the following
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... text 0..1 string Plain text representation of the concept
...... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: consensus-protocol
....... display 1..1 string Representation defined by the system
Fixed Value: Consensus Protocol
....... userSelected 0..1 boolean If this coding was chosen directly by the user
..... entry C 0..* Reference(Resource) A reference to data that supports this section
..... Slices for section 0..* See section (Composition) Nested Section
Slice: Unordered, Closed by value:code
...... section:All Slices Content/Rules for all slices
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... entry C 0..* Reference(Resource) A reference to data that supports this section
..... Slices for section Content/Rules for all slices
...... section:language 0..* BackboneElement Nested Section
....... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
....... Slices for extension Content/Rules for all slices
........ extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding

....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ text 0..1 string Plain text representation of the concept
........ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
......... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
......... version 0..1 string Version of the system - if relevant
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
......... display 1..1 string Representation defined by the system
Fixed Value: Language
......... userSelected 0..1 boolean If this coding was chosen directly by the user
....... entry C 0..* Reference(Resource) A reference to data that supports this section
...... section:text 0..* BackboneElement Nested Section
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ text 0..1 string Plain text representation of the concept
........ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
......... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
......... version 0..1 string Version of the system - if relevant
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
......... display 1..1 string Representation defined by the system
Fixed Value: Text
......... userSelected 0..1 boolean If this coding was chosen directly by the user
....... entry C 0..* Reference(Resource) A reference to data that supports this section
....... Slices for section 0..* See section (Composition) Nested Section
Slice: Unordered, Closed by value:code
........ section:All Slices Content/Rules for all slices
......... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
......... entry C 0..* Reference(Resource) A reference to data that supports this section
....... Slices for section Content/Rules for all slices
........ section:language 0..* BackboneElement Nested Section
......... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
......... Slices for extension Content/Rules for all slices
.......... extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding

......... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
......... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
.......... id 0..1 string Unique id for inter-element referencing
.......... extension 0..* Extension Additional content defined by implementations
.......... text 0..1 string Plain text representation of the concept
.......... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
........... id 0..1 string Unique id for inter-element referencing
........... extension 0..* Extension Additional content defined by implementations
........... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
........... version 0..1 string Version of the system - if relevant
........... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
........... display 1..1 string Representation defined by the system
Fixed Value: Language
........... userSelected 0..1 boolean If this coding was chosen directly by the user
......... entry C 0..* Reference(Resource) A reference to data that supports this section
........ section:text 0..* BackboneElement Nested Section
......... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
......... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
.......... id 0..1 string Unique id for inter-element referencing
.......... extension 0..* Extension Additional content defined by implementations
.......... text 0..1 string Plain text representation of the concept
.......... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
........... id 0..1 string Unique id for inter-element referencing
........... extension 0..* Extension Additional content defined by implementations
........... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
........... version 0..1 string Version of the system - if relevant
........... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
........... display 1..1 string Representation defined by the system
Fixed Value: Text
........... userSelected 0..1 boolean If this coding was chosen directly by the user
......... entry C 0..* Reference(Resource) A reference to data that supports this section
......... Slices for section 0..* See section (Composition) Nested Section
Slice: Unordered, Closed by value:code
.......... section:All Slices Content/Rules for all slices
........... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........... entry C 0..* Reference(Resource) A reference to data that supports this section
......... Slices for section Content/Rules for all slices
.......... section:language 0..* BackboneElement Nested Section
........... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
........... Slices for extension Content/Rules for all slices
............ extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding

........... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
............ id 0..1 string Unique id for inter-element referencing
............ extension 0..* Extension Additional content defined by implementations
............ text 0..1 string Plain text representation of the concept
............ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
............. id 0..1 string Unique id for inter-element referencing
............. extension 0..* Extension Additional content defined by implementations
............. system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
............. version 0..1 string Version of the system - if relevant
............. code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
............. display 1..1 string Representation defined by the system
Fixed Value: Language
............. userSelected 0..1 boolean If this coding was chosen directly by the user
........... entry C 0..* Reference(Resource) A reference to data that supports this section
.......... section:text 0..* BackboneElement Nested Section
........... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
............ id 0..1 string Unique id for inter-element referencing
............ extension 0..* Extension Additional content defined by implementations
............ text 0..1 string Plain text representation of the concept
............ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
............. id 0..1 string Unique id for inter-element referencing
............. extension 0..* Extension Additional content defined by implementations
............. system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
............. version 0..1 string Version of the system - if relevant
............. code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
............. display 1..1 string Representation defined by the system
Fixed Value: Text
............. userSelected 0..1 boolean If this coding was chosen directly by the user
........... entry C 0..* Reference(Resource) A reference to data that supports this section
........... Slices for section 0..* See section (Composition) Nested Section
Slice: Unordered, Closed by value:code
............ section:All Slices Content/Rules for all slices
............. modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
............. entry C 0..* Reference(Resource) A reference to data that supports this section
........... Slices for section Content/Rules for all slices
............ section:language 0..* BackboneElement Nested Section
............. Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
............. Slices for extension Content/Rules for all slices
.............. extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding

............. modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
............. code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
.............. id 0..1 string Unique id for inter-element referencing
.............. extension 0..* Extension Additional content defined by implementations
.............. text 0..1 string Plain text representation of the concept
.............. coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
............... id 0..1 string Unique id for inter-element referencing
............... extension 0..* Extension Additional content defined by implementations
............... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
............... version 0..1 string Version of the system - if relevant
............... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
............... display 1..1 string Representation defined by the system
Fixed Value: Language
............... userSelected 0..1 boolean If this coding was chosen directly by the user
............. entry C 0..* Reference(Resource) A reference to data that supports this section
............ section:text 0..* BackboneElement Nested Section
............. modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
............. code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
.............. id 0..1 string Unique id for inter-element referencing
.............. extension 0..* Extension Additional content defined by implementations
.............. text 0..1 string Plain text representation of the concept
.............. coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
............... id 0..1 string Unique id for inter-element referencing
............... extension 0..* Extension Additional content defined by implementations
............... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
............... version 0..1 string Version of the system - if relevant
............... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
............... display 1..1 string Representation defined by the system
Fixed Value: Text
............... userSelected 0..1 boolean If this coding was chosen directly by the user
............. entry C 0..* Reference(Resource) A reference to data that supports this section
............. Slices for section 0..* See section (Composition) Nested Section
Slice: Unordered, Closed by value:code
.............. section:All Slices Content/Rules for all slices
............... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
............... entry C 0..* Reference(Resource) A reference to data that supports this section
............. Slices for section Content/Rules for all slices
.............. section:language 0..* BackboneElement Nested Section
............... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
............... Slices for extension Content/Rules for all slices
................ extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding

............... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
............... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
................ id 0..1 string Unique id for inter-element referencing
................ extension 0..* Extension Additional content defined by implementations
................ text 0..1 string Plain text representation of the concept
................ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
................. id 0..1 string Unique id for inter-element referencing
................. extension 0..* Extension Additional content defined by implementations
................. system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
................. version 0..1 string Version of the system - if relevant
................. code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
................. display 1..1 string Representation defined by the system
Fixed Value: Language
................. userSelected 0..1 boolean If this coding was chosen directly by the user
............... entry C 0..* Reference(Resource) A reference to data that supports this section
.............. section:text 0..* BackboneElement Nested Section
............... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
............... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
................ id 0..1 string Unique id for inter-element referencing
................ extension 0..* Extension Additional content defined by implementations
................ text 0..1 string Plain text representation of the concept
................ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
................. id 0..1 string Unique id for inter-element referencing
................. extension 0..* Extension Additional content defined by implementations
................. system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
................. version 0..1 string Version of the system - if relevant
................. code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
................. display 1..1 string Representation defined by the system
Fixed Value: Text
................. userSelected 0..1 boolean If this coding was chosen directly by the user
............... entry C 0..* Reference(Resource) A reference to data that supports this section
............... Slices for section 0..* See section (Composition) Nested Section
Slice: Unordered, Closed by value:code
................ section:All Slices Content/Rules for all slices
................. modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
................. entry C 0..* Reference(Resource) A reference to data that supports this section
............... Slices for section Content/Rules for all slices
................ section:language 0..* BackboneElement Nested Section
................. Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
................. Slices for extension Content/Rules for all slices
.................. extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding

................. modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
................. code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
.................. id 0..1 string Unique id for inter-element referencing
.................. extension 0..* Extension Additional content defined by implementations
.................. text 0..1 string Plain text representation of the concept
.................. coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
................... id 0..1 string Unique id for inter-element referencing
................... extension 0..* Extension Additional content defined by implementations
................... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
................... version 0..1 string Version of the system - if relevant
................... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
................... display 1..1 string Representation defined by the system
Fixed Value: Language
................... userSelected 0..1 boolean If this coding was chosen directly by the user
................. entry C 0..* Reference(Resource) A reference to data that supports this section
................ section:text 0..* BackboneElement Nested Section
................. modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
................. code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
.................. id 0..1 string Unique id for inter-element referencing
.................. extension 0..* Extension Additional content defined by implementations
.................. text 0..1 string Plain text representation of the concept
.................. coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
................... id 0..1 string Unique id for inter-element referencing
................... extension 0..* Extension Additional content defined by implementations
................... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
................... version 0..1 string Version of the system - if relevant
................... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
................... display 1..1 string Representation defined by the system
Fixed Value: Text
................... userSelected 0..1 boolean If this coding was chosen directly by the user
................. entry C 0..* Reference(Resource) A reference to data that supports this section
................. Slices for section 0..* See section (Composition) Nested Section
Slice: Unordered, Closed by value:code
.................. section:All Slices Content/Rules for all slices
................... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
................... entry C 0..* Reference(Resource) A reference to data that supports this section
................. Slices for section Content/Rules for all slices
.................. section:language 0..* BackboneElement Nested Section
................... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
................... Slices for extension Content/Rules for all slices
.................... extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding

................... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
................... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
.................... id 0..1 string Unique id for inter-element referencing
.................... extension 0..* Extension Additional content defined by implementations
.................... text 0..1 string Plain text representation of the concept
.................... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
..................... id 0..1 string Unique id for inter-element referencing
..................... extension 0..* Extension Additional content defined by implementations
..................... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
..................... version 0..1 string Version of the system - if relevant
..................... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
..................... display 1..1 string Representation defined by the system
Fixed Value: Language
..................... userSelected 0..1 boolean If this coding was chosen directly by the user
................... entry C 0..* Reference(Resource) A reference to data that supports this section
.................. section:text 0..* BackboneElement Nested Section
................... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
................... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
.................... id 0..1 string Unique id for inter-element referencing
.................... extension 0..* Extension Additional content defined by implementations
.................... text 0..1 string Plain text representation of the concept
.................... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
..................... id 0..1 string Unique id for inter-element referencing
..................... extension 0..* Extension Additional content defined by implementations
..................... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
..................... version 0..1 string Version of the system - if relevant
..................... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
..................... display 1..1 string Representation defined by the system
Fixed Value: Text
..................... userSelected 0..1 boolean If this coding was chosen directly by the user
................... entry C 0..* Reference(Resource) A reference to data that supports this section
.... section:patientVersion C 0..* BackboneElement Composition is broken into sections
Constraints: cmp-1, cmp-2
..... Slices for extension Content/Rules for all slices
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... code 1..1 CodeableConcept Classification of section (recommended)
Binding: Guideline Sections (extensible)
Required Pattern: At least the following
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... text 0..1 string Plain text representation of the concept
...... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: patient-version
....... display 1..1 string Representation defined by the system
Fixed Value: Patient Version
....... userSelected 0..1 boolean If this coding was chosen directly by the user
..... entry C 0..* Reference(Resource) A reference to data that supports this section
.... section:otherContent C 0..* BackboneElement Composition is broken into sections
Constraints: cmp-1, cmp-2
..... Slices for extension Content/Rules for all slices
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... code 1..1 CodeableConcept Classification of section (recommended)
Binding: Content Types (required)
...... coding 1..1 Coding Code defined by a terminology system
Binding: Content Types (required)
..... entry C 0..* Reference(Resource) A reference to data that supports this section
..... Slices for section 0..* See section (Composition) Nested Section
Slice: Unordered, Closed by value:code
...... section:All Slices Content/Rules for all slices
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... entry C 0..* Reference(Resource) A reference to data that supports this section
..... Slices for section Content/Rules for all slices
...... section:language 0..* BackboneElement Nested Section
....... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
....... Slices for extension Content/Rules for all slices
........ extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding

....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ text 0..1 string Plain text representation of the concept
........ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
......... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
......... version 0..1 string Version of the system - if relevant
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
......... display 1..1 string Representation defined by the system
Fixed Value: Language
......... userSelected 0..1 boolean If this coding was chosen directly by the user
....... entry C 0..* Reference(Resource) A reference to data that supports this section
...... section:text 0..* BackboneElement Nested Section
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ text 0..1 string Plain text representation of the concept
........ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
......... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
......... version 0..1 string Version of the system - if relevant
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
......... display 1..1 string Representation defined by the system
Fixed Value: Text
......... userSelected 0..1 boolean If this coding was chosen directly by the user
....... entry C 0..* Reference(Resource) A reference to data that supports this section
....... Slices for section 0..* See section (Composition) Nested Section
Slice: Unordered, Closed by value:code
........ section:All Slices Content/Rules for all slices
......... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
......... entry C 0..* Reference(Resource) A reference to data that supports this section
....... Slices for section Content/Rules for all slices
........ section:language 0..* BackboneElement Nested Section
......... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
......... Slices for extension Content/Rules for all slices
.......... extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding

......... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
......... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
.......... id 0..1 string Unique id for inter-element referencing
.......... extension 0..* Extension Additional content defined by implementations
.......... text 0..1 string Plain text representation of the concept
.......... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
........... id 0..1 string Unique id for inter-element referencing
........... extension 0..* Extension Additional content defined by implementations
........... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
........... version 0..1 string Version of the system - if relevant
........... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
........... display 1..1 string Representation defined by the system
Fixed Value: Language
........... userSelected 0..1 boolean If this coding was chosen directly by the user
......... entry C 0..* Reference(Resource) A reference to data that supports this section
........ section:text 0..* BackboneElement Nested Section
......... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
......... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
.......... id 0..1 string Unique id for inter-element referencing
.......... extension 0..* Extension Additional content defined by implementations
.......... text 0..1 string Plain text representation of the concept
.......... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
........... id 0..1 string Unique id for inter-element referencing
........... extension 0..* Extension Additional content defined by implementations
........... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
........... version 0..1 string Version of the system - if relevant
........... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
........... display 1..1 string Representation defined by the system
Fixed Value: Text
........... userSelected 0..1 boolean If this coding was chosen directly by the user
......... entry C 0..* Reference(Resource) A reference to data that supports this section
......... Slices for section 0..* See section (Composition) Nested Section
Slice: Unordered, Closed by value:code
.......... section:All Slices Content/Rules for all slices
........... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........... entry C 0..* Reference(Resource) A reference to data that supports this section
......... Slices for section Content/Rules for all slices
.......... section:language 0..* BackboneElement Nested Section
........... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
........... Slices for extension Content/Rules for all slices
............ extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding

........... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
............ id 0..1 string Unique id for inter-element referencing
............ extension 0..* Extension Additional content defined by implementations
............ text 0..1 string Plain text representation of the concept
............ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
............. id 0..1 string Unique id for inter-element referencing
............. extension 0..* Extension Additional content defined by implementations
............. system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
............. version 0..1 string Version of the system - if relevant
............. code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
............. display 1..1 string Representation defined by the system
Fixed Value: Language
............. userSelected 0..1 boolean If this coding was chosen directly by the user
........... entry C 0..* Reference(Resource) A reference to data that supports this section
.......... section:text 0..* BackboneElement Nested Section
........... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
............ id 0..1 string Unique id for inter-element referencing
............ extension 0..* Extension Additional content defined by implementations
............ text 0..1 string Plain text representation of the concept
............ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
............. id 0..1 string Unique id for inter-element referencing
............. extension 0..* Extension Additional content defined by implementations
............. system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
............. version 0..1 string Version of the system - if relevant
............. code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
............. display 1..1 string Representation defined by the system
Fixed Value: Text
............. userSelected 0..1 boolean If this coding was chosen directly by the user
........... entry C 0..* Reference(Resource) A reference to data that supports this section
........... Slices for section 0..* See section (Composition) Nested Section
Slice: Unordered, Closed by value:code
............ section:All Slices Content/Rules for all slices
............. modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
............. entry C 0..* Reference(Resource) A reference to data that supports this section
........... Slices for section Content/Rules for all slices
............ section:language 0..* BackboneElement Nested Section
............. Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
............. Slices for extension Content/Rules for all slices
.............. extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding

............. modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
............. code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
.............. id 0..1 string Unique id for inter-element referencing
.............. extension 0..* Extension Additional content defined by implementations
.............. text 0..1 string Plain text representation of the concept
.............. coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
............... id 0..1 string Unique id for inter-element referencing
............... extension 0..* Extension Additional content defined by implementations
............... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
............... version 0..1 string Version of the system - if relevant
............... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
............... display 1..1 string Representation defined by the system
Fixed Value: Language
............... userSelected 0..1 boolean If this coding was chosen directly by the user
............. entry C 0..* Reference(Resource) A reference to data that supports this section
............ section:text 0..* BackboneElement Nested Section
............. modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
............. code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
.............. id 0..1 string Unique id for inter-element referencing
.............. extension 0..* Extension Additional content defined by implementations
.............. text 0..1 string Plain text representation of the concept
.............. coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
............... id 0..1 string Unique id for inter-element referencing
............... extension 0..* Extension Additional content defined by implementations
............... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
............... version 0..1 string Version of the system - if relevant
............... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
............... display 1..1 string Representation defined by the system
Fixed Value: Text
............... userSelected 0..1 boolean If this coding was chosen directly by the user
............. entry C 0..* Reference(Resource) A reference to data that supports this section
............. Slices for section 0..* See section (Composition) Nested Section
Slice: Unordered, Closed by value:code
.............. section:All Slices Content/Rules for all slices
............... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
............... entry C 0..* Reference(Resource) A reference to data that supports this section
............. Slices for section Content/Rules for all slices
.............. section:language 0..* BackboneElement Nested Section
............... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
............... Slices for extension Content/Rules for all slices
................ extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding

............... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
............... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
................ id 0..1 string Unique id for inter-element referencing
................ extension 0..* Extension Additional content defined by implementations
................ text 0..1 string Plain text representation of the concept
................ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
................. id 0..1 string Unique id for inter-element referencing
................. extension 0..* Extension Additional content defined by implementations
................. system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
................. version 0..1 string Version of the system - if relevant
................. code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
................. display 1..1 string Representation defined by the system
Fixed Value: Language
................. userSelected 0..1 boolean If this coding was chosen directly by the user
............... entry C 0..* Reference(Resource) A reference to data that supports this section
.............. section:text 0..* BackboneElement Nested Section
............... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
............... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
................ id 0..1 string Unique id for inter-element referencing
................ extension 0..* Extension Additional content defined by implementations
................ text 0..1 string Plain text representation of the concept
................ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
................. id 0..1 string Unique id for inter-element referencing
................. extension 0..* Extension Additional content defined by implementations
................. system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
................. version 0..1 string Version of the system - if relevant
................. code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
................. display 1..1 string Representation defined by the system
Fixed Value: Text
................. userSelected 0..1 boolean If this coding was chosen directly by the user
............... entry C 0..* Reference(Resource) A reference to data that supports this section
............... Slices for section 0..* See section (Composition) Nested Section
Slice: Unordered, Closed by value:code
................ section:All Slices Content/Rules for all slices
................. modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
................. entry C 0..* Reference(Resource) A reference to data that supports this section
............... Slices for section Content/Rules for all slices
................ section:language 0..* BackboneElement Nested Section
................. Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
................. Slices for extension Content/Rules for all slices
.................. extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding

................. modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
................. code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
.................. id 0..1 string Unique id for inter-element referencing
.................. extension 0..* Extension Additional content defined by implementations
.................. text 0..1 string Plain text representation of the concept
.................. coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
................... id 0..1 string Unique id for inter-element referencing
................... extension 0..* Extension Additional content defined by implementations
................... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
................... version 0..1 string Version of the system - if relevant
................... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
................... display 1..1 string Representation defined by the system
Fixed Value: Language
................... userSelected 0..1 boolean If this coding was chosen directly by the user
................. entry C 0..* Reference(Resource) A reference to data that supports this section
................ section:text 0..* BackboneElement Nested Section
................. modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
................. code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
.................. id 0..1 string Unique id for inter-element referencing
.................. extension 0..* Extension Additional content defined by implementations
.................. text 0..1 string Plain text representation of the concept
.................. coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
................... id 0..1 string Unique id for inter-element referencing
................... extension 0..* Extension Additional content defined by implementations
................... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
................... version 0..1 string Version of the system - if relevant
................... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
................... display 1..1 string Representation defined by the system
Fixed Value: Text
................... userSelected 0..1 boolean If this coding was chosen directly by the user
................. entry C 0..* Reference(Resource) A reference to data that supports this section
................. Slices for section 0..* See section (Composition) Nested Section
Slice: Unordered, Closed by value:code
.................. section:All Slices Content/Rules for all slices
................... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
................... entry C 0..* Reference(Resource) A reference to data that supports this section
................. Slices for section Content/Rules for all slices
.................. section:language 0..* BackboneElement Nested Section
................... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
................... Slices for extension Content/Rules for all slices
.................... extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding

................... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
................... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
.................... id 0..1 string Unique id for inter-element referencing
.................... extension 0..* Extension Additional content defined by implementations
.................... text 0..1 string Plain text representation of the concept
.................... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
..................... id 0..1 string Unique id for inter-element referencing
..................... extension 0..* Extension Additional content defined by implementations
..................... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
..................... version 0..1 string Version of the system - if relevant
..................... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
..................... display 1..1 string Representation defined by the system
Fixed Value: Language
..................... userSelected 0..1 boolean If this coding was chosen directly by the user
................... entry C 0..* Reference(Resource) A reference to data that supports this section
.................. section:text 0..* BackboneElement Nested Section
................... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
................... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
.................... id 0..1 string Unique id for inter-element referencing
.................... extension 0..* Extension Additional content defined by implementations
.................... text 0..1 string Plain text representation of the concept
.................... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
..................... id 0..1 string Unique id for inter-element referencing
..................... extension 0..* Extension Additional content defined by implementations
..................... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
..................... version 0..1 string Version of the system - if relevant
..................... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
..................... display 1..1 string Representation defined by the system
Fixed Value: Text
..................... userSelected 0..1 boolean If this coding was chosen directly by the user
................... entry C 0..* Reference(Resource) A reference to data that supports this section
.... section:outcome C 0..1 BackboneElement Composition is broken into sections
Constraints: cmp-1, cmp-2
..... Slices for extension Content/Rules for all slices
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... code 1..1 CodeableConcept Classification of section (recommended)
Binding: Guideline Sections (extensible)
Required Pattern: At least the following
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... text 0..1 string Plain text representation of the concept
...... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-pico
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: outcome
....... display 1..1 string Representation defined by the system
Fixed Value: Outcome
....... userSelected 0..1 boolean If this coding was chosen directly by the user
..... entry C 0..* Reference(Resource) A reference to data that supports this section
..... Slices for section 0..* See section (Composition) Nested Section
Slice: Unordered, Closed by value:code
...... section:All Slices Content/Rules for all slices
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... entry C 0..* Reference(Resource) A reference to data that supports this section
..... Slices for section Content/Rules for all slices
...... section:language 0..* BackboneElement Nested Section
....... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
....... Slices for extension Content/Rules for all slices
........ extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding

........ extension:keyword 0..* CodeableConcept Keyword
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-keyword
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ text 0..1 string Plain text representation of the concept
........ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
......... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
......... version 0..1 string Version of the system - if relevant
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
......... display 1..1 string Representation defined by the system
Fixed Value: Language
......... userSelected 0..1 boolean If this coding was chosen directly by the user
....... entry C 0..* Reference(EvidenceVariable | Group) A reference to data that supports this section
...... section:text 0..* BackboneElement Nested Section
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ text 0..1 string Plain text representation of the concept
........ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
......... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
......... version 0..1 string Version of the system - if relevant
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
......... display 1..1 string Representation defined by the system
Fixed Value: Text
......... userSelected 0..1 boolean If this coding was chosen directly by the user
....... entry C 0..* Reference(Resource) A reference to data that supports this section

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
Composition.extension:versionAlgorithm.​value[x]:valueCoding Base extensible Version Algorithm 📦6.0.0-ballot3 FHIR Std.
Composition.status Base required Composition Status 📍6.0.0-ballot3 FHIR Std.
Composition.type Base preferred FHIR Document Type Codes 📍6.0.0-ballot3 FHIR Std.
Composition.category Base example Referenced Item Category Value Set 📍6.0.0-ballot3 FHIR Std.
Composition.category:synthesisType Base example Referenced Item Category Value Set 📍6.0.0-ballot3 FHIR Std.
Composition.category:synthesisType.​coding Base required Recommendation Synthesis Type 📦0.2.0 This IG
Composition.category:clinicalApplicationType Base example Referenced Item Category Value Set 📍6.0.0-ballot3 FHIR Std.
Composition.category:clinicalApplicationType.​coding Base required Clinical Application Type 📦0.2.0 This IG
Composition.relatesTo.​type Base required Artifact Relationship Type 📍6.0.0-ballot3 FHIR Std.
Composition.relatesTo:citeAs.​type Base required Artifact Relationship Type 📍6.0.0-ballot3 FHIR Std.
Composition.relatesTo:partOf.​type Base required Artifact Relationship Type 📍6.0.0-ballot3 FHIR Std.
Composition.relatesTo:derivedFrom.​type Base required Artifact Relationship Type 📍6.0.0-ballot3 FHIR Std.
Composition.relatesTo:specificationOf.​type Base required Artifact Relationship Type 📍6.0.0-ballot3 FHIR Std.
Composition.relatesTo:dependsOn.​type Base required Artifact Relationship Type 📍6.0.0-ballot3 FHIR Std.
Composition.relatesTo:supportedWith.​type Base required Artifact Relationship Type 📍6.0.0-ballot3 FHIR Std.
Composition.relatesTo:similarTo.​type Base required Artifact Relationship Type 📍6.0.0-ballot3 FHIR Std.
Composition.relatesTo:derivedFrom/picoQuestion.​type Base required Artifact Relationship Type 📍6.0.0-ballot3 FHIR Std.
Composition.relatesTo:specificationOfPreceedingRecommendation.​type Base required Artifact Relationship Type 📍6.0.0-ballot3 FHIR Std.
Composition.relatesTo:specificationOfSucceedingRecommendation.​type Base required Artifact Relationship Type 📍6.0.0-ballot3 FHIR Std.
Composition.relatesTo:replacesRecommendation.​type Base required Artifact Relationship Type 📍6.0.0-ballot3 FHIR Std.
Composition.section.​code Base extensible Guideline Sections 📦0.2.0 This IG
Composition.section:summary.​code Base extensible Guideline Sections 📦0.2.0 This IG
Composition.section:introduction.​code Base extensible Guideline Sections 📦0.2.0 This IG
Composition.section:discussion.​code Base extensible Guideline Sections 📦0.2.0 This IG
Composition.section:methods.​code Base extensible Guideline Sections 📦0.2.0 This IG
Composition.section:references.​code Base extensible Guideline Sections 📦0.2.0 This IG
Composition.section:competingInterests.​code Base extensible Guideline Sections 📦0.2.0 This IG
Composition.section:acknowledgements.​code Base extensible Guideline Sections 📦0.2.0 This IG
Composition.section:appendices.​code Base extensible Guideline Sections 📦0.2.0 This IG
Composition.section:recommendationStatement.​code Base extensible Guideline Sections 📦0.2.0 This IG
Composition.section:recommendationStatement.​section:language.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:recommendationStatement.​section:text.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:ratings.​code Base extensible Guideline Sections 📦0.2.0 This IG
Composition.section:population.​code Base extensible Guideline Sections 📦0.2.0 This IG
Composition.section:population.​section:language.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:population.​section:text.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:action.​code Base extensible Guideline Sections 📦0.2.0 This IG
Composition.section:action.​section:language.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:action.​section:text.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:oppositeAction.​code Base extensible Guideline Sections 📦0.2.0 This IG
Composition.section:oppositeAction.​section:language.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:oppositeAction.​section:text.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:evidence.​code Base extensible Guideline Sections 📦0.2.0 This IG
Composition.section:justification.​code Base extensible Guideline Sections 📦0.2.0 This IG
Composition.section:considerations.​code Base extensible Guideline Sections 📦0.2.0 This IG
Composition.section:text.​code Base extensible Guideline Sections 📦0.2.0 This IG
Composition.section:text.​section:language.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:text.​section:text.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​code Base extensible Guideline Sections 📦0.2.0 This IG
Composition.section:consensusProtocol.​section:language.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:language.​code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:language.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.section:language.​code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.section:text.​code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.section:text.​section:language.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.section:text.​section:text.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.section:text.​section:text.section:language.​code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.section:text.​section:text.section:text.​code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.section:text.​section:text.section:text.​section:language.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.section:text.​section:text.section:text.​section:text.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:patientVersion.​code Base extensible Guideline Sections 📦0.2.0 This IG
Composition.section:otherContent.​code Base required Content Types 📦0.2.0 This IG
Composition.section:otherContent.​code.coding Base required Content Types 📦0.2.0 This IG
Composition.section:otherContent.​section:language.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:language.​code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:language.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.section:language.​code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.section:text.​code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.section:text.​section:language.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.section:text.​section:text.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.section:text.​section:text.section:language.​code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.section:text.​section:text.section:text.​code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.section:text.​section:text.section:text.​section:language.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.section:text.​section:text.section:text.​section:text.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:outcome.​code Base extensible Guideline Sections 📦0.2.0 This IG
Composition.section:outcome.​section:language.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:outcome.​section:text.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
cmp-1 error Composition.section, Composition.section:introduction, Composition.section:discussion, Composition.section:methods, Composition.section:references, Composition.section:competingInterests, Composition.section:acknowledgements, Composition.section:appendices, Composition.section:attachments, Composition.section:recommendationStatement, Composition.section:ratings, Composition.section:population, Composition.section:action, Composition.section:oppositeAction, Composition.section:evidence, Composition.section:justification, Composition.section:considerations, Composition.section:text, Composition.section:consensusProtocol, Composition.section:patientVersion, Composition.section:otherContent, Composition.section:outcome A section must contain at least one of text, entries, or sub-sections text.exists() or entry.exists() or section.exists()
cmp-2 error Composition.section, Composition.section:introduction, Composition.section:discussion, Composition.section:methods, Composition.section:references, Composition.section:competingInterests, Composition.section:acknowledgements, Composition.section:appendices, Composition.section:attachments, Composition.section:recommendationStatement, Composition.section:ratings, Composition.section:population, Composition.section:action, Composition.section:oppositeAction, Composition.section:evidence, Composition.section:justification, Composition.section:considerations, Composition.section:text, Composition.section:consensusProtocol, Composition.section:patientVersion, Composition.section:otherContent, Composition.section:outcome A section can only have an emptyReason if no entries are included emptyReason.empty() or entry.empty()
dom-2 error Composition If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error Composition 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 error Composition 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 error Composition If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice Composition A resource should have narrative for robust management text.`div`.exists()
ele-1 error **ALL** elements All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error **ALL** extensions Must have either extensions or value[x], not both extension.exists() != value.exists()
inv-require-official-identifier error Composition Every Guideline/Recommendation must have exactly one official identifier (with use = #official) identifier.where(use='official').count() = 1

Differential View

This structure is derived from Recommendation

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Composition C 0..* Recommendation A set of resources composed into a single coherent clinical statement with clinical attestation
Constraints: inv-require-official-identifier
... meta
.... tag 0..* Coding Tags applied to this resource
Binding: Recommendation Tags (preferred)
... Slices for extension Content/Rules for all slices
.... extension:versionAlgorithm 0..1 ArtifactVersionAlgorithm(5.3.0) How to compare versions
..... Slices for value[x] Content/Rules for all slices
...... value[x]:valueCoding 0..1 Coding Value of extension
Required Pattern: At least the following
....... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-awmf
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: year-month-versioning
.... extension:approvalDate 0..1 ArtifactApprovalDate(5.3.0) Approval Date
..... extension 0..0 Extension
.... extension:lastReviewDate 0..1 ArtifactLastReviewDate(5.3.0) Last Literature Review Date
..... extension 0..0 Extension
.... extension:reviewStatus 0..1 (Complex) Version status of recommendation, i.e., confirmed, updated or new
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-recommendation-review-status
... version 1..1 string An explicitly assigned identifier of a variation of the content in the Composition
.... category:synthesisType 1..1 CodeableConcept Assessment type for making this recommendation: evidence, consensus only, statement.
..... coding 0..* Coding Code defined by a terminology system
Binding: Recommendation Synthesis Type (required)
...... system S 1..1 uri Identity of the terminology system
...... code S 1..1 code Symbol in syntax defined by the system
.... category:clinicalApplicationType 0..* CodeableConcept Clinical application the recommendation is intended for: diagnostic, prognostic, therapeutic etc.
..... coding 0..* Coding Code defined by a terminology system
Binding: Clinical Application Type (required)
...... system S 1..1 uri Identity of the terminology system
...... code S 1..1 code Symbol in syntax defined by the system
... Slices for relatesTo 1..* BackboneElement Relationships to other compositions/documents
Slice: Unordered, Open by value:type, value:extension('http://hl7.org/fhir/StructureDefinition/relatesto-classifier').value.ofType(CodeableConcept)
.... relatesTo:partOf 1..* BackboneElement A reference to at least one guideline that this recommendation is part of.
.... relatesTo:derivedFrom/picoQuestion 0..* BackboneElement Relationships to other compositions/documents
..... extension 1..* Extension Extension
..... Slices for extension Content/Rules for all slices
...... extension:classifier 1..1 RelatesToClassifier A classifier of the target artifact in a relatesTo element
....... value[x] 1..1 CodeableConcept Value of extension
Required Pattern: At least the following
..... type 1..1 code 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
Required Pattern: derived-from
..... Slices for target[x] 1..1 Reference(Resource) The artifact that is related to this Composition
Slice: Unordered, Open by type:$this
..... Slices for target[x] Content/Rules for all slices
...... target[x]:targetReference 1..1 Reference(PICO Question) The artifact that is related to this Composition
.... relatesTo:specificationOfPreceedingRecommendation 0..* BackboneElement A reference to another Recommendation which preceeds this Recommendation in a (hypothetical) clinical workflow.
..... type 1..1 code 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
Required Pattern: predecessor
..... Slices for target[x] 1..1 Reference(Resource) The artifact that is related to this Composition
Slice: Unordered, Open by type:$this
..... Slices for target[x] Content/Rules for all slices
...... target[x]:targetReference 1..1 Reference(Recommendation) The artifact that is related to this Composition
.... relatesTo:specificationOfSucceedingRecommendation 0..* BackboneElement A reference to another Recommendation which succeeds this Recommendation in a (hypothetical) clinical workflow.
..... type 1..1 code 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
Required Pattern: successor
..... Slices for target[x] 1..1 Reference(Resource) The artifact that is related to this Composition
Slice: Unordered, Open by type:$this
..... Slices for target[x] Content/Rules for all slices
...... target[x]:targetReference 1..1 Reference(Recommendation) The artifact that is related to this Composition
.... relatesTo:replacesRecommendation 0..* BackboneElement A reference to an (older, outdated or obsolete) Recommendation which has been replaced by this Recommendation.
..... type 1..1 code 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
Required Pattern: replaces
..... Slices for target[x] 1..1 Reference(Resource) The artifact that is related to this Composition
Slice: Unordered, Open by type:$this
..... Slices for target[x] Content/Rules for all slices
...... target[x]:targetReference 1..1 Reference(Recommendation) The artifact that is related to this Composition
... Slices for section 1..* BackboneElement Composition is broken into sections
Slice: Unordered, Closed by value:code.coding
.... section:All Slices Content/Rules for all slices
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... code 0..1 CodeableConcept Classification of section (recommended)
Binding: Guideline Sections (extensible)
.... section:summary 0..0 BackboneElement Composition is broken into sections
.... section:introduction 0..1 BackboneElement Composition is broken into sections
..... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (Complex)
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: introduction
....... display 1..1 string Representation defined by the system
Fixed Value: Introduction
.... section:discussion 0..1 BackboneElement Composition is broken into sections
..... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (Complex)
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: discussion
....... display 1..1 string Representation defined by the system
Fixed Value: Discussion
.... section:methods 0..1 BackboneElement Composition is broken into sections
..... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (Complex)
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: methods
....... display 1..1 string Representation defined by the system
Fixed Value: Methods
.... section:references 0..1 BackboneElement Composition is broken into sections
..... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (Complex)
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: references
....... display 1..1 string Representation defined by the system
Fixed Value: References
.... section:competingInterests 0..1 BackboneElement Composition is broken into sections
..... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (Complex)
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: competing-interests
....... display 1..1 string Representation defined by the system
Fixed Value: Competing Interests
.... section:acknowledgements 0..1 BackboneElement Composition is broken into sections
..... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (Complex)
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: acknowledgements
....... display 1..1 string Representation defined by the system
Fixed Value: Acknowledgements
.... section:appendices 0..1 BackboneElement Composition is broken into sections
..... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (Complex)
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: appendices
....... display 1..1 string Representation defined by the system
Fixed Value: Appendices
.... section:recommendationStatement 1..1 BackboneElement Composition is broken into sections
..... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (Complex)
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: recommendation-statement
....... display 1..1 string Representation defined by the system
Fixed Value: Recommendation Statement
..... Slices for section 0..* Nested Section
Slice: Unordered, Closed by value:code
..... Slices for section Content/Rules for all slices
...... section:language 0..* BackboneElement Nested Section
....... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
....... Slices for extension Content/Rules for all slices
........ extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding
....... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
........ coding 1..1 Coding Code defined by a terminology system
Required Pattern: At least the following
......... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
......... display 1..1 string Representation defined by the system
Fixed Value: Language
....... section 0..0 Nested Section
...... section:text 0..* BackboneElement Nested Section
....... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
........ coding 1..1 Coding Code defined by a terminology system
Required Pattern: At least the following
......... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
......... display 1..1 string Representation defined by the system
Fixed Value: Text
.... section:ratings 0..1 BackboneElement The reference to the structured assessment of grade of recommendations, strength of consensus, level of evidence for this recommendation and respective evidence assessment tools.
..... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (Complex)
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: ratings
....... display 1..1 string Representation defined by the system
Fixed Value: Ratings
..... entry 0..* Reference(Recommendation Justification) A reference to data that supports this section
.... section:population 0..1 BackboneElement Composition is broken into sections
..... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (Complex)
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: population
....... display 1..1 string Representation defined by the system
Fixed Value: Population
..... Slices for section 0..* Nested Section
Slice: Unordered, Closed by value:code
..... Slices for section Content/Rules for all slices
...... section:language 0..* BackboneElement Nested Section
....... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
....... Slices for extension Content/Rules for all slices
........ extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding
........ extension:keyword 0..* CodeableConcept Keyword
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-keyword
....... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
........ coding 1..1 Coding Code defined by a terminology system
Required Pattern: At least the following
......... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
......... display 1..1 string Representation defined by the system
Fixed Value: Language
....... entry 0..* Reference(EvidenceVariable | Group) A reference to data that supports this section
....... section 0..0 Nested Section
...... section:text 0..* BackboneElement Nested Section
....... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
........ coding 1..1 Coding Code defined by a terminology system
Required Pattern: At least the following
......... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
......... display 1..1 string Representation defined by the system
Fixed Value: Text
.... section:action 0..1 BackboneElement Composition is broken into sections
..... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (Complex)
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: action
....... display 1..1 string Representation defined by the system
Fixed Value: Action
..... Slices for section 0..* Nested Section
Slice: Unordered, Closed by value:code
..... Slices for section Content/Rules for all slices
...... section:language 0..* BackboneElement Nested Section
....... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
....... Slices for extension Content/Rules for all slices
........ extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding
........ extension:keyword 0..* CodeableConcept Keyword
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-keyword
....... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
........ coding 1..1 Coding Code defined by a terminology system
Required Pattern: At least the following
......... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
......... display 1..1 string Representation defined by the system
Fixed Value: Language
....... entry 0..* Reference(PlanDefinition) A reference to data that supports this section
....... section 0..0 Nested Section
...... section:text 0..* BackboneElement Nested Section
....... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
........ coding 1..1 Coding Code defined by a terminology system
Required Pattern: At least the following
......... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
......... display 1..1 string Representation defined by the system
Fixed Value: Text
.... section:oppositeAction 0..1 BackboneElement Composition is broken into sections
..... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (Complex)
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: opposite-action
....... display 1..1 string Representation defined by the system
Fixed Value: Opposite Action
..... Slices for section 0..* Nested Section
Slice: Unordered, Closed by value:code
..... Slices for section Content/Rules for all slices
...... section:language 0..* BackboneElement Nested Section
....... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
....... Slices for extension Content/Rules for all slices
........ extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding
........ extension:keyword 0..* CodeableConcept Keyword
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-keyword
....... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
........ coding 1..1 Coding Code defined by a terminology system
Required Pattern: At least the following
......... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
......... display 1..1 string Representation defined by the system
Fixed Value: Language
....... entry 0..* Reference(PlanDefinition) A reference to data that supports this section
....... section 0..0 Nested Section
...... section:text 0..* BackboneElement Nested Section
....... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
........ coding 1..1 Coding Code defined by a terminology system
Required Pattern: At least the following
......... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
......... display 1..1 string Representation defined by the system
Fixed Value: Text
.... section:evidence 0..1 BackboneElement Composition is broken into sections
..... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (Complex)
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: evidence
....... display 1..1 string Representation defined by the system
Fixed Value: Evidence
.... section:justification 0..1 BackboneElement Composition is broken into sections
..... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (Complex)
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: justification
....... display 1..1 string Representation defined by the system
Fixed Value: Justification
.... section:considerations 0..1 BackboneElement Composition is broken into sections
..... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (Complex)
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: considerations
....... display 1..1 string Representation defined by the system
Fixed Value: Considerations
.... section:text S 0..* BackboneElement Composition is broken into sections
..... Slices for extension Content/Rules for all slices
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
...... coding 1..1 Coding Code defined by a terminology system
Required Pattern: At least the following
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
....... display 1..1 string Representation defined by the system
Fixed Value: Text
..... Slices for section 0..* Nested Section
Slice: Unordered, Closed by value:code
..... Slices for section Content/Rules for all slices
...... section:language 0..* BackboneElement Nested Section
....... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
....... Slices for extension Content/Rules for all slices
........ extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding
....... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
........ coding 1..1 Coding Code defined by a terminology system
Required Pattern: At least the following
......... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
......... display 1..1 string Representation defined by the system
Fixed Value: Language
....... section 0..0 Nested Section
...... section:text 0..* BackboneElement Nested Section
....... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
........ coding 1..1 Coding Code defined by a terminology system
Required Pattern: At least the following
......... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
......... display 1..1 string Representation defined by the system
Fixed Value: Text
.... section:consensusProtocol 0..* BackboneElement Composition is broken into sections
..... Slices for extension Content/Rules for all slices
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
...... coding 1..1 Coding Code defined by a terminology system
Required Pattern: At least the following
....... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: consensus-protocol
....... display 1..1 string Representation defined by the system
Fixed Value: Consensus Protocol
..... Slices for section 0..* Nested Section
Slice: Unordered, Closed by value:code
..... Slices for section Content/Rules for all slices
...... section:language 0..* BackboneElement Nested Section
....... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
....... Slices for extension Content/Rules for all slices
........ extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding
....... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
........ coding 1..1 Coding Code defined by a terminology system
Required Pattern: At least the following
......... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
......... display 1..1 string Representation defined by the system
Fixed Value: Language
....... section 0..0 Nested Section
...... section:text 0..* BackboneElement Nested Section
....... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
........ coding 1..1 Coding Code defined by a terminology system
Required Pattern: At least the following
......... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
......... display 1..1 string Representation defined by the system
Fixed Value: Text
....... Slices for section 0..* Nested Section
Slice: Unordered, Closed by value:code
....... Slices for section Content/Rules for all slices
........ section:language 0..* BackboneElement Nested Section
......... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
......... Slices for extension Content/Rules for all slices
.......... extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding
......... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
.......... coding 1..1 Coding Code defined by a terminology system
Required Pattern: At least the following
........... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
........... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
........... display 1..1 string Representation defined by the system
Fixed Value: Language
......... section 0..0 Nested Section
........ section:text 0..* BackboneElement Nested Section
......... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
.......... coding 1..1 Coding Code defined by a terminology system
Required Pattern: At least the following
........... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
........... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
........... display 1..1 string Representation defined by the system
Fixed Value: Text
......... Slices for section 0..* Nested Section
Slice: Unordered, Closed by value:code
......... Slices for section Content/Rules for all slices
.......... section:language 0..* BackboneElement Nested Section
........... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
........... Slices for extension Content/Rules for all slices
............ extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding
........... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
............ coding 1..1 Coding Code defined by a terminology system
Required Pattern: At least the following
............. system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
............. code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
............. display 1..1 string Representation defined by the system
Fixed Value: Language
........... section 0..0 Nested Section
.......... section:text 0..* BackboneElement Nested Section
........... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
............ coding 1..1 Coding Code defined by a terminology system
Required Pattern: At least the following
............. system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
............. code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
............. display 1..1 string Representation defined by the system
Fixed Value: Text
........... Slices for section 0..* Nested Section
Slice: Unordered, Closed by value:code
........... Slices for section Content/Rules for all slices
............ section:language 0..* BackboneElement Nested Section
............. Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
............. Slices for extension Content/Rules for all slices
.............. extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding
............. code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
.............. coding 1..1 Coding Code defined by a terminology system
Required Pattern: At least the following
............... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
............... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
............... display 1..1 string Representation defined by the system
Fixed Value: Language
............. section 0..0 Nested Section
............ section:text 0..* BackboneElement Nested Section
............. code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
.............. coding 1..1 Coding Code defined by a terminology system
Required Pattern: At least the following
............... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
............... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
............... display 1..1 string Representation defined by the system
Fixed Value: Text
............. Slices for section 0..* Nested Section
Slice: Unordered, Closed by value:code
............. Slices for section Content/Rules for all slices
.............. section:language 0..* BackboneElement Nested Section
............... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
............... Slices for extension Content/Rules for all slices
................ extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding
............... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
................ coding 1..1 Coding Code defined by a terminology system
Required Pattern: At least the following
................. system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
................. code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
................. display 1..1 string Representation defined by the system
Fixed Value: Language
............... section 0..0 Nested Section
.............. section:text 0..* BackboneElement Nested Section
............... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
................ coding 1..1 Coding Code defined by a terminology system
Required Pattern: At least the following
................. system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
................. code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
................. display 1..1 string Representation defined by the system
Fixed Value: Text
............... Slices for section 0..* Nested Section
Slice: Unordered, Closed by value:code
............... Slices for section Content/Rules for all slices
................ section:language 0..* BackboneElement Nested Section
................. Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
................. Slices for extension Content/Rules for all slices
.................. extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding
................. code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
.................. coding 1..1 Coding Code defined by a terminology system
Required Pattern: At least the following
................... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
................... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
................... display 1..1 string Representation defined by the system
Fixed Value: Language
................. section 0..0 Nested Section
................ section:text 0..* BackboneElement Nested Section
................. code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
.................. coding 1..1 Coding Code defined by a terminology system
Required Pattern: At least the following
................... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
................... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
................... display 1..1 string Representation defined by the system
Fixed Value: Text
................. Slices for section 0..* Nested Section
Slice: Unordered, Closed by value:code
................. Slices for section Content/Rules for all slices
.................. section:language 0..* BackboneElement Nested Section
................... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
................... Slices for extension Content/Rules for all slices
.................... extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding
................... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
.................... coding 1..1 Coding Code defined by a terminology system
Required Pattern: At least the following
..................... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
..................... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
..................... display 1..1 string Representation defined by the system
Fixed Value: Language
................... section 0..0 Nested Section
.................. section:text 0..* BackboneElement Nested Section
................... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
.................... coding 1..1 Coding Code defined by a terminology system
Required Pattern: At least the following
..................... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
..................... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
..................... display 1..1 string Representation defined by the system
Fixed Value: Text
.... section:patientVersion 0..* BackboneElement Composition is broken into sections
..... Slices for extension Content/Rules for all slices
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
...... coding 1..1 Coding Code defined by a terminology system
Required Pattern: At least the following
....... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: patient-version
....... display 1..1 string Representation defined by the system
Fixed Value: Patient Version
.... section:otherContent 0..* BackboneElement Composition is broken into sections
..... Slices for extension Content/Rules for all slices
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... code 1..1 CodeableConcept Classification of section (recommended)
Binding: Content Types (required)
...... coding 1..1 Coding Code defined by a terminology system
Binding: Content Types (required)
..... Slices for section 0..* Nested Section
Slice: Unordered, Closed by value:code
..... Slices for section Content/Rules for all slices
...... section:language 0..* BackboneElement Nested Section
....... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
....... Slices for extension Content/Rules for all slices
........ extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding
....... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
........ coding 1..1 Coding Code defined by a terminology system
Required Pattern: At least the following
......... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
......... display 1..1 string Representation defined by the system
Fixed Value: Language
....... section 0..0 Nested Section
...... section:text 0..* BackboneElement Nested Section
....... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
........ coding 1..1 Coding Code defined by a terminology system
Required Pattern: At least the following
......... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
......... display 1..1 string Representation defined by the system
Fixed Value: Text
....... Slices for section 0..* Nested Section
Slice: Unordered, Closed by value:code
....... Slices for section Content/Rules for all slices
........ section:language 0..* BackboneElement Nested Section
......... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
......... Slices for extension Content/Rules for all slices
.......... extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding
......... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
.......... coding 1..1 Coding Code defined by a terminology system
Required Pattern: At least the following
........... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
........... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
........... display 1..1 string Representation defined by the system
Fixed Value: Language
......... section 0..0 Nested Section
........ section:text 0..* BackboneElement Nested Section
......... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
.......... coding 1..1 Coding Code defined by a terminology system
Required Pattern: At least the following
........... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
........... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
........... display 1..1 string Representation defined by the system
Fixed Value: Text
......... Slices for section 0..* Nested Section
Slice: Unordered, Closed by value:code
......... Slices for section Content/Rules for all slices
.......... section:language 0..* BackboneElement Nested Section
........... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
........... Slices for extension Content/Rules for all slices
............ extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding
........... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
............ coding 1..1 Coding Code defined by a terminology system
Required Pattern: At least the following
............. system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
............. code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
............. display 1..1 string Representation defined by the system
Fixed Value: Language
........... section 0..0 Nested Section
.......... section:text 0..* BackboneElement Nested Section
........... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
............ coding 1..1 Coding Code defined by a terminology system
Required Pattern: At least the following
............. system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
............. code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
............. display 1..1 string Representation defined by the system
Fixed Value: Text
........... Slices for section 0..* Nested Section
Slice: Unordered, Closed by value:code
........... Slices for section Content/Rules for all slices
............ section:language 0..* BackboneElement Nested Section
............. Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
............. Slices for extension Content/Rules for all slices
.............. extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding
............. code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
.............. coding 1..1 Coding Code defined by a terminology system
Required Pattern: At least the following
............... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
............... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
............... display 1..1 string Representation defined by the system
Fixed Value: Language
............. section 0..0 Nested Section
............ section:text 0..* BackboneElement Nested Section
............. code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
.............. coding 1..1 Coding Code defined by a terminology system
Required Pattern: At least the following
............... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
............... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
............... display 1..1 string Representation defined by the system
Fixed Value: Text
............. Slices for section 0..* Nested Section
Slice: Unordered, Closed by value:code
............. Slices for section Content/Rules for all slices
.............. section:language 0..* BackboneElement Nested Section
............... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
............... Slices for extension Content/Rules for all slices
................ extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding
............... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
................ coding 1..1 Coding Code defined by a terminology system
Required Pattern: At least the following
................. system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
................. code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
................. display 1..1 string Representation defined by the system
Fixed Value: Language
............... section 0..0 Nested Section
.............. section:text 0..* BackboneElement Nested Section
............... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
................ coding 1..1 Coding Code defined by a terminology system
Required Pattern: At least the following
................. system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
................. code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
................. display 1..1 string Representation defined by the system
Fixed Value: Text
............... Slices for section 0..* Nested Section
Slice: Unordered, Closed by value:code
............... Slices for section Content/Rules for all slices
................ section:language 0..* BackboneElement Nested Section
................. Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
................. Slices for extension Content/Rules for all slices
.................. extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding
................. code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
.................. coding 1..1 Coding Code defined by a terminology system
Required Pattern: At least the following
................... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
................... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
................... display 1..1 string Representation defined by the system
Fixed Value: Language
................. section 0..0 Nested Section
................ section:text 0..* BackboneElement Nested Section
................. code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
.................. coding 1..1 Coding Code defined by a terminology system
Required Pattern: At least the following
................... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
................... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
................... display 1..1 string Representation defined by the system
Fixed Value: Text
................. Slices for section 0..* Nested Section
Slice: Unordered, Closed by value:code
................. Slices for section Content/Rules for all slices
.................. section:language 0..* BackboneElement Nested Section
................... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
................... Slices for extension Content/Rules for all slices
.................... extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding
................... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
.................... coding 1..1 Coding Code defined by a terminology system
Required Pattern: At least the following
..................... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
..................... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
..................... display 1..1 string Representation defined by the system
Fixed Value: Language
................... section 0..0 Nested Section
.................. section:text 0..* BackboneElement Nested Section
................... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
.................... coding 1..1 Coding Code defined by a terminology system
Required Pattern: At least the following
..................... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
..................... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
..................... display 1..1 string Representation defined by the system
Fixed Value: Text
.... section:outcome 0..1 BackboneElement Composition is broken into sections
..... Slices for extension Content/Rules for all slices
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
...... coding 1..1 Coding Code defined by a terminology system
Required Pattern: At least the following
....... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-pico
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: outcome
....... display 1..1 string Representation defined by the system
Fixed Value: Outcome
..... Slices for section 0..* Nested Section
Slice: Unordered, Closed by value:code
..... Slices for section Content/Rules for all slices
...... section:language 0..* BackboneElement Nested Section
....... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
....... Slices for extension Content/Rules for all slices
........ extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding
........ extension:keyword 0..* CodeableConcept Keyword
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-keyword
....... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
........ coding 1..1 Coding Code defined by a terminology system
Required Pattern: At least the following
......... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
......... display 1..1 string Representation defined by the system
Fixed Value: Language
....... entry 0..* Reference(EvidenceVariable | Group) A reference to data that supports this section
....... section 0..0 Nested Section
...... section:text 0..* BackboneElement Nested Section
....... code 1..1 CodeableConcept Classification of section (recommended)
Required Pattern: At least the following
........ coding 1..1 Coding Code defined by a terminology system
Required Pattern: At least the following
......... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
......... display 1..1 string Representation defined by the system
Fixed Value: Text

doco Documentation for this format

Terminology Bindings (Differential)

Path Status Usage ValueSet Version Source
Composition.meta.tag Base preferred Recommendation Tags 📦0.2.0 This IG
Composition.category:synthesisType.​coding Base required Recommendation Synthesis Type 📦0.2.0 This IG
Composition.category:clinicalApplicationType.​coding Base required Clinical Application Type 📦0.2.0 This IG
Composition.section.​code Base extensible Guideline Sections 📦0.2.0 This IG
Composition.section:otherContent.​code Base required Content Types 📦0.2.0 This IG
Composition.section:otherContent.​code.coding Base required Content Types 📦0.2.0 This IG

Constraints

Id Grade Path(s) Description Expression
inv-require-official-identifier error Composition Every Guideline/Recommendation must have exactly one official identifier (with use = #official) identifier.where(use='official').count() = 1

Snapshot View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Composition C 0..* Recommendation A set of resources composed into a single coherent clinical statement with clinical attestation
Constraints: inv-require-official-identifier
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
.... id 0..1 id Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... versionId 0..1 id Version specific identifier
.... lastUpdated 0..1 instant When the resource version last changed
.... source 0..1 uri Identifies where the resource comes from
.... profile 0..* canonical(StructureDefinition) Profiles this resource claims to conform to
.... security 0..* Coding Security Labels applied to this resource
Binding: AllSecurityLabels (extensible): Security Labels from the Healthcare Privacy and Security Classification System.
.... tag 0..* Coding Tags applied to this resource
Binding: Recommendation Tags (preferred)
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... language 0..1 code Language of the resource content
Binding: AllLanguages (required): IETF language tag for a human language
Additional BindingsPurpose
CommonLanguages Starter
... text 0..1 Narrative Text summary of the resource, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
... contained 0..* Resource Contained, inline Resources
... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
.... extension:versionAlgorithm 0..1 (Complex) How to compare versions
URL: http://hl7.org/fhir/StructureDefinition/artifact-versionAlgorithm
..... id 0..1 id Unique id for inter-element referencing
..... extension 0..0 Extension
Slice: Unordered, Open by value:url
..... url 1..1 uri "http://hl7.org/fhir/StructureDefinition/artifact-versionAlgorithm"
..... Slices for value[x] 1..1 Value of extension
Slice: Unordered, Closed by type:$this
...... valueString string
...... valueCoding Coding
..... Slices for value[x] Content/Rules for all slices
...... value[x]:valueCoding 0..1 Coding Value of extension
Binding: VersionAlgorithm (extensible)
Required Pattern: At least the following
.... extension:experimental 0..1 boolean For testing purposes, not real usage
URL: http://hl7.org/fhir/StructureDefinition/artifact-experimental
.... extension:description 0..1 markdown Natural language description of the artifact
URL: http://hl7.org/fhir/StructureDefinition/artifact-description
.... extension:purpose 0..1 markdown Why this artifact is defined
URL: http://hl7.org/fhir/StructureDefinition/artifact-purpose
.... extension:copyright 0..1 markdown Use and/or publishing restrictions
URL: http://hl7.org/fhir/StructureDefinition/artifact-copyright
.... extension:copyrightLabel 0..1 string Copyright holder and year(s)
URL: http://hl7.org/fhir/StructureDefinition/artifact-copyrightLabel
.... extension:approvalDate 0..1 (Complex) Approval Date
URL: http://hl7.org/fhir/StructureDefinition/artifact-approvalDate
..... id 0..1 id Unique id for inter-element referencing
..... extension 0..0 Extension
Slice: Unordered, Open by value:url
..... url 1..1 uri "http://hl7.org/fhir/StructureDefinition/artifact-approvalDate"
..... value[x] 1..1 date Value of extension
.... extension:lastReviewDate 0..1 (Complex) Last Literature Review Date
URL: http://hl7.org/fhir/StructureDefinition/artifact-lastReviewDate
..... id 0..1 id Unique id for inter-element referencing
..... extension 0..0 Extension
Slice: Unordered, Open by value:url
..... url 1..1 uri "http://hl7.org/fhir/StructureDefinition/artifact-lastReviewDate"
..... value[x] 1..1 date Value of extension
.... extension:effectivePeriod 0..1 Period When the artifact is expected to be used
URL: http://hl7.org/fhir/StructureDefinition/artifact-effectivePeriod
.... extension:additionalLanguage 0..* code The additional language
URL: http://hl7.org/fhir/StructureDefinition/additional-language
Binding: AllLanguages (required): IETF language tag for a human language
.... extension:extendedContactDetail 0..* ExtendedContactDetail Contact details for the publisher
URL: http://hl7.org/fhir/StructureDefinition/artifact-extended-contact-detail
.... extension:publicationDate 0..1 date Publication date of Resource
URL: http://hl7.org/fhir/StructureDefinition/artifact-publicationDate
.... extension:publicationStatus 0..1 CodeableConcept Publication status
URL: http://hl7.org/fhir/uv/ebm/StructureDefinition/artifact-publication-status
Binding: Cited Artifact Status Type (preferred)
.... extension:reviewStatus 0..1 (Complex) Version status of recommendation, i.e., confirmed, updated or new
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-recommendation-review-status
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
... url Σ 0..1 uri Canonical identifier for this Composition, represented as a URI (globally unique)
... identifier Σ 0..* Identifier Version-independent identifier for the Composition
... version Σ 1..1 string An explicitly assigned identifier of a variation of the content in the Composition
... status ?!Σ 1..1 code registered | partial | preliminary | final | amended | corrected | appended | cancelled | entered-in-error | deprecated | unknown
Binding: CompositionStatus (required): The workflow/clinical status of the composition.
... type Σ 1..1 CodeableConcept Kind of composition (LOINC if possible)
Binding: FHIRDocumentTypeCodes (preferred): Type of a composition.
.... id 0..1 id Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
..... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
..... version 0..1 string Version of the system - if relevant
..... code 1..1 code Symbol in syntax defined by the system
Fixed Value: Recommendation
..... display 1..1 string Representation defined by the system
Fixed Value: Recommendation
..... userSelected 0..1 boolean If this coding was chosen directly by the user
.... text 0..1 string Plain text representation of the concept
... Slices for category Σ 1..* CodeableConcept Categorization of Composition
Slice: Unordered, Open by value:coding
Binding: ReferencedItemCategoryValueSet (example): High-level kind of a clinical document at a macro level.
.... category:synthesisType Σ 1..1 CodeableConcept Assessment type for making this recommendation: evidence, consensus only, statement.
Binding: ReferencedItemCategoryValueSet (example): High-level kind of a clinical document at a macro level.
..... id 0..1 id Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... coding 0..* Coding Code defined by a terminology system
Binding: Recommendation Synthesis Type (required)
...... id 0..1 id Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... system S 1..1 uri Identity of the terminology system
...... version 0..1 string Version of the system - if relevant
...... code SC 1..1 code Symbol in syntax defined by the system
...... display C 0..1 string Representation defined by the system
...... userSelected 0..1 boolean If this coding was chosen directly by the user
..... text 0..1 string Plain text representation of the concept
.... category:clinicalApplicationType Σ 0..* CodeableConcept Clinical application the recommendation is intended for: diagnostic, prognostic, therapeutic etc.
Binding: ReferencedItemCategoryValueSet (example): High-level kind of a clinical document at a macro level.
..... id 0..1 id Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... coding 0..* Coding Code defined by a terminology system
Binding: Clinical Application Type (required)
...... id 0..1 id Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... system S 1..1 uri Identity of the terminology system
...... version 0..1 string Version of the system - if relevant
...... code SC 1..1 code Symbol in syntax defined by the system
...... display C 0..1 string Representation defined by the system
...... userSelected 0..1 boolean If this coding was chosen directly by the user
..... text 0..1 string Plain text representation of the concept
... subject Σ 0..* Reference(Resource) Who and/or what the composition is about
... encounter Σ 0..1 Reference(Encounter) Context of the Composition
... date Σ 1..1 dateTime Composition editing time
... useContext Σ 0..* UsageContext The context that the content is intended to support
... author Σ 1..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the composition
... name Σ 0..1 string Name for this Composition (computer friendly)
... title Σ 1..1 string Human Readable name/title
... note 0..* Annotation For any additional notes
... attester 0..* BackboneElement Attests to accuracy of composition
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... mode 1..1 CodeableConcept reviewer | editor | endorser | informant | recorder
Binding: Contributor Role (preferred)
.... time 0..1 dateTime When the composition was attested
.... party 0..1 Reference(Patient | RelatedPerson | Practitioner | PractitionerRole | Organization) Who attested the composition
... custodian Σ 0..1 Reference(Organization) Organization which maintains the composition
... Slices for relatesTo 1..* BackboneElement Relationships to other compositions/documents
Slice: Unordered, Open by value:type, value:extension('http://hl7.org/fhir/StructureDefinition/relatesto-classifier').value.ofType(CodeableConcept)
.... relatesTo:All Slices Content/Rules for all slices
..... id 0..1 string Unique id for inter-element referencing
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
...... extension:classifier 0..1 CodeableConcept A classifier of the target artifact in a relatesTo element
URL: http://hl7.org/fhir/uv/ebm/StructureDefinition/relatesto-classifier
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... type 1..1 code 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
Binding: ArtifactRelationshipType (required): The type of relationship to the related artifact.
..... target[x] 1..1 The artifact that is related to this Composition
...... targetUri uri
...... targetAttachment Attachment
...... targetCanonical canonical(Resource)
...... targetReference Reference(Resource)
...... targetMarkdown markdown
.... relatesTo:citeAs 0..1 BackboneElement Relationships to other compositions/documents
..... id 0..1 string Unique id for inter-element referencing
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... Slices for extension Content/Rules for all slices
...... extension:classifier 0..1 CodeableConcept A classifier of the target artifact in a relatesTo element
URL: http://hl7.org/fhir/uv/ebm/StructureDefinition/relatesto-classifier
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... type 1..1 code 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
Binding: ArtifactRelationshipType (required): The type of relationship to the related artifact.
Required Pattern: cite-as
..... target[x] 1..1 The artifact that is related to this Composition
...... targetUri uri
...... targetAttachment Attachment
...... targetCanonical canonical(Resource)
...... targetReference Reference(Resource)
...... targetMarkdown markdown
.... relatesTo:partOf 1..* BackboneElement A reference to at least one guideline that this recommendation is part of.
..... id 0..1 string Unique id for inter-element referencing
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... Slices for extension Content/Rules for all slices
...... extension:classifier 0..1 CodeableConcept A classifier of the target artifact in a relatesTo element
URL: http://hl7.org/fhir/uv/ebm/StructureDefinition/relatesto-classifier
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... type 1..1 code 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
Binding: ArtifactRelationshipType (required): The type of relationship to the related artifact.
Required Pattern: part-of
..... target[x] 1..1 The artifact that is related to this Composition
...... targetUri uri
...... targetAttachment Attachment
...... targetCanonical canonical(Resource)
...... targetReference Reference(Resource)
...... targetMarkdown markdown
.... relatesTo:derivedFrom 0..* BackboneElement Relationships to other compositions/documents
..... id 0..1 string Unique id for inter-element referencing
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... Slices for extension Content/Rules for all slices
...... extension:classifier 0..1 CodeableConcept A classifier of the target artifact in a relatesTo element
URL: http://hl7.org/fhir/uv/ebm/StructureDefinition/relatesto-classifier
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... type 1..1 code 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
Binding: ArtifactRelationshipType (required): The type of relationship to the related artifact.
Required Pattern: derived-from
..... target[x] 1..1 The artifact that is related to this Composition
...... targetUri uri
...... targetAttachment Attachment
...... targetCanonical canonical(Resource)
...... targetReference Reference(Resource)
...... targetMarkdown markdown
.... relatesTo:specificationOf 0..* BackboneElement Relationships to other compositions/documents
..... id 0..1 string Unique id for inter-element referencing
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... Slices for extension Content/Rules for all slices
...... extension:classifier 0..1 CodeableConcept A classifier of the target artifact in a relatesTo element
URL: http://hl7.org/fhir/uv/ebm/StructureDefinition/relatesto-classifier
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... type 1..1 code 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
Binding: ArtifactRelationshipType (required): The type of relationship to the related artifact.
Required Pattern: specification-of
..... target[x] 1..1 The artifact that is related to this Composition
...... targetUri uri
...... targetAttachment Attachment
...... targetCanonical canonical(Resource)
...... targetReference Reference(Resource)
...... targetMarkdown markdown
.... relatesTo:dependsOn 0..* BackboneElement Relationships to other compositions/documents
..... id 0..1 string Unique id for inter-element referencing
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... Slices for extension Content/Rules for all slices
...... extension:classifier 0..1 CodeableConcept A classifier of the target artifact in a relatesTo element
URL: http://hl7.org/fhir/uv/ebm/StructureDefinition/relatesto-classifier
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... type 1..1 code 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
Binding: ArtifactRelationshipType (required): The type of relationship to the related artifact.
Required Pattern: depends-on
..... target[x] 1..1 The artifact that is related to this Composition
...... targetUri uri
...... targetAttachment Attachment
...... targetCanonical canonical(Resource)
...... targetReference Reference(Resource)
...... targetMarkdown markdown
.... relatesTo:supportedWith 0..* BackboneElement Relationships to other compositions/documents
..... id 0..1 string Unique id for inter-element referencing
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... Slices for extension Content/Rules for all slices
...... extension:classifier 0..1 CodeableConcept A classifier of the target artifact in a relatesTo element
URL: http://hl7.org/fhir/uv/ebm/StructureDefinition/relatesto-classifier
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... type 1..1 code 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
Binding: ArtifactRelationshipType (required): The type of relationship to the related artifact.
Required Pattern: supported-with
..... target[x] 1..1 The artifact that is related to this Composition
...... targetUri uri
...... targetAttachment Attachment
...... targetCanonical canonical(Resource)
...... targetReference Reference(Resource)
...... targetMarkdown markdown
.... relatesTo:similarTo 0..* BackboneElement Relationships to other compositions/documents
..... id 0..1 string Unique id for inter-element referencing
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... Slices for extension Content/Rules for all slices
...... extension:classifier 0..1 CodeableConcept A classifier of the target artifact in a relatesTo element
URL: http://hl7.org/fhir/uv/ebm/StructureDefinition/relatesto-classifier
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... type 1..1 code 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
Binding: ArtifactRelationshipType (required): The type of relationship to the related artifact.
Required Pattern: similar-to
..... target[x] 1..1 The artifact that is related to this Composition
...... targetUri uri
...... targetAttachment Attachment
...... targetCanonical canonical(Resource)
...... targetReference Reference(Resource)
...... targetMarkdown markdown
.... relatesTo:derivedFrom/picoQuestion 0..* BackboneElement Relationships to other compositions/documents
..... id 0..1 string Unique id for inter-element referencing
..... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
..... Slices for extension Content/Rules for all slices
...... extension:classifier 1..1 (Complex) A classifier of the target artifact in a relatesTo element
URL: http://hl7.org/fhir/uv/ebm/StructureDefinition/relatesto-classifier
....... id 0..1 id Unique id for inter-element referencing
....... extension 0..0 Extension
Slice: Unordered, Open by value:url
....... url Σ 1..1 uri "http://hl7.org/fhir/uv/ebm/StructureDefinition/relatesto-classifier"
....... value[x] Σ 1..1 CodeableConcept Value of extension
Required Pattern: At least the following
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... type 1..1 code 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
Binding: ArtifactRelationshipType (required): The type of relationship to the related artifact.
Required Pattern: derived-from
..... Slices for target[x] 1..1 Reference(Resource) The artifact that is related to this Composition
Slice: Unordered, Closed by type:$this
..... Slices for target[x] Content/Rules for all slices
...... target[x]:targetReference 1..1 Reference(PICO Question) The artifact that is related to this Composition
.... relatesTo:specificationOfPreceedingRecommendation 0..* BackboneElement A reference to another Recommendation which preceeds this Recommendation in a (hypothetical) clinical workflow.
..... id 0..1 string Unique id for inter-element referencing
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... Slices for extension Content/Rules for all slices
...... extension:classifier 0..1 CodeableConcept A classifier of the target artifact in a relatesTo element
URL: http://hl7.org/fhir/uv/ebm/StructureDefinition/relatesto-classifier
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... type 1..1 code 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
Binding: ArtifactRelationshipType (required): The type of relationship to the related artifact.
Required Pattern: predecessor
..... Slices for target[x] 1..1 Reference(Resource) The artifact that is related to this Composition
Slice: Unordered, Closed by type:$this
..... Slices for target[x] Content/Rules for all slices
...... target[x]:targetReference 1..1 Reference(Recommendation) The artifact that is related to this Composition
.... relatesTo:specificationOfSucceedingRecommendation 0..* BackboneElement A reference to another Recommendation which succeeds this Recommendation in a (hypothetical) clinical workflow.
..... id 0..1 string Unique id for inter-element referencing
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... Slices for extension Content/Rules for all slices
...... extension:classifier 0..1 CodeableConcept A classifier of the target artifact in a relatesTo element
URL: http://hl7.org/fhir/uv/ebm/StructureDefinition/relatesto-classifier
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... type 1..1 code 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
Binding: ArtifactRelationshipType (required): The type of relationship to the related artifact.
Required Pattern: successor
..... Slices for target[x] 1..1 Reference(Resource) The artifact that is related to this Composition
Slice: Unordered, Closed by type:$this
..... Slices for target[x] Content/Rules for all slices
...... target[x]:targetReference 1..1 Reference(Recommendation) The artifact that is related to this Composition
.... relatesTo:replacesRecommendation 0..* BackboneElement A reference to an (older, outdated or obsolete) Recommendation which has been replaced by this Recommendation.
..... id 0..1 string Unique id for inter-element referencing
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... Slices for extension Content/Rules for all slices
...... extension:classifier 0..1 CodeableConcept A classifier of the target artifact in a relatesTo element
URL: http://hl7.org/fhir/uv/ebm/StructureDefinition/relatesto-classifier
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... type 1..1 code 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
Binding: ArtifactRelationshipType (required): The type of relationship to the related artifact.
Required Pattern: replaces
..... Slices for target[x] 1..1 Reference(Resource) The artifact that is related to this Composition
Slice: Unordered, Closed by type:$this
..... Slices for target[x] Content/Rules for all slices
...... target[x]:targetReference 1..1 Reference(Recommendation) The artifact that is related to this Composition
... event Σ 0..* BackboneElement The clinical service(s) being documented
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... period Σ 0..1 Period The period covered by the documentation
.... detail Σ 0..* CodeableReference(Resource) The event(s) being documented, as code(s), reference(s), or both
Binding: v3 Code System ActCode (example): This list of codes represents the main clinical acts being documented.
... Slices for section C 1..* BackboneElement Composition is broken into sections
Slice: Unordered, Closed by value:code.coding
Constraints: cmp-1, cmp-2
.... section:All Slices Content/Rules for all slices
..... id 0..1 string Unique id for inter-element referencing
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... title 0..1 string Label for section (e.g. for ToC)
..... code 0..1 CodeableConcept Classification of section (recommended)
Binding: Guideline Sections (extensible)
..... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
..... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
..... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
..... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
..... entry C 0..* Reference(Resource) A reference to data that supports this section
..... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
..... section 0..* See section (Composition) Nested Section
.... section:introduction SC 0..1 BackboneElement Composition is broken into sections
Constraints: cmp-1, cmp-2
..... id 0..1 string Unique id for inter-element referencing
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... Slices for extension Content/Rules for all slices
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... title 0..1 string Label for section (e.g. for ToC)
..... code 1..1 CodeableConcept Classification of section (recommended)
Binding: Guideline Sections (extensible)
Required Pattern: At least the following
...... id 0..1 id Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: introduction
....... display 1..1 string Representation defined by the system
Fixed Value: Introduction
....... userSelected 0..1 boolean If this coding was chosen directly by the user
...... text 0..1 string Plain text representation of the concept
..... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
..... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
..... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
..... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
..... entry C 0..* Reference(Resource) A reference to data that supports this section
..... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
..... section 0..* See section (Composition) Nested Section
.... section:discussion SC 0..1 BackboneElement Composition is broken into sections
Constraints: cmp-1, cmp-2
..... id 0..1 string Unique id for inter-element referencing
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... Slices for extension Content/Rules for all slices
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... title 0..1 string Label for section (e.g. for ToC)
..... code 1..1 CodeableConcept Classification of section (recommended)
Binding: Guideline Sections (extensible)
Required Pattern: At least the following
...... id 0..1 id Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: discussion
....... display 1..1 string Representation defined by the system
Fixed Value: Discussion
....... userSelected 0..1 boolean If this coding was chosen directly by the user
...... text 0..1 string Plain text representation of the concept
..... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
..... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
..... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
..... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
..... entry C 0..* Reference(Resource) A reference to data that supports this section
..... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
..... section 0..* See section (Composition) Nested Section
.... section:methods SC 0..1 BackboneElement Composition is broken into sections
Constraints: cmp-1, cmp-2
..... id 0..1 string Unique id for inter-element referencing
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... Slices for extension Content/Rules for all slices
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... title 0..1 string Label for section (e.g. for ToC)
..... code 1..1 CodeableConcept Classification of section (recommended)
Binding: Guideline Sections (extensible)
Required Pattern: At least the following
...... id 0..1 id Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: methods
....... display 1..1 string Representation defined by the system
Fixed Value: Methods
....... userSelected 0..1 boolean If this coding was chosen directly by the user
...... text 0..1 string Plain text representation of the concept
..... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
..... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
..... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
..... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
..... entry C 0..* Reference(Resource) A reference to data that supports this section
..... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
..... section 0..* See section (Composition) Nested Section
.... section:references SC 0..1 BackboneElement Composition is broken into sections
Constraints: cmp-1, cmp-2
..... id 0..1 string Unique id for inter-element referencing
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... Slices for extension Content/Rules for all slices
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... title 0..1 string Label for section (e.g. for ToC)
..... code 1..1 CodeableConcept Classification of section (recommended)
Binding: Guideline Sections (extensible)
Required Pattern: At least the following
...... id 0..1 id Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: references
....... display 1..1 string Representation defined by the system
Fixed Value: References
....... userSelected 0..1 boolean If this coding was chosen directly by the user
...... text 0..1 string Plain text representation of the concept
..... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
..... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
..... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
..... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
..... entry C 0..* Reference(PublicationRecord) A reference to data that supports this section
..... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
..... section 0..* See section (Composition) Nested Section
.... section:competingInterests SC 0..1 BackboneElement Composition is broken into sections
Constraints: cmp-1, cmp-2
..... id 0..1 string Unique id for inter-element referencing
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... Slices for extension Content/Rules for all slices
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... title 0..1 string Label for section (e.g. for ToC)
..... code 1..1 CodeableConcept Classification of section (recommended)
Binding: Guideline Sections (extensible)
Required Pattern: At least the following
...... id 0..1 id Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: competing-interests
....... display 1..1 string Representation defined by the system
Fixed Value: Competing Interests
....... userSelected 0..1 boolean If this coding was chosen directly by the user
...... text 0..1 string Plain text representation of the concept
..... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
..... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
..... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
..... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
..... entry C 0..* Reference(Resource) A reference to data that supports this section
..... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
..... section 0..* See section (Composition) Nested Section
.... section:acknowledgements SC 0..1 BackboneElement Composition is broken into sections
Constraints: cmp-1, cmp-2
..... id 0..1 string Unique id for inter-element referencing
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... Slices for extension Content/Rules for all slices
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... title 0..1 string Label for section (e.g. for ToC)
..... code 1..1 CodeableConcept Classification of section (recommended)
Binding: Guideline Sections (extensible)
Required Pattern: At least the following
...... id 0..1 id Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: acknowledgements
....... display 1..1 string Representation defined by the system
Fixed Value: Acknowledgements
....... userSelected 0..1 boolean If this coding was chosen directly by the user
...... text 0..1 string Plain text representation of the concept
..... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
..... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
..... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
..... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
..... entry C 0..* Reference(Resource) A reference to data that supports this section
..... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
..... section 0..* See section (Composition) Nested Section
.... section:appendices SC 0..1 BackboneElement Composition is broken into sections
Constraints: cmp-1, cmp-2
..... id 0..1 string Unique id for inter-element referencing
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... Slices for extension Content/Rules for all slices
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... title 0..1 string Label for section (e.g. for ToC)
..... code 1..1 CodeableConcept Classification of section (recommended)
Binding: Guideline Sections (extensible)
Required Pattern: At least the following
...... id 0..1 id Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: appendices
....... display 1..1 string Representation defined by the system
Fixed Value: Appendices
....... userSelected 0..1 boolean If this coding was chosen directly by the user
...... text 0..1 string Plain text representation of the concept
..... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
..... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
..... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
..... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
..... entry C 0..* Reference(Resource) A reference to data that supports this section
..... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
..... section 0..* See section (Composition) Nested Section
.... section:attachments C 0..1 BackboneElement Composition is broken into sections
Constraints: cmp-1, cmp-2
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... title 0..1 string Label for section (e.g. for ToC)
..... code 0..1 CodeableConcept Classification of section (recommended)
Binding: EvidenceReportSectionCode Value Set (extensible)
...... id 0..1 id Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: attachments
....... display 1..1 string Representation defined by the system
Fixed Value: Attachments
....... userSelected 0..1 boolean If this coding was chosen directly by the user
...... text 0..1 string Plain text representation of the concept
..... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
..... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
..... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
..... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
..... entry C 0..* Reference(DocumentReference) A reference to data that supports this section
..... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
..... section 0..* See section (Composition) Nested Section
.... section:recommendationStatement SC 1..1 BackboneElement Composition is broken into sections
Constraints: cmp-1, cmp-2
..... id 0..1 string Unique id for inter-element referencing
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... Slices for extension Content/Rules for all slices
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... title 0..1 string Label for section (e.g. for ToC)
..... code 1..1 CodeableConcept Classification of section (recommended)
Binding: Guideline Sections (extensible)
Required Pattern: At least the following
...... id 0..1 id Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: recommendation-statement
....... display 1..1 string Representation defined by the system
Fixed Value: Recommendation Statement
....... userSelected 0..1 boolean If this coding was chosen directly by the user
...... text 0..1 string Plain text representation of the concept
..... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
..... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
..... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
..... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
..... entry C 0..* Reference(Resource) A reference to data that supports this section
..... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
..... Slices for section 0..* See section (Composition) Nested Section
Slice: Unordered, Closed by value:code
...... section:All Slices Content/Rules for all slices
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... title 0..1 string Label for section (e.g. for ToC)
....... code 0..1 CodeableConcept Classification of section (recommended)
Binding: EvidenceReportSectionCode Value Set (extensible)
....... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
....... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
....... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
....... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
....... entry C 0..* Reference(Resource) A reference to data that supports this section
....... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
....... section 0..* See section (Composition) Nested Section
..... Slices for section Content/Rules for all slices
...... section:language 0..* BackboneElement Nested Section
....... id 0..1 string Unique id for inter-element referencing
....... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
....... Slices for extension Content/Rules for all slices
........ extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding

....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... title 0..1 string Label for section (e.g. for ToC)
....... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
........ id 0..1 id Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
........ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
......... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
......... version 0..1 string Version of the system - if relevant
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
......... display 1..1 string Representation defined by the system
Fixed Value: Language
......... userSelected 0..1 boolean If this coding was chosen directly by the user
........ text 0..1 string Plain text representation of the concept
....... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
....... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
....... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
....... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
....... entry C 0..* Reference(Resource) A reference to data that supports this section
....... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
...... section:text 0..* BackboneElement Nested Section
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... title 0..1 string Label for section (e.g. for ToC)
....... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
........ id 0..1 id Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
........ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
......... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
......... version 0..1 string Version of the system - if relevant
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
......... display 1..1 string Representation defined by the system
Fixed Value: Text
......... userSelected 0..1 boolean If this coding was chosen directly by the user
........ text 0..1 string Plain text representation of the concept
....... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
....... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
....... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
....... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
....... entry C 0..* Reference(Resource) A reference to data that supports this section
....... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
....... section 0..* See section (Composition) Nested Section
.... section:ratings C 0..1 BackboneElement The reference to the structured assessment of grade of recommendations, strength of consensus, level of evidence for this recommendation and respective evidence assessment tools.
Constraints: cmp-1, cmp-2
..... id 0..1 string Unique id for inter-element referencing
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... Slices for extension Content/Rules for all slices
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... title 0..1 string Label for section (e.g. for ToC)
..... code 1..1 CodeableConcept Classification of section (recommended)
Binding: Guideline Sections (extensible)
Required Pattern: At least the following
...... id 0..1 id Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: ratings
....... display 1..1 string Representation defined by the system
Fixed Value: Ratings
....... userSelected 0..1 boolean If this coding was chosen directly by the user
...... text 0..1 string Plain text representation of the concept
..... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
..... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
..... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
..... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
..... entry C 0..* Reference(Recommendation Justification) A reference to data that supports this section
..... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
..... section 0..* See section (Composition) Nested Section
.... section:population C 0..1 BackboneElement Composition is broken into sections
Constraints: cmp-1, cmp-2
..... id 0..1 string Unique id for inter-element referencing
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... Slices for extension Content/Rules for all slices
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... title 0..1 string Label for section (e.g. for ToC)
..... code 1..1 CodeableConcept Classification of section (recommended)
Binding: Guideline Sections (extensible)
Required Pattern: At least the following
...... id 0..1 id Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: population
....... display 1..1 string Representation defined by the system
Fixed Value: Population
....... userSelected 0..1 boolean If this coding was chosen directly by the user
...... text 0..1 string Plain text representation of the concept
..... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
..... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
..... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
..... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
..... entry C 0..* Reference(Resource) A reference to data that supports this section
..... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
..... Slices for section 0..* See section (Composition) Nested Section
Slice: Unordered, Closed by value:code
...... section:All Slices Content/Rules for all slices
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... title 0..1 string Label for section (e.g. for ToC)
....... code 0..1 CodeableConcept Classification of section (recommended)
Binding: EvidenceReportSectionCode Value Set (extensible)
....... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
....... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
....... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
....... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
....... entry C 0..* Reference(Resource) A reference to data that supports this section
....... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
....... section 0..* See section (Composition) Nested Section
..... Slices for section Content/Rules for all slices
...... section:language 0..* BackboneElement Nested Section
....... id 0..1 string Unique id for inter-element referencing
....... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
....... Slices for extension Content/Rules for all slices
........ extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding

........ extension:keyword 0..* CodeableConcept Keyword
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-keyword
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... title 0..1 string Label for section (e.g. for ToC)
....... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
........ id 0..1 id Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
........ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
......... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
......... version 0..1 string Version of the system - if relevant
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
......... display 1..1 string Representation defined by the system
Fixed Value: Language
......... userSelected 0..1 boolean If this coding was chosen directly by the user
........ text 0..1 string Plain text representation of the concept
....... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
....... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
....... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
....... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
....... entry C 0..* Reference(EvidenceVariable | Group) A reference to data that supports this section
....... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
...... section:text 0..* BackboneElement Nested Section
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... title 0..1 string Label for section (e.g. for ToC)
....... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
........ id 0..1 id Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
........ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
......... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
......... version 0..1 string Version of the system - if relevant
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
......... display 1..1 string Representation defined by the system
Fixed Value: Text
......... userSelected 0..1 boolean If this coding was chosen directly by the user
........ text 0..1 string Plain text representation of the concept
....... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
....... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
....... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
....... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
....... entry C 0..* Reference(Resource) A reference to data that supports this section
....... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
....... section 0..* See section (Composition) Nested Section
.... section:action C 0..1 BackboneElement Composition is broken into sections
Constraints: cmp-1, cmp-2
..... id 0..1 string Unique id for inter-element referencing
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... Slices for extension Content/Rules for all slices
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... title 0..1 string Label for section (e.g. for ToC)
..... code 1..1 CodeableConcept Classification of section (recommended)
Binding: Guideline Sections (extensible)
Required Pattern: At least the following
...... id 0..1 id Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: action
....... display 1..1 string Representation defined by the system
Fixed Value: Action
....... userSelected 0..1 boolean If this coding was chosen directly by the user
...... text 0..1 string Plain text representation of the concept
..... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
..... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
..... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
..... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
..... entry C 0..* Reference(Resource) A reference to data that supports this section
..... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
..... Slices for section 0..* See section (Composition) Nested Section
Slice: Unordered, Closed by value:code
...... section:All Slices Content/Rules for all slices
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... title 0..1 string Label for section (e.g. for ToC)
....... code 0..1 CodeableConcept Classification of section (recommended)
Binding: EvidenceReportSectionCode Value Set (extensible)
....... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
....... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
....... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
....... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
....... entry C 0..* Reference(Resource) A reference to data that supports this section
....... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
....... section 0..* See section (Composition) Nested Section
..... Slices for section Content/Rules for all slices
...... section:language 0..* BackboneElement Nested Section
....... id 0..1 string Unique id for inter-element referencing
....... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
....... Slices for extension Content/Rules for all slices
........ extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding

........ extension:keyword 0..* CodeableConcept Keyword
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-keyword
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... title 0..1 string Label for section (e.g. for ToC)
....... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
........ id 0..1 id Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
........ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
......... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
......... version 0..1 string Version of the system - if relevant
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
......... display 1..1 string Representation defined by the system
Fixed Value: Language
......... userSelected 0..1 boolean If this coding was chosen directly by the user
........ text 0..1 string Plain text representation of the concept
....... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
....... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
....... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
....... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
....... entry C 0..* Reference(PlanDefinition) A reference to data that supports this section
....... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
...... section:text 0..* BackboneElement Nested Section
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... title 0..1 string Label for section (e.g. for ToC)
....... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
........ id 0..1 id Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
........ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
......... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
......... version 0..1 string Version of the system - if relevant
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
......... display 1..1 string Representation defined by the system
Fixed Value: Text
......... userSelected 0..1 boolean If this coding was chosen directly by the user
........ text 0..1 string Plain text representation of the concept
....... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
....... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
....... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
....... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
....... entry C 0..* Reference(Resource) A reference to data that supports this section
....... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
....... section 0..* See section (Composition) Nested Section
.... section:oppositeAction C 0..1 BackboneElement Composition is broken into sections
Constraints: cmp-1, cmp-2
..... id 0..1 string Unique id for inter-element referencing
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... Slices for extension Content/Rules for all slices
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... title 0..1 string Label for section (e.g. for ToC)
..... code 1..1 CodeableConcept Classification of section (recommended)
Binding: Guideline Sections (extensible)
Required Pattern: At least the following
...... id 0..1 id Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: opposite-action
....... display 1..1 string Representation defined by the system
Fixed Value: Opposite Action
....... userSelected 0..1 boolean If this coding was chosen directly by the user
...... text 0..1 string Plain text representation of the concept
..... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
..... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
..... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
..... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
..... entry C 0..* Reference(Resource) A reference to data that supports this section
..... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
..... Slices for section 0..* See section (Composition) Nested Section
Slice: Unordered, Closed by value:code
...... section:All Slices Content/Rules for all slices
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... title 0..1 string Label for section (e.g. for ToC)
....... code 0..1 CodeableConcept Classification of section (recommended)
Binding: EvidenceReportSectionCode Value Set (extensible)
....... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
....... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
....... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
....... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
....... entry C 0..* Reference(Resource) A reference to data that supports this section
....... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
....... section 0..* See section (Composition) Nested Section
..... Slices for section Content/Rules for all slices
...... section:language 0..* BackboneElement Nested Section
....... id 0..1 string Unique id for inter-element referencing
....... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
....... Slices for extension Content/Rules for all slices
........ extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding

........ extension:keyword 0..* CodeableConcept Keyword
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-keyword
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... title 0..1 string Label for section (e.g. for ToC)
....... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
........ id 0..1 id Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
........ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
......... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
......... version 0..1 string Version of the system - if relevant
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
......... display 1..1 string Representation defined by the system
Fixed Value: Language
......... userSelected 0..1 boolean If this coding was chosen directly by the user
........ text 0..1 string Plain text representation of the concept
....... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
....... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
....... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
....... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
....... entry C 0..* Reference(PlanDefinition) A reference to data that supports this section
....... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
...... section:text 0..* BackboneElement Nested Section
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... title 0..1 string Label for section (e.g. for ToC)
....... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
........ id 0..1 id Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
........ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
......... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
......... version 0..1 string Version of the system - if relevant
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
......... display 1..1 string Representation defined by the system
Fixed Value: Text
......... userSelected 0..1 boolean If this coding was chosen directly by the user
........ text 0..1 string Plain text representation of the concept
....... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
....... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
....... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
....... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
....... entry C 0..* Reference(Resource) A reference to data that supports this section
....... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
....... section 0..* See section (Composition) Nested Section
.... section:evidence SC 0..1 BackboneElement Composition is broken into sections
Constraints: cmp-1, cmp-2
..... id 0..1 string Unique id for inter-element referencing
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... Slices for extension Content/Rules for all slices
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... title 0..1 string Label for section (e.g. for ToC)
..... code 1..1 CodeableConcept Classification of section (recommended)
Binding: Guideline Sections (extensible)
Required Pattern: At least the following
...... id 0..1 id Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: evidence
....... display 1..1 string Representation defined by the system
Fixed Value: Evidence
....... userSelected 0..1 boolean If this coding was chosen directly by the user
...... text 0..1 string Plain text representation of the concept
..... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
..... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
..... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
..... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
..... entry C 0..* Reference(Resource) A reference to data that supports this section
..... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
..... section 0..* See section (Composition) Nested Section
.... section:justification SC 0..1 BackboneElement Composition is broken into sections
Constraints: cmp-1, cmp-2
..... id 0..1 string Unique id for inter-element referencing
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... Slices for extension Content/Rules for all slices
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... title 0..1 string Label for section (e.g. for ToC)
..... code 1..1 CodeableConcept Classification of section (recommended)
Binding: Guideline Sections (extensible)
Required Pattern: At least the following
...... id 0..1 id Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: justification
....... display 1..1 string Representation defined by the system
Fixed Value: Justification
....... userSelected 0..1 boolean If this coding was chosen directly by the user
...... text 0..1 string Plain text representation of the concept
..... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
..... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
..... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
..... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
..... entry C 0..* Reference(RecommendationJustification) A reference to data that supports this section
..... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
..... section 0..* See section (Composition) Nested Section
.... section:considerations SC 0..1 BackboneElement Composition is broken into sections
Constraints: cmp-1, cmp-2
..... id 0..1 string Unique id for inter-element referencing
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... Slices for extension Content/Rules for all slices
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... title 0..1 string Label for section (e.g. for ToC)
..... code 1..1 CodeableConcept Classification of section (recommended)
Binding: Guideline Sections (extensible)
Required Pattern: At least the following
...... id 0..1 id Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: considerations
....... display 1..1 string Representation defined by the system
Fixed Value: Considerations
....... userSelected 0..1 boolean If this coding was chosen directly by the user
...... text 0..1 string Plain text representation of the concept
..... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
..... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
..... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
..... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
..... entry C 0..* Reference(Resource) A reference to data that supports this section
..... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
..... section 0..* See section (Composition) Nested Section
.... section:text SC 0..* BackboneElement Composition is broken into sections
Constraints: cmp-1, cmp-2
..... id 0..1 string Unique id for inter-element referencing
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... Slices for extension Content/Rules for all slices
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... title 0..1 string Label for section (e.g. for ToC)
..... code 1..1 CodeableConcept Classification of section (recommended)
Binding: Guideline Sections (extensible)
Required Pattern: At least the following
...... id 0..1 id Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
....... display 1..1 string Representation defined by the system
Fixed Value: Text
....... userSelected 0..1 boolean If this coding was chosen directly by the user
...... text 0..1 string Plain text representation of the concept
..... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
..... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
..... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
..... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
..... entry C 0..* Reference(Resource) A reference to data that supports this section
..... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
..... Slices for section 0..* See section (Composition) Nested Section
Slice: Unordered, Closed by value:code
...... section:All Slices Content/Rules for all slices
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... title 0..1 string Label for section (e.g. for ToC)
....... code 0..1 CodeableConcept Classification of section (recommended)
Binding: EvidenceReportSectionCode Value Set (extensible)
....... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
....... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
....... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
....... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
....... entry C 0..* Reference(Resource) A reference to data that supports this section
....... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
....... section 0..* See section (Composition) Nested Section
..... Slices for section Content/Rules for all slices
...... section:language 0..* BackboneElement Nested Section
....... id 0..1 string Unique id for inter-element referencing
....... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
....... Slices for extension Content/Rules for all slices
........ extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding

....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... title 0..1 string Label for section (e.g. for ToC)
....... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
........ id 0..1 id Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
........ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
......... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
......... version 0..1 string Version of the system - if relevant
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
......... display 1..1 string Representation defined by the system
Fixed Value: Language
......... userSelected 0..1 boolean If this coding was chosen directly by the user
........ text 0..1 string Plain text representation of the concept
....... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
....... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
....... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
....... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
....... entry C 0..* Reference(Resource) A reference to data that supports this section
....... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
...... section:text 0..* BackboneElement Nested Section
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... title 0..1 string Label for section (e.g. for ToC)
....... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
........ id 0..1 id Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
........ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
......... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
......... version 0..1 string Version of the system - if relevant
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
......... display 1..1 string Representation defined by the system
Fixed Value: Text
......... userSelected 0..1 boolean If this coding was chosen directly by the user
........ text 0..1 string Plain text representation of the concept
....... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
....... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
....... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
....... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
....... entry C 0..* Reference(Resource) A reference to data that supports this section
....... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
....... section 0..* See section (Composition) Nested Section
.... section:consensusProtocol C 0..* BackboneElement Composition is broken into sections
Constraints: cmp-1, cmp-2
..... id 0..1 string Unique id for inter-element referencing
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... Slices for extension Content/Rules for all slices
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... title 0..1 string Label for section (e.g. for ToC)
..... code 1..1 CodeableConcept Classification of section (recommended)
Binding: Guideline Sections (extensible)
Required Pattern: At least the following
...... id 0..1 id Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: consensus-protocol
....... display 1..1 string Representation defined by the system
Fixed Value: Consensus Protocol
....... userSelected 0..1 boolean If this coding was chosen directly by the user
...... text 0..1 string Plain text representation of the concept
..... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
..... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
..... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
..... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
..... entry C 0..* Reference(Resource) A reference to data that supports this section
..... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
..... Slices for section 0..* See section (Composition) Nested Section
Slice: Unordered, Closed by value:code
...... section:All Slices Content/Rules for all slices
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... title 0..1 string Label for section (e.g. for ToC)
....... code 0..1 CodeableConcept Classification of section (recommended)
Binding: EvidenceReportSectionCode Value Set (extensible)
....... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
....... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
....... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
....... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
....... entry C 0..* Reference(Resource) A reference to data that supports this section
....... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
....... section 0..* See section (Composition) Nested Section
..... Slices for section Content/Rules for all slices
...... section:language 0..* BackboneElement Nested Section
....... id 0..1 string Unique id for inter-element referencing
....... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
....... Slices for extension Content/Rules for all slices
........ extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding

....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... title 0..1 string Label for section (e.g. for ToC)
....... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
........ id 0..1 id Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
........ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
......... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
......... version 0..1 string Version of the system - if relevant
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
......... display 1..1 string Representation defined by the system
Fixed Value: Language
......... userSelected 0..1 boolean If this coding was chosen directly by the user
........ text 0..1 string Plain text representation of the concept
....... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
....... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
....... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
....... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
....... entry C 0..* Reference(Resource) A reference to data that supports this section
....... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
...... section:text 0..* BackboneElement Nested Section
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... title 0..1 string Label for section (e.g. for ToC)
....... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
........ id 0..1 id Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
........ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
......... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
......... version 0..1 string Version of the system - if relevant
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
......... display 1..1 string Representation defined by the system
Fixed Value: Text
......... userSelected 0..1 boolean If this coding was chosen directly by the user
........ text 0..1 string Plain text representation of the concept
....... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
....... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
....... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
....... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
....... entry C 0..* Reference(Resource) A reference to data that supports this section
....... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
....... Slices for section 0..* See section (Composition) Nested Section
Slice: Unordered, Closed by value:code
........ section:All Slices Content/Rules for all slices
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
......... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
......... title 0..1 string Label for section (e.g. for ToC)
......... code 0..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
......... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
......... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
......... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
......... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
......... entry C 0..* Reference(Resource) A reference to data that supports this section
......... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
......... section 0..* See section (Composition) Nested Section
....... Slices for section Content/Rules for all slices
........ section:language 0..* BackboneElement Nested Section
......... id 0..1 string Unique id for inter-element referencing
......... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
......... Slices for extension Content/Rules for all slices
.......... extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding

......... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
......... title 0..1 string Label for section (e.g. for ToC)
......... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
.......... id 0..1 id Unique id for inter-element referencing
.......... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.......... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
........... id 0..1 string Unique id for inter-element referencing
........... extension 0..* Extension Additional content defined by implementations
........... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
........... version 0..1 string Version of the system - if relevant
........... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
........... display 1..1 string Representation defined by the system
Fixed Value: Language
........... userSelected 0..1 boolean If this coding was chosen directly by the user
.......... text 0..1 string Plain text representation of the concept
......... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
......... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
......... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
......... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
......... entry C 0..* Reference(Resource) A reference to data that supports this section
......... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
........ section:text 0..* BackboneElement Nested Section
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
......... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
......... title 0..1 string Label for section (e.g. for ToC)
......... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
.......... id 0..1 id Unique id for inter-element referencing
.......... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.......... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
........... id 0..1 string Unique id for inter-element referencing
........... extension 0..* Extension Additional content defined by implementations
........... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
........... version 0..1 string Version of the system - if relevant
........... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
........... display 1..1 string Representation defined by the system
Fixed Value: Text
........... userSelected 0..1 boolean If this coding was chosen directly by the user
.......... text 0..1 string Plain text representation of the concept
......... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
......... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
......... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
......... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
......... entry C 0..* Reference(Resource) A reference to data that supports this section
......... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
......... Slices for section 0..* See section (Composition) Nested Section
Slice: Unordered, Closed by value:code
.......... section:All Slices Content/Rules for all slices
........... id 0..1 string Unique id for inter-element referencing
........... extension 0..* Extension Additional content defined by implementations
........... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........... title 0..1 string Label for section (e.g. for ToC)
........... code 0..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
........... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
........... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
........... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
........... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
........... entry C 0..* Reference(Resource) A reference to data that supports this section
........... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
........... section 0..* See section (Composition) Nested Section
......... Slices for section Content/Rules for all slices
.......... section:language 0..* BackboneElement Nested Section
........... id 0..1 string Unique id for inter-element referencing
........... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
........... Slices for extension Content/Rules for all slices
............ extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding

........... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........... title 0..1 string Label for section (e.g. for ToC)
........... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
............ id 0..1 id Unique id for inter-element referencing
............ extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
............ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
............. id 0..1 string Unique id for inter-element referencing
............. extension 0..* Extension Additional content defined by implementations
............. system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
............. version 0..1 string Version of the system - if relevant
............. code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
............. display 1..1 string Representation defined by the system
Fixed Value: Language
............. userSelected 0..1 boolean If this coding was chosen directly by the user
............ text 0..1 string Plain text representation of the concept
........... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
........... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
........... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
........... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
........... entry C 0..* Reference(Resource) A reference to data that supports this section
........... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
.......... section:text 0..* BackboneElement Nested Section
........... id 0..1 string Unique id for inter-element referencing
........... extension 0..* Extension Additional content defined by implementations
........... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........... title 0..1 string Label for section (e.g. for ToC)
........... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
............ id 0..1 id Unique id for inter-element referencing
............ extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
............ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
............. id 0..1 string Unique id for inter-element referencing
............. extension 0..* Extension Additional content defined by implementations
............. system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
............. version 0..1 string Version of the system - if relevant
............. code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
............. display 1..1 string Representation defined by the system
Fixed Value: Text
............. userSelected 0..1 boolean If this coding was chosen directly by the user
............ text 0..1 string Plain text representation of the concept
........... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
........... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
........... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
........... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
........... entry C 0..* Reference(Resource) A reference to data that supports this section
........... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
........... Slices for section 0..* See section (Composition) Nested Section
Slice: Unordered, Closed by value:code
............ section:All Slices Content/Rules for all slices
............. id 0..1 string Unique id for inter-element referencing
............. extension 0..* Extension Additional content defined by implementations
............. modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
............. title 0..1 string Label for section (e.g. for ToC)
............. code 0..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
............. author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
............. focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
............. text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
............. orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
............. entry C 0..* Reference(Resource) A reference to data that supports this section
............. emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
............. section 0..* See section (Composition) Nested Section
........... Slices for section Content/Rules for all slices
............ section:language 0..* BackboneElement Nested Section
............. id 0..1 string Unique id for inter-element referencing
............. Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
............. Slices for extension Content/Rules for all slices
.............. extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding

............. modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
............. title 0..1 string Label for section (e.g. for ToC)
............. code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
.............. id 0..1 id Unique id for inter-element referencing
.............. extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.............. coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
............... id 0..1 string Unique id for inter-element referencing
............... extension 0..* Extension Additional content defined by implementations
............... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
............... version 0..1 string Version of the system - if relevant
............... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
............... display 1..1 string Representation defined by the system
Fixed Value: Language
............... userSelected 0..1 boolean If this coding was chosen directly by the user
.............. text 0..1 string Plain text representation of the concept
............. author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
............. focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
............. text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
............. orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
............. entry C 0..* Reference(Resource) A reference to data that supports this section
............. emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
............ section:text 0..* BackboneElement Nested Section
............. id 0..1 string Unique id for inter-element referencing
............. extension 0..* Extension Additional content defined by implementations
............. modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
............. title 0..1 string Label for section (e.g. for ToC)
............. code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
.............. id 0..1 id Unique id for inter-element referencing
.............. extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.............. coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
............... id 0..1 string Unique id for inter-element referencing
............... extension 0..* Extension Additional content defined by implementations
............... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
............... version 0..1 string Version of the system - if relevant
............... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
............... display 1..1 string Representation defined by the system
Fixed Value: Text
............... userSelected 0..1 boolean If this coding was chosen directly by the user
.............. text 0..1 string Plain text representation of the concept
............. author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
............. focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
............. text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
............. orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
............. entry C 0..* Reference(Resource) A reference to data that supports this section
............. emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
............. Slices for section 0..* See section (Composition) Nested Section
Slice: Unordered, Closed by value:code
.............. section:All Slices Content/Rules for all slices
............... id 0..1 string Unique id for inter-element referencing
............... extension 0..* Extension Additional content defined by implementations
............... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
............... title 0..1 string Label for section (e.g. for ToC)
............... code 0..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
............... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
............... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
............... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
............... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
............... entry C 0..* Reference(Resource) A reference to data that supports this section
............... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
............... section 0..* See section (Composition) Nested Section
............. Slices for section Content/Rules for all slices
.............. section:language 0..* BackboneElement Nested Section
............... id 0..1 string Unique id for inter-element referencing
............... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
............... Slices for extension Content/Rules for all slices
................ extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding

............... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
............... title 0..1 string Label for section (e.g. for ToC)
............... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
................ id 0..1 id Unique id for inter-element referencing
................ extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
................ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
................. id 0..1 string Unique id for inter-element referencing
................. extension 0..* Extension Additional content defined by implementations
................. system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
................. version 0..1 string Version of the system - if relevant
................. code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
................. display 1..1 string Representation defined by the system
Fixed Value: Language
................. userSelected 0..1 boolean If this coding was chosen directly by the user
................ text 0..1 string Plain text representation of the concept
............... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
............... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
............... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
............... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
............... entry C 0..* Reference(Resource) A reference to data that supports this section
............... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
.............. section:text 0..* BackboneElement Nested Section
............... id 0..1 string Unique id for inter-element referencing
............... extension 0..* Extension Additional content defined by implementations
............... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
............... title 0..1 string Label for section (e.g. for ToC)
............... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
................ id 0..1 id Unique id for inter-element referencing
................ extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
................ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
................. id 0..1 string Unique id for inter-element referencing
................. extension 0..* Extension Additional content defined by implementations
................. system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
................. version 0..1 string Version of the system - if relevant
................. code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
................. display 1..1 string Representation defined by the system
Fixed Value: Text
................. userSelected 0..1 boolean If this coding was chosen directly by the user
................ text 0..1 string Plain text representation of the concept
............... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
............... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
............... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
............... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
............... entry C 0..* Reference(Resource) A reference to data that supports this section
............... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
............... Slices for section 0..* See section (Composition) Nested Section
Slice: Unordered, Closed by value:code
................ section:All Slices Content/Rules for all slices
................. id 0..1 string Unique id for inter-element referencing
................. extension 0..* Extension Additional content defined by implementations
................. modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
................. title 0..1 string Label for section (e.g. for ToC)
................. code 0..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
................. author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
................. focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
................. text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
................. orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
................. entry C 0..* Reference(Resource) A reference to data that supports this section
................. emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
................. section 0..* See section (Composition) Nested Section
............... Slices for section Content/Rules for all slices
................ section:language 0..* BackboneElement Nested Section
................. id 0..1 string Unique id for inter-element referencing
................. Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
................. Slices for extension Content/Rules for all slices
.................. extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding

................. modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
................. title 0..1 string Label for section (e.g. for ToC)
................. code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
.................. id 0..1 id Unique id for inter-element referencing
.................. extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.................. coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
................... id 0..1 string Unique id for inter-element referencing
................... extension 0..* Extension Additional content defined by implementations
................... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
................... version 0..1 string Version of the system - if relevant
................... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
................... display 1..1 string Representation defined by the system
Fixed Value: Language
................... userSelected 0..1 boolean If this coding was chosen directly by the user
.................. text 0..1 string Plain text representation of the concept
................. author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
................. focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
................. text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
................. orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
................. entry C 0..* Reference(Resource) A reference to data that supports this section
................. emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
................ section:text 0..* BackboneElement Nested Section
................. id 0..1 string Unique id for inter-element referencing
................. extension 0..* Extension Additional content defined by implementations
................. modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
................. title 0..1 string Label for section (e.g. for ToC)
................. code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
.................. id 0..1 id Unique id for inter-element referencing
.................. extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.................. coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
................... id 0..1 string Unique id for inter-element referencing
................... extension 0..* Extension Additional content defined by implementations
................... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
................... version 0..1 string Version of the system - if relevant
................... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
................... display 1..1 string Representation defined by the system
Fixed Value: Text
................... userSelected 0..1 boolean If this coding was chosen directly by the user
.................. text 0..1 string Plain text representation of the concept
................. author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
................. focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
................. text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
................. orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
................. entry C 0..* Reference(Resource) A reference to data that supports this section
................. emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
................. Slices for section 0..* See section (Composition) Nested Section
Slice: Unordered, Closed by value:code
.................. section:All Slices Content/Rules for all slices
................... id 0..1 string Unique id for inter-element referencing
................... extension 0..* Extension Additional content defined by implementations
................... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
................... title 0..1 string Label for section (e.g. for ToC)
................... code 0..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
................... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
................... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
................... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
................... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
................... entry C 0..* Reference(Resource) A reference to data that supports this section
................... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
................... section 0..* See section (Composition) Nested Section
................. Slices for section Content/Rules for all slices
.................. section:language 0..* BackboneElement Nested Section
................... id 0..1 string Unique id for inter-element referencing
................... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
................... Slices for extension Content/Rules for all slices
.................... extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding

................... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
................... title 0..1 string Label for section (e.g. for ToC)
................... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
.................... id 0..1 id Unique id for inter-element referencing
.................... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.................... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
..................... id 0..1 string Unique id for inter-element referencing
..................... extension 0..* Extension Additional content defined by implementations
..................... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
..................... version 0..1 string Version of the system - if relevant
..................... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
..................... display 1..1 string Representation defined by the system
Fixed Value: Language
..................... userSelected 0..1 boolean If this coding was chosen directly by the user
.................... text 0..1 string Plain text representation of the concept
................... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
................... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
................... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
................... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
................... entry C 0..* Reference(Resource) A reference to data that supports this section
................... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
.................. section:text 0..* BackboneElement Nested Section
................... id 0..1 string Unique id for inter-element referencing
................... extension 0..* Extension Additional content defined by implementations
................... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
................... title 0..1 string Label for section (e.g. for ToC)
................... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
.................... id 0..1 id Unique id for inter-element referencing
.................... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.................... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
..................... id 0..1 string Unique id for inter-element referencing
..................... extension 0..* Extension Additional content defined by implementations
..................... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
..................... version 0..1 string Version of the system - if relevant
..................... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
..................... display 1..1 string Representation defined by the system
Fixed Value: Text
..................... userSelected 0..1 boolean If this coding was chosen directly by the user
.................... text 0..1 string Plain text representation of the concept
................... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
................... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
................... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
................... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
................... entry C 0..* Reference(Resource) A reference to data that supports this section
................... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
................... section 0..* See section (Composition) Nested Section
.... section:patientVersion C 0..* BackboneElement Composition is broken into sections
Constraints: cmp-1, cmp-2
..... id 0..1 string Unique id for inter-element referencing
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... Slices for extension Content/Rules for all slices
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... title 0..1 string Label for section (e.g. for ToC)
..... code 1..1 CodeableConcept Classification of section (recommended)
Binding: Guideline Sections (extensible)
Required Pattern: At least the following
...... id 0..1 id Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: patient-version
....... display 1..1 string Representation defined by the system
Fixed Value: Patient Version
....... userSelected 0..1 boolean If this coding was chosen directly by the user
...... text 0..1 string Plain text representation of the concept
..... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
..... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
..... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
..... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
..... entry C 0..* Reference(Resource) A reference to data that supports this section
..... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
..... section 0..* See section (Composition) Nested Section
.... section:otherContent C 0..* BackboneElement Composition is broken into sections
Constraints: cmp-1, cmp-2
..... id 0..1 string Unique id for inter-element referencing
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... Slices for extension Content/Rules for all slices
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... title 0..1 string Label for section (e.g. for ToC)
..... code 1..1 CodeableConcept Classification of section (recommended)
Binding: Content Types (required)
...... id 0..1 id Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... coding 1..1 Coding Code defined by a terminology system
Binding: Content Types (required)
...... text 0..1 string Plain text representation of the concept
..... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
..... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
..... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
..... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
..... entry C 0..* Reference(Resource) A reference to data that supports this section
..... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
..... Slices for section 0..* See section (Composition) Nested Section
Slice: Unordered, Closed by value:code
...... section:All Slices Content/Rules for all slices
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... title 0..1 string Label for section (e.g. for ToC)
....... code 0..1 CodeableConcept Classification of section (recommended)
Binding: EvidenceReportSectionCode Value Set (extensible)
....... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
....... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
....... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
....... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
....... entry C 0..* Reference(Resource) A reference to data that supports this section
....... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
....... section 0..* See section (Composition) Nested Section
..... Slices for section Content/Rules for all slices
...... section:language 0..* BackboneElement Nested Section
....... id 0..1 string Unique id for inter-element referencing
....... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
....... Slices for extension Content/Rules for all slices
........ extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding

....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... title 0..1 string Label for section (e.g. for ToC)
....... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
........ id 0..1 id Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
........ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
......... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
......... version 0..1 string Version of the system - if relevant
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
......... display 1..1 string Representation defined by the system
Fixed Value: Language
......... userSelected 0..1 boolean If this coding was chosen directly by the user
........ text 0..1 string Plain text representation of the concept
....... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
....... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
....... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
....... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
....... entry C 0..* Reference(Resource) A reference to data that supports this section
....... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
...... section:text 0..* BackboneElement Nested Section
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... title 0..1 string Label for section (e.g. for ToC)
....... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
........ id 0..1 id Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
........ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
......... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
......... version 0..1 string Version of the system - if relevant
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
......... display 1..1 string Representation defined by the system
Fixed Value: Text
......... userSelected 0..1 boolean If this coding was chosen directly by the user
........ text 0..1 string Plain text representation of the concept
....... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
....... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
....... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
....... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
....... entry C 0..* Reference(Resource) A reference to data that supports this section
....... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
....... Slices for section 0..* See section (Composition) Nested Section
Slice: Unordered, Closed by value:code
........ section:All Slices Content/Rules for all slices
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
......... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
......... title 0..1 string Label for section (e.g. for ToC)
......... code 0..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
......... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
......... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
......... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
......... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
......... entry C 0..* Reference(Resource) A reference to data that supports this section
......... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
......... section 0..* See section (Composition) Nested Section
....... Slices for section Content/Rules for all slices
........ section:language 0..* BackboneElement Nested Section
......... id 0..1 string Unique id for inter-element referencing
......... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
......... Slices for extension Content/Rules for all slices
.......... extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding

......... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
......... title 0..1 string Label for section (e.g. for ToC)
......... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
.......... id 0..1 id Unique id for inter-element referencing
.......... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.......... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
........... id 0..1 string Unique id for inter-element referencing
........... extension 0..* Extension Additional content defined by implementations
........... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
........... version 0..1 string Version of the system - if relevant
........... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
........... display 1..1 string Representation defined by the system
Fixed Value: Language
........... userSelected 0..1 boolean If this coding was chosen directly by the user
.......... text 0..1 string Plain text representation of the concept
......... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
......... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
......... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
......... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
......... entry C 0..* Reference(Resource) A reference to data that supports this section
......... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
........ section:text 0..* BackboneElement Nested Section
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
......... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
......... title 0..1 string Label for section (e.g. for ToC)
......... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
.......... id 0..1 id Unique id for inter-element referencing
.......... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.......... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
........... id 0..1 string Unique id for inter-element referencing
........... extension 0..* Extension Additional content defined by implementations
........... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
........... version 0..1 string Version of the system - if relevant
........... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
........... display 1..1 string Representation defined by the system
Fixed Value: Text
........... userSelected 0..1 boolean If this coding was chosen directly by the user
.......... text 0..1 string Plain text representation of the concept
......... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
......... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
......... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
......... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
......... entry C 0..* Reference(Resource) A reference to data that supports this section
......... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
......... Slices for section 0..* See section (Composition) Nested Section
Slice: Unordered, Closed by value:code
.......... section:All Slices Content/Rules for all slices
........... id 0..1 string Unique id for inter-element referencing
........... extension 0..* Extension Additional content defined by implementations
........... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........... title 0..1 string Label for section (e.g. for ToC)
........... code 0..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
........... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
........... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
........... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
........... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
........... entry C 0..* Reference(Resource) A reference to data that supports this section
........... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
........... section 0..* See section (Composition) Nested Section
......... Slices for section Content/Rules for all slices
.......... section:language 0..* BackboneElement Nested Section
........... id 0..1 string Unique id for inter-element referencing
........... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
........... Slices for extension Content/Rules for all slices
............ extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding

........... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........... title 0..1 string Label for section (e.g. for ToC)
........... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
............ id 0..1 id Unique id for inter-element referencing
............ extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
............ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
............. id 0..1 string Unique id for inter-element referencing
............. extension 0..* Extension Additional content defined by implementations
............. system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
............. version 0..1 string Version of the system - if relevant
............. code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
............. display 1..1 string Representation defined by the system
Fixed Value: Language
............. userSelected 0..1 boolean If this coding was chosen directly by the user
............ text 0..1 string Plain text representation of the concept
........... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
........... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
........... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
........... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
........... entry C 0..* Reference(Resource) A reference to data that supports this section
........... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
.......... section:text 0..* BackboneElement Nested Section
........... id 0..1 string Unique id for inter-element referencing
........... extension 0..* Extension Additional content defined by implementations
........... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........... title 0..1 string Label for section (e.g. for ToC)
........... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
............ id 0..1 id Unique id for inter-element referencing
............ extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
............ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
............. id 0..1 string Unique id for inter-element referencing
............. extension 0..* Extension Additional content defined by implementations
............. system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
............. version 0..1 string Version of the system - if relevant
............. code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
............. display 1..1 string Representation defined by the system
Fixed Value: Text
............. userSelected 0..1 boolean If this coding was chosen directly by the user
............ text 0..1 string Plain text representation of the concept
........... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
........... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
........... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
........... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
........... entry C 0..* Reference(Resource) A reference to data that supports this section
........... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
........... Slices for section 0..* See section (Composition) Nested Section
Slice: Unordered, Closed by value:code
............ section:All Slices Content/Rules for all slices
............. id 0..1 string Unique id for inter-element referencing
............. extension 0..* Extension Additional content defined by implementations
............. modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
............. title 0..1 string Label for section (e.g. for ToC)
............. code 0..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
............. author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
............. focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
............. text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
............. orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
............. entry C 0..* Reference(Resource) A reference to data that supports this section
............. emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
............. section 0..* See section (Composition) Nested Section
........... Slices for section Content/Rules for all slices
............ section:language 0..* BackboneElement Nested Section
............. id 0..1 string Unique id for inter-element referencing
............. Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
............. Slices for extension Content/Rules for all slices
.............. extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding

............. modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
............. title 0..1 string Label for section (e.g. for ToC)
............. code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
.............. id 0..1 id Unique id for inter-element referencing
.............. extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.............. coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
............... id 0..1 string Unique id for inter-element referencing
............... extension 0..* Extension Additional content defined by implementations
............... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
............... version 0..1 string Version of the system - if relevant
............... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
............... display 1..1 string Representation defined by the system
Fixed Value: Language
............... userSelected 0..1 boolean If this coding was chosen directly by the user
.............. text 0..1 string Plain text representation of the concept
............. author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
............. focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
............. text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
............. orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
............. entry C 0..* Reference(Resource) A reference to data that supports this section
............. emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
............ section:text 0..* BackboneElement Nested Section
............. id 0..1 string Unique id for inter-element referencing
............. extension 0..* Extension Additional content defined by implementations
............. modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
............. title 0..1 string Label for section (e.g. for ToC)
............. code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
.............. id 0..1 id Unique id for inter-element referencing
.............. extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.............. coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
............... id 0..1 string Unique id for inter-element referencing
............... extension 0..* Extension Additional content defined by implementations
............... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
............... version 0..1 string Version of the system - if relevant
............... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
............... display 1..1 string Representation defined by the system
Fixed Value: Text
............... userSelected 0..1 boolean If this coding was chosen directly by the user
.............. text 0..1 string Plain text representation of the concept
............. author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
............. focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
............. text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
............. orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
............. entry C 0..* Reference(Resource) A reference to data that supports this section
............. emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
............. Slices for section 0..* See section (Composition) Nested Section
Slice: Unordered, Closed by value:code
.............. section:All Slices Content/Rules for all slices
............... id 0..1 string Unique id for inter-element referencing
............... extension 0..* Extension Additional content defined by implementations
............... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
............... title 0..1 string Label for section (e.g. for ToC)
............... code 0..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
............... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
............... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
............... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
............... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
............... entry C 0..* Reference(Resource) A reference to data that supports this section
............... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
............... section 0..* See section (Composition) Nested Section
............. Slices for section Content/Rules for all slices
.............. section:language 0..* BackboneElement Nested Section
............... id 0..1 string Unique id for inter-element referencing
............... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
............... Slices for extension Content/Rules for all slices
................ extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding

............... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
............... title 0..1 string Label for section (e.g. for ToC)
............... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
................ id 0..1 id Unique id for inter-element referencing
................ extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
................ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
................. id 0..1 string Unique id for inter-element referencing
................. extension 0..* Extension Additional content defined by implementations
................. system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
................. version 0..1 string Version of the system - if relevant
................. code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
................. display 1..1 string Representation defined by the system
Fixed Value: Language
................. userSelected 0..1 boolean If this coding was chosen directly by the user
................ text 0..1 string Plain text representation of the concept
............... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
............... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
............... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
............... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
............... entry C 0..* Reference(Resource) A reference to data that supports this section
............... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
.............. section:text 0..* BackboneElement Nested Section
............... id 0..1 string Unique id for inter-element referencing
............... extension 0..* Extension Additional content defined by implementations
............... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
............... title 0..1 string Label for section (e.g. for ToC)
............... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
................ id 0..1 id Unique id for inter-element referencing
................ extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
................ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
................. id 0..1 string Unique id for inter-element referencing
................. extension 0..* Extension Additional content defined by implementations
................. system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
................. version 0..1 string Version of the system - if relevant
................. code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
................. display 1..1 string Representation defined by the system
Fixed Value: Text
................. userSelected 0..1 boolean If this coding was chosen directly by the user
................ text 0..1 string Plain text representation of the concept
............... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
............... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
............... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
............... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
............... entry C 0..* Reference(Resource) A reference to data that supports this section
............... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
............... Slices for section 0..* See section (Composition) Nested Section
Slice: Unordered, Closed by value:code
................ section:All Slices Content/Rules for all slices
................. id 0..1 string Unique id for inter-element referencing
................. extension 0..* Extension Additional content defined by implementations
................. modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
................. title 0..1 string Label for section (e.g. for ToC)
................. code 0..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
................. author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
................. focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
................. text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
................. orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
................. entry C 0..* Reference(Resource) A reference to data that supports this section
................. emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
................. section 0..* See section (Composition) Nested Section
............... Slices for section Content/Rules for all slices
................ section:language 0..* BackboneElement Nested Section
................. id 0..1 string Unique id for inter-element referencing
................. Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
................. Slices for extension Content/Rules for all slices
.................. extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding

................. modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
................. title 0..1 string Label for section (e.g. for ToC)
................. code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
.................. id 0..1 id Unique id for inter-element referencing
.................. extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.................. coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
................... id 0..1 string Unique id for inter-element referencing
................... extension 0..* Extension Additional content defined by implementations
................... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
................... version 0..1 string Version of the system - if relevant
................... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
................... display 1..1 string Representation defined by the system
Fixed Value: Language
................... userSelected 0..1 boolean If this coding was chosen directly by the user
.................. text 0..1 string Plain text representation of the concept
................. author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
................. focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
................. text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
................. orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
................. entry C 0..* Reference(Resource) A reference to data that supports this section
................. emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
................ section:text 0..* BackboneElement Nested Section
................. id 0..1 string Unique id for inter-element referencing
................. extension 0..* Extension Additional content defined by implementations
................. modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
................. title 0..1 string Label for section (e.g. for ToC)
................. code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
.................. id 0..1 id Unique id for inter-element referencing
.................. extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.................. coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
................... id 0..1 string Unique id for inter-element referencing
................... extension 0..* Extension Additional content defined by implementations
................... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
................... version 0..1 string Version of the system - if relevant
................... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
................... display 1..1 string Representation defined by the system
Fixed Value: Text
................... userSelected 0..1 boolean If this coding was chosen directly by the user
.................. text 0..1 string Plain text representation of the concept
................. author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
................. focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
................. text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
................. orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
................. entry C 0..* Reference(Resource) A reference to data that supports this section
................. emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
................. Slices for section 0..* See section (Composition) Nested Section
Slice: Unordered, Closed by value:code
.................. section:All Slices Content/Rules for all slices
................... id 0..1 string Unique id for inter-element referencing
................... extension 0..* Extension Additional content defined by implementations
................... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
................... title 0..1 string Label for section (e.g. for ToC)
................... code 0..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
................... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
................... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
................... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
................... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
................... entry C 0..* Reference(Resource) A reference to data that supports this section
................... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
................... section 0..* See section (Composition) Nested Section
................. Slices for section Content/Rules for all slices
.................. section:language 0..* BackboneElement Nested Section
................... id 0..1 string Unique id for inter-element referencing
................... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
................... Slices for extension Content/Rules for all slices
.................... extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding

................... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
................... title 0..1 string Label for section (e.g. for ToC)
................... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
.................... id 0..1 id Unique id for inter-element referencing
.................... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.................... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
..................... id 0..1 string Unique id for inter-element referencing
..................... extension 0..* Extension Additional content defined by implementations
..................... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
..................... version 0..1 string Version of the system - if relevant
..................... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
..................... display 1..1 string Representation defined by the system
Fixed Value: Language
..................... userSelected 0..1 boolean If this coding was chosen directly by the user
.................... text 0..1 string Plain text representation of the concept
................... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
................... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
................... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
................... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
................... entry C 0..* Reference(Resource) A reference to data that supports this section
................... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
.................. section:text 0..* BackboneElement Nested Section
................... id 0..1 string Unique id for inter-element referencing
................... extension 0..* Extension Additional content defined by implementations
................... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
................... title 0..1 string Label for section (e.g. for ToC)
................... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
.................... id 0..1 id Unique id for inter-element referencing
.................... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.................... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
..................... id 0..1 string Unique id for inter-element referencing
..................... extension 0..* Extension Additional content defined by implementations
..................... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
..................... version 0..1 string Version of the system - if relevant
..................... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
..................... display 1..1 string Representation defined by the system
Fixed Value: Text
..................... userSelected 0..1 boolean If this coding was chosen directly by the user
.................... text 0..1 string Plain text representation of the concept
................... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
................... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
................... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
................... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
................... entry C 0..* Reference(Resource) A reference to data that supports this section
................... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
................... section 0..* See section (Composition) Nested Section
.... section:outcome C 0..1 BackboneElement Composition is broken into sections
Constraints: cmp-1, cmp-2
..... id 0..1 string Unique id for inter-element referencing
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... Slices for extension Content/Rules for all slices
...... extension:intendedAudience 0..* CodeableConcept Intended Audience
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience
Binding: Intended Audience Value Set (required)
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... title 0..1 string Label for section (e.g. for ToC)
..... code 1..1 CodeableConcept Classification of section (recommended)
Binding: Guideline Sections (extensible)
Required Pattern: At least the following
...... id 0..1 id Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-pico
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: outcome
....... display 1..1 string Representation defined by the system
Fixed Value: Outcome
....... userSelected 0..1 boolean If this coding was chosen directly by the user
...... text 0..1 string Plain text representation of the concept
..... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
..... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
..... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
..... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
..... entry C 0..* Reference(Resource) A reference to data that supports this section
..... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
..... Slices for section 0..* See section (Composition) Nested Section
Slice: Unordered, Closed by value:code
...... section:All Slices Content/Rules for all slices
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... title 0..1 string Label for section (e.g. for ToC)
....... code 0..1 CodeableConcept Classification of section (recommended)
Binding: EvidenceReportSectionCode Value Set (extensible)
....... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
....... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
....... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
....... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
....... entry C 0..* Reference(Resource) A reference to data that supports this section
....... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
....... section 0..* See section (Composition) Nested Section
..... Slices for section Content/Rules for all slices
...... section:language 0..* BackboneElement Nested Section
....... id 0..1 string Unique id for inter-element referencing
....... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
....... Slices for extension Content/Rules for all slices
........ extension:language 1..1 code Language for the Section
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding

........ extension:keyword 0..* CodeableConcept Keyword
URL: http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-keyword
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... title 0..1 string Label for section (e.g. for ToC)
....... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
........ id 0..1 id Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
........ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
......... system 1..1 uri Identity of the terminology system
Fixed Value: http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections
......... version 0..1 string Version of the system - if relevant
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: language
......... display 1..1 string Representation defined by the system
Fixed Value: Language
......... userSelected 0..1 boolean If this coding was chosen directly by the user
........ text 0..1 string Plain text representation of the concept
....... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
....... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
....... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
....... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
....... entry C 0..* Reference(EvidenceVariable | Group) A reference to data that supports this section
....... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
...... section:text 0..* BackboneElement Nested Section
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... title 0..1 string Label for section (e.g. for ToC)
....... code 1..1 CodeableConcept Classification of section (recommended)
Binding: DocumentSectionCodes (example): Classification of a section of a composition/document.
Required Pattern: At least the following
........ id 0..1 id Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
........ coding 1..1 Coding Code defined by a terminology system

Required Pattern: At least the following
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
......... system 1..1 uri Identity of the terminology system
Fixed Value: https://fevir.net/resources/CodeSystem/179423
......... version 0..1 string Version of the system - if relevant
......... code 1..1 code Symbol in syntax defined by the system
Fixed Value: text
......... display 1..1 string Representation defined by the system
Fixed Value: Text
......... userSelected 0..1 boolean If this coding was chosen directly by the user
........ text 0..1 string Plain text representation of the concept
....... author 0..* Reference(Practitioner | PractitionerRole | CareTeam | Device | Patient | RelatedPerson | Organization) Who and/or what authored the section, when the section is authored by someone other than the composition.author
....... focus 0..1 Reference(Resource) Who/what the section is about, when it is not about the subject of composition
....... text C 0..1 Narrative Text summary of the section, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
....... orderedBy 0..1 CodeableConcept Order of section entries
Binding: ListOrderCodes (preferred): What order applies to the items in the entry.
....... entry C 0..* Reference(Resource) A reference to data that supports this section
....... emptyReason C 0..1 CodeableConcept Why the section is empty
Binding: ListEmptyReasons (preferred): If a section is empty, why it is empty.
....... section 0..* See section (Composition) Nested Section

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
Composition.meta.security Base extensible All Security Labels 📍6.0.0-ballot3 FHIR Std.
Composition.meta.tag Base preferred Recommendation Tags 📦0.2.0 This IG
Composition.language Base required All Languages 📍6.0.0-ballot3 FHIR Std.
Composition.extension:versionAlgorithm.​value[x]:valueCoding Base extensible Version Algorithm 📦6.0.0-ballot3 FHIR Std.
Composition.status Base required Composition Status 📍6.0.0-ballot3 FHIR Std.
Composition.type Base preferred FHIR Document Type Codes 📍6.0.0-ballot3 FHIR Std.
Composition.category Base example Referenced Item Category Value Set 📍6.0.0-ballot3 FHIR Std.
Composition.category:synthesisType Base example Referenced Item Category Value Set 📍6.0.0-ballot3 FHIR Std.
Composition.category:synthesisType.​coding Base required Recommendation Synthesis Type 📦0.2.0 This IG
Composition.category:clinicalApplicationType Base example Referenced Item Category Value Set 📍6.0.0-ballot3 FHIR Std.
Composition.category:clinicalApplicationType.​coding Base required Clinical Application Type 📦0.2.0 This IG
Composition.attester.​mode Base preferred Contributor Role 📦1.0.0 THO v7.3
Composition.relatesTo.​type Base required Artifact Relationship Type 📍6.0.0-ballot3 FHIR Std.
Composition.relatesTo:citeAs.​type Base required Artifact Relationship Type 📍6.0.0-ballot3 FHIR Std.
Composition.relatesTo:partOf.​type Base required Artifact Relationship Type 📍6.0.0-ballot3 FHIR Std.
Composition.relatesTo:derivedFrom.​type Base required Artifact Relationship Type 📍6.0.0-ballot3 FHIR Std.
Composition.relatesTo:specificationOf.​type Base required Artifact Relationship Type 📍6.0.0-ballot3 FHIR Std.
Composition.relatesTo:dependsOn.​type Base required Artifact Relationship Type 📍6.0.0-ballot3 FHIR Std.
Composition.relatesTo:supportedWith.​type Base required Artifact Relationship Type 📍6.0.0-ballot3 FHIR Std.
Composition.relatesTo:similarTo.​type Base required Artifact Relationship Type 📍6.0.0-ballot3 FHIR Std.
Composition.relatesTo:derivedFrom/picoQuestion.​type Base required Artifact Relationship Type 📍6.0.0-ballot3 FHIR Std.
Composition.relatesTo:specificationOfPreceedingRecommendation.​type Base required Artifact Relationship Type 📍6.0.0-ballot3 FHIR Std.
Composition.relatesTo:specificationOfSucceedingRecommendation.​type Base required Artifact Relationship Type 📍6.0.0-ballot3 FHIR Std.
Composition.relatesTo:replacesRecommendation.​type Base required Artifact Relationship Type 📍6.0.0-ballot3 FHIR Std.
Composition.event.detail Base example v3 Code System ActCode 📦3.0.0 THO v7.3
Composition.section.​code Base extensible Guideline Sections 📦0.2.0 This IG
Composition.section.​orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section.​emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:summary.​code Base extensible Guideline Sections 📦0.2.0 This IG
Composition.section:summary.​orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:summary.​emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:introduction.​code Base extensible Guideline Sections 📦0.2.0 This IG
Composition.section:introduction.​orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:introduction.​emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:discussion.​code Base extensible Guideline Sections 📦0.2.0 This IG
Composition.section:discussion.​orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:discussion.​emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:methods.​code Base extensible Guideline Sections 📦0.2.0 This IG
Composition.section:methods.​orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:methods.​emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:references.​code Base extensible Guideline Sections 📦0.2.0 This IG
Composition.section:references.​orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:references.​emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:competingInterests.​code Base extensible Guideline Sections 📦0.2.0 This IG
Composition.section:competingInterests.​orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:competingInterests.​emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:acknowledgements.​code Base extensible Guideline Sections 📦0.2.0 This IG
Composition.section:acknowledgements.​orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:acknowledgements.​emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:appendices.​code Base extensible Guideline Sections 📦0.2.0 This IG
Composition.section:appendices.​orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:appendices.​emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:attachments.​code Base extensible EvidenceReportSectionCode Value Set 📦1.0.0-ballot3 Evidence Based Medicine on FHIR Implementation Guide v1.0
Composition.section:attachments.​orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:attachments.​emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:recommendationStatement.​code Base extensible Guideline Sections 📦0.2.0 This IG
Composition.section:recommendationStatement.​orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:recommendationStatement.​emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:recommendationStatement.​section.code Base extensible EvidenceReportSectionCode Value Set 📦1.0.0-ballot3 Evidence Based Medicine on FHIR Implementation Guide v1.0
Composition.section:recommendationStatement.​section.orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:recommendationStatement.​section.emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:recommendationStatement.​section:language.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:recommendationStatement.​section:language.orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:recommendationStatement.​section:language.emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:recommendationStatement.​section:text.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:recommendationStatement.​section:text.orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:recommendationStatement.​section:text.emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:ratings.​code Base extensible Guideline Sections 📦0.2.0 This IG
Composition.section:ratings.​orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:ratings.​emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:population.​code Base extensible Guideline Sections 📦0.2.0 This IG
Composition.section:population.​orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:population.​emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:population.​section.code Base extensible EvidenceReportSectionCode Value Set 📦1.0.0-ballot3 Evidence Based Medicine on FHIR Implementation Guide v1.0
Composition.section:population.​section.orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:population.​section.emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:population.​section:language.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:population.​section:language.orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:population.​section:language.emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:population.​section:text.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:population.​section:text.orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:population.​section:text.emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:action.​code Base extensible Guideline Sections 📦0.2.0 This IG
Composition.section:action.​orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:action.​emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:action.​section.code Base extensible EvidenceReportSectionCode Value Set 📦1.0.0-ballot3 Evidence Based Medicine on FHIR Implementation Guide v1.0
Composition.section:action.​section.orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:action.​section.emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:action.​section:language.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:action.​section:language.orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:action.​section:language.emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:action.​section:text.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:action.​section:text.orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:action.​section:text.emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:oppositeAction.​code Base extensible Guideline Sections 📦0.2.0 This IG
Composition.section:oppositeAction.​orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:oppositeAction.​emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:oppositeAction.​section.code Base extensible EvidenceReportSectionCode Value Set 📦1.0.0-ballot3 Evidence Based Medicine on FHIR Implementation Guide v1.0
Composition.section:oppositeAction.​section.orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:oppositeAction.​section.emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:oppositeAction.​section:language.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:oppositeAction.​section:language.orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:oppositeAction.​section:language.emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:oppositeAction.​section:text.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:oppositeAction.​section:text.orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:oppositeAction.​section:text.emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:evidence.​code Base extensible Guideline Sections 📦0.2.0 This IG
Composition.section:evidence.​orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:evidence.​emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:justification.​code Base extensible Guideline Sections 📦0.2.0 This IG
Composition.section:justification.​orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:justification.​emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:considerations.​code Base extensible Guideline Sections 📦0.2.0 This IG
Composition.section:considerations.​orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:considerations.​emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:text.​code Base extensible Guideline Sections 📦0.2.0 This IG
Composition.section:text.​orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:text.​emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:text.​section.code Base extensible EvidenceReportSectionCode Value Set 📦1.0.0-ballot3 Evidence Based Medicine on FHIR Implementation Guide v1.0
Composition.section:text.​section.orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:text.​section.emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:text.​section:language.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:text.​section:language.orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:text.​section:language.emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:text.​section:text.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:text.​section:text.orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:text.​section:text.emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​code Base extensible Guideline Sections 📦0.2.0 This IG
Composition.section:consensusProtocol.​orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section.code Base extensible EvidenceReportSectionCode Value Set 📦1.0.0-ballot3 Evidence Based Medicine on FHIR Implementation Guide v1.0
Composition.section:consensusProtocol.​section.orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section.emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:language.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:language.orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:language.emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section.​code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section.​orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section.​emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:language.​code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:language.​orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:language.​emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section.orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section.emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:language.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:language.orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:language.emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.section.​code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.section.​orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.section.​emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.section:language.​code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.section:language.​orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.section:language.​emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.section:text.​code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.section:text.​orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.section:text.​emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.section:text.​section.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.section:text.​section.orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.section:text.​section.emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.section:text.​section:language.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.section:text.​section:language.orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.section:text.​section:language.emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.section:text.​section:text.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.section:text.​section:text.orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.section:text.​section:text.emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.section:text.​section:text.section.​code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.section:text.​section:text.section.​orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.section:text.​section:text.section.​emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.section:text.​section:text.section:language.​code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.section:text.​section:text.section:language.​orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.section:text.​section:text.section:language.​emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.section:text.​section:text.section:text.​code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.section:text.​section:text.section:text.​orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.section:text.​section:text.section:text.​emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.section:text.​section:text.section:text.​section.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.section:text.​section:text.section:text.​section.orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.section:text.​section:text.section:text.​section.emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.section:text.​section:text.section:text.​section:language.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.section:text.​section:text.section:text.​section:language.orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.section:text.​section:text.section:text.​section:language.emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.section:text.​section:text.section:text.​section:text.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.section:text.​section:text.section:text.​section:text.orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:consensusProtocol.​section:text.section:text.​section:text.section:text.​section:text.section:text.​section:text.emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:patientVersion.​code Base extensible Guideline Sections 📦0.2.0 This IG
Composition.section:patientVersion.​orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:patientVersion.​emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​code Base required Content Types 📦0.2.0 This IG
Composition.section:otherContent.​code.coding Base required Content Types 📦0.2.0 This IG
Composition.section:otherContent.​orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section.code Base extensible EvidenceReportSectionCode Value Set 📦1.0.0-ballot3 Evidence Based Medicine on FHIR Implementation Guide v1.0
Composition.section:otherContent.​section.orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section.emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:language.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:language.orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:language.emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section.​code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section.​orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section.​emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:language.​code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:language.​orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:language.​emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section.orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section.emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:language.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:language.orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:language.emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.section.​code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.section.​orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.section.​emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.section:language.​code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.section:language.​orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.section:language.​emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.section:text.​code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.section:text.​orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.section:text.​emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.section:text.​section.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.section:text.​section.orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.section:text.​section.emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.section:text.​section:language.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.section:text.​section:language.orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.section:text.​section:language.emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.section:text.​section:text.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.section:text.​section:text.orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.section:text.​section:text.emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.section:text.​section:text.section.​code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.section:text.​section:text.section.​orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.section:text.​section:text.section.​emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.section:text.​section:text.section:language.​code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.section:text.​section:text.section:language.​orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.section:text.​section:text.section:language.​emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.section:text.​section:text.section:text.​code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.section:text.​section:text.section:text.​orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.section:text.​section:text.section:text.​emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.section:text.​section:text.section:text.​section.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.section:text.​section:text.section:text.​section.orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.section:text.​section:text.section:text.​section.emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.section:text.​section:text.section:text.​section:language.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.section:text.​section:text.section:text.​section:language.orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.section:text.​section:text.section:text.​section:language.emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.section:text.​section:text.section:text.​section:text.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.section:text.​section:text.section:text.​section:text.orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:otherContent.​section:text.section:text.​section:text.section:text.​section:text.section:text.​section:text.emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:outcome.​code Base extensible Guideline Sections 📦0.2.0 This IG
Composition.section:outcome.​orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:outcome.​emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:outcome.​section.code Base extensible EvidenceReportSectionCode Value Set 📦1.0.0-ballot3 Evidence Based Medicine on FHIR Implementation Guide v1.0
Composition.section:outcome.​section.orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:outcome.​section.emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:outcome.​section:language.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:outcome.​section:language.orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:outcome.​section:language.emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.
Composition.section:outcome.​section:text.code Base example Document Section Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:outcome.​section:text.orderedBy Base preferred List Order Codes 📍6.0.0-ballot3 FHIR Std.
Composition.section:outcome.​section:text.emptyReason Base preferred List Empty Reasons 📍6.0.0-ballot3 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
cmp-1 error Composition.section, Composition.section:introduction, Composition.section:discussion, Composition.section:methods, Composition.section:references, Composition.section:competingInterests, Composition.section:acknowledgements, Composition.section:appendices, Composition.section:attachments, Composition.section:recommendationStatement, Composition.section:ratings, Composition.section:population, Composition.section:action, Composition.section:oppositeAction, Composition.section:evidence, Composition.section:justification, Composition.section:considerations, Composition.section:text, Composition.section:consensusProtocol, Composition.section:patientVersion, Composition.section:otherContent, Composition.section:outcome A section must contain at least one of text, entries, or sub-sections text.exists() or entry.exists() or section.exists()
cmp-2 error Composition.section, Composition.section:introduction, Composition.section:discussion, Composition.section:methods, Composition.section:references, Composition.section:competingInterests, Composition.section:acknowledgements, Composition.section:appendices, Composition.section:attachments, Composition.section:recommendationStatement, Composition.section:ratings, Composition.section:population, Composition.section:action, Composition.section:oppositeAction, Composition.section:evidence, Composition.section:justification, Composition.section:considerations, Composition.section:text, Composition.section:consensusProtocol, Composition.section:patientVersion, Composition.section:otherContent, Composition.section:outcome A section can only have an emptyReason if no entries are included emptyReason.empty() or entry.empty()
dom-2 error Composition If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error Composition 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 error Composition 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 error Composition If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice Composition A resource should have narrative for robust management text.`div`.exists()
ele-1 error **ALL** elements All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error **ALL** extensions Must have either extensions or value[x], not both extension.exists() != value.exists()
inv-require-official-identifier error Composition Every Guideline/Recommendation must have exactly one official identifier (with use = #official) identifier.where(use='official').count() = 1

This structure is derived from Recommendation

Summary

Mandatory: 6 elements(156 nested mandatory elements)
Must-Support: 5 elements
Prohibited: 22 elements

Structures

This structure refers to these other structures:

Extensions

This structure refers to these extensions:

Slices

This structure defines the following Slices:

  • The element 1 is sliced based on the value of Composition.category
  • The element 2 is sliced based on the values of Composition.relatesTo
  • The element 1 is sliced based on the value of Composition.relatesTo.target[x]
  • The element 1 is sliced based on the value of Composition.section (Closed)
  • The element 1 is sliced based on the value of Composition.section.section (Closed)
  • The element 1 is sliced based on the value of Composition.section.section.section (Closed)
  • The element 1 is sliced based on the value of Composition.section.section.section.section (Closed)
  • The element 1 is sliced based on the value of Composition.section.section.section.section.section (Closed)
  • The element 1 is sliced based on the value of Composition.section.section.section.section.section.section (Closed)
  • The element 1 is sliced based on the value of Composition.section.section.section.section.section.section.section (Closed)
  • The element 1 is sliced based on the value of Composition.section.section.section.section.section.section.section.section (Closed)

 

Other representations of profile: CSV, Excel, Schematron