AKTIN Notfalldokumentation
1.0.0 - ballot Germany flag

AKTIN Notfalldokumentation - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

Resource Profile: AKTIN_PR_episodenzusammenfassung_notaufnahmeregister - Detailed Descriptions

Page standards status: Draft Maturity Level: 1

Definitions for the aktin-pr-episodenzusammenfassung-notaufnahmeregister resource profile.

Guidance on how to interpret the contents of this table can be foundhere

0. Composition
Definition

Episodenzusammenfassung Notaufnahmeregister (Composition).

Eine Composition ist ein Satz Informationen mit Gesundheitsbezug, die in einem einzigen logischen Dokument zusammengefasst sind, das eine einzige zusammenhängende Aussage enthält, seinen eigenen Kontext etabliert und über eine klinische Bestätigung hinsichtlich des Urhebers der Aussage verfügt.

Eine Komposition definiert zwar die Struktur, enthält jedoch nicht den Inhalt selbst: Der vollständige Inhalt eines Dokuments ist vielmehr in einem Bundle enthalten, dessen erste enthaltene Ressource die Composition ist.


A set of healthcare-related information that is assembled together into a single logical package that provides a single coherent statement of meaning, establishes its own context and that has clinical attestation with regard to who is making the statement. A Composition defines the structure and narrative content necessary for a document. However, a Composition alone does not constitute a document. Rather, the Composition must be the first entry in a Bundle where Bundle.type=document, and any other resources referenced from Composition must be included as subsequent entries in the Bundle (for example Patient, Practitioner, Encounter, etc.).

ShortEpisodenzusammenfassung Notaufnahmeregister (Composition)A set of resources composed into a single coherent clinical statement with clinical attestation
Comments

While the focus of this specification is on patient-specific clinical statements, this resource can also apply to other healthcare-related statements such as study protocol designs, healthcare invoices and other activities that are not necessarily patient-specific or clinical.

Control0..*
Is Modifierfalse
Summaryfalse
Invariantsdom-2: If the resource is contained in another resource, it SHALL NOT contain nested Resources (contained.contained.empty())
dom-3: If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource (contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty())
dom-4: If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated (contained.meta.versionId.empty() and contained.meta.lastUpdated.empty())
dom-5: If a resource is contained in another resource, it SHALL NOT have a security label (contained.meta.security.empty())
dom-6: A resource should have narrative for robust management (text.`div`.exists())
2. Composition.implicitRules
Definition

A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.

ShortA set of rules under which this content was created
Comments

Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. Often, when used, the URL is a reference to an implementation guide that defines these special rules as part of it's narrative along with other profiles, value sets, etc.

Control0..1
Typeuri
Is Modifiertrue because This element is labeled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies it's meaning or interpretation
Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
Summarytrue
Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
4. Composition.modifierExtension
Definition

May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

ShortExtensions that cannot be ignored
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Control0..*
TypeExtension
Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the resource that contains them
Summaryfalse
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Alternate Namesextensions, user content
Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
6. Composition.identifier
Definition

A version-independent identifier for the Composition. This identifier stays constant as the composition is changed over time.

ShortBusiness Identifier dieser Episodenzusammenfassung Notaufnahmeregister Version-independent identifier for the Composition
Comments

Similar to ClinicalDocument/setId in CDA. See discussion in resource definition for how these relate.

NoteThis is a business identifier, not a resource identifier (see discussion)
Control0..1
TypeIdentifier
Is Modifierfalse
Summarytrue
Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
8. Composition.status
Definition

The workflow/clinical status of this composition. The status is a marker for the clinical standing of the document.

ShortStatus der Episodenzusammenfassung Notaufnahmeregisterpreliminary | final | amended | entered-in-error
Comments

If a composition is marked as withdrawn, the compositions/documents in the series, or data from the composition or document series, should never be displayed to a user without being clearly marked as untrustworthy. The flag "entered-in-error" is why this element is labeled as a modifier of other elements.

Some reporting work flows require that the original narrative of a final document never be altered; instead, only new narrative can be added. The composition resource has no explicit status for explicitly noting whether this business rule is in effect. This would be handled by an extension if required.

Control1..1
BindingThe codes SHALL be taken from CompositionStatushttp://hl7.org/fhir/ValueSet/composition-status|4.0.1
(required to http://hl7.org/fhir/ValueSet/composition-status|4.0.1)

The workflow/clinical status of the composition.

Typecode
Is Modifiertrue because This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid
Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
Summarytrue
Requirements

Need to be able to mark interim, amended, or withdrawn compositions or documents.

Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
10. Composition.type
Definition

Gibt an dass diese Composition eine "Episodenzusammenfassung Notaufnahmeregister" ist


Specifies the particular kind of composition (e.g. History and Physical, Discharge Summary, Progress Note). This usually equates to the purpose of making the composition.

ShortType der Composition ("Episodenzusammenfassung Notaufnahmeregister")Kind of composition (LOINC if possible)
Comments

For Composition type, LOINC is ubiquitous and strongly endorsed by HL7. Most implementation guides will require a specific LOINC code, or use LOINC as an extensible binding.

Control1..1
BindingThe codes SHOULD be taken from FHIRDocumentTypeCodeshttp://hl7.org/fhir/ValueSet/doc-typecodes
(preferred to http://hl7.org/fhir/ValueSet/doc-typecodes)

Type of a composition.

TypeCodeableConcept
Is Modifierfalse
Summarytrue
Requirements

Key metadata element describing the composition, used in searching/filtering.

Pattern Value{
  "coding" : [{
    "system" : "http://loinc.org",
    "code" : "97663-9",
    "display" : "Emergency medicine Emergency department Discharge summary"
  }]
}
Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
12. Composition.subject
Definition

Für die Episodenzusammenfassung Notaufnahmeregister ist "subject" immer der Patient.


Who or what the composition is about. The composition can be about a person, (patient or healthcare practitioner), a device (e.g. a machine) or even a group of subjects (such as a document about a herd of livestock, or a set of patients that share a common exposure).

ShortPatient der Episodenzusammenfassung NotaufnahmeregisterWho and/or what the composition is about
Comments

For clinical documents, this is usually the patient.

Control10..1
TypeReference(Patient (AKTIN), Resource)
Is Modifierfalse
Summarytrue
Requirements

Essential metadata for searching for the composition. Identifies who and/or what the composition/document is about.

Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
14. Composition.encounter
Definition

Describes the clinical encounter or type of care this documentation is associated with.

ShortContext of the Composition
Control0..1
TypeReference(Aufenthalt (AKTIN), Encounter)
Is Modifierfalse
Summarytrue
Requirements

Provides context for the composition and supports searching.

Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
16. Composition.date
Definition

The composition editing time, when the composition was last logically changed by the author.

ShortDatum der Erstellung der Episodenzusammenfassung NotaufnahmeregisterComposition editing time
Comments

The Last Modified Date on the composition may be after the date of the document was attested without being changed.

Control1..1
TypedateTime
Is Modifierfalse
Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
Summarytrue
Requirements

dateTime is used for tracking, organizing versions and searching. Note that this is the time of authoring. When packaged in a document, Bundle.timestamp is the date of packaging.


dateTime is used for tracking, organizing versions and searching. Note that this is the time of authoring. When packaged in a document, Bundle.timestamp is the date of packaging.

Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
18. Composition.author
Definition

Gibt an, wer für die Informationen in der Episodenzusammenfassung Notaufnahmeregister verantwortlich ist, nicht unbedingt, wer sie eingegeben hat.


Identifies who is responsible for the information in the composition, not necessarily who typed it in.

ShortAutor der Episodenzusammenfassung NotaufnahmeregisterWho and/or what authored the composition
Control1..*
TypeReference(Practitioner, PractitionerRole, Device, Patient, RelatedPerson, Organization)
Is Modifierfalse
Summarytrue
Requirements

Identifies who is responsible for the content.

Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
20. Composition.title
Definition

Offizielle, menschenlesbare Bezeichnung für die Zusammensetzung.

Für dieses Dokument sollte "Episodenzusammenfassung Notaufnahmeregister" oder eine gleichwertige Übersetzung verwendet werden.


Official human-readable label for the composition.

ShortEpisodenzusammenfassung Notaufnahmeregister als Abschluss-DokumentHuman Readable name/title
Comments

For many compositions, the title is the same as the text or a display name of Composition.type (e.g. a "consultation" or "progress note"). Note that CDA does not make title mandatory, but there are no known cases where it is useful for title to be omitted, so it is mandatory here. Feedback on this requirement is welcome during the trial use period.

Control1..1
Typestring
Is Modifierfalse
Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
Must Supporttrue
Summarytrue
Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
22. Composition.section
Definition

Sections für die Episodenzusammenfassung Notaufnahmeregister.


The root of the sections that make up the composition.

ShortSections für die Episodenzusammenfassung NotaufnahmeregisterComposition is broken into sections
Control10..*
TypeBackboneElement
Is Modifierfalse
Must Supporttrue
Summaryfalse
Invariantscmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())
cmp-2: A section can only have an emptyReason if it is empty (emptyReason.empty() or entry.empty())
ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())
cmp-2: A section can only have an emptyReason if it is empty (emptyReason.empty() or entry.empty())
SlicingThis element introduces a set of slices on Composition.section. The slices areUnordered and Open, and can be differentiated using the following discriminators:
  • pattern @ code
  • 24. Composition.section.modifierExtension
    Definition

    May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

    Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

    ShortExtensions that cannot be ignored even if unrecognized
    Comments

    There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

    Control0..*
    TypeExtension
    Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
    Summarytrue
    Requirements

    Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

    Alternate Namesextensions, user content, modifiers
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
    26. Composition.section.code
    Definition

    A code identifying the kind of content contained within the section. This must be consistent with the section title.

    ShortClassification of section (recommended)
    Comments

    The code identifies the section for an automated processor of the document. This is particularly relevant when using profiles to control the structure of the document.

    If the section has content (instead of sub-sections), the section.code does not change the meaning or interpretation of the resource that is the content of the section in the comments for the section.code.

    Control0..1
    BindingFor example codes, see DocumentSectionCodeshttp://hl7.org/fhir/ValueSet/doc-section-codes
    (example to http://hl7.org/fhir/ValueSet/doc-section-codes)

    Classification of a section of a composition/document.

    TypeCodeableConcept
    Is Modifierfalse
    Must Supporttrue
    Summaryfalse
    Requirements

    Provides computable standardized labels to topics within the document.

    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    28. Composition.section.text
    Definition

    A human-readable narrative that contains the attested content of the section, used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative.

    ShortText summary of the section, for human interpretation
    Comments

    Document profiles may define what content should be represented in the narrative to ensure clinical safety.

    Control0..1
    This element is affected by the following invariants: cmp-1
    TypeNarrative
    Is Modifierfalse
    Must Supporttrue
    Summaryfalse
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    30. Composition.section.entry
    Definition

    A reference to the actual resource from which the narrative in the section is derived.

    ShortA reference to data that supports this section
    Comments

    If there are no entries in the list, an emptyReason SHOULD be provided.

    Control0..*
    This element is affected by the following invariants: cmp-2
    TypeReference(Resource)
    Is Modifierfalse
    Must Supporttrue
    Summaryfalse
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    32. Composition.section:sectionDemografischeInformationen
    Slice NamesectionDemografischeInformationen
    Definition

    Zusätzliche demografische Informationen zum Patienten


    The root of the sections that make up the composition.

    ShortDemografische Informationen SectionComposition is broken into sections
    Control0..1*
    TypeBackboneElement
    Is Modifierfalse
    Summaryfalse
    Invariantscmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())
    cmp-2: A section can only have an emptyReason if it is empty (emptyReason.empty() or entry.empty())
    ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())
    cmp-2: A section can only have an emptyReason if it is empty (emptyReason.empty() or entry.empty())
    34. Composition.section:sectionDemografischeInformationen.modifierExtension
    Definition

    May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

    Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

    ShortExtensions that cannot be ignored even if unrecognized
    Comments

    There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

    Control0..*
    TypeExtension
    Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
    Summarytrue
    Requirements

    Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

    Alternate Namesextensions, user content, modifiers
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
    36. Composition.section:sectionDemografischeInformationen.title
    Definition

    The label for this particular section. This will be part of the rendered content for the document, and is often used to build a table of contents.

    ShortLabel for section (e.g. for ToC)
    Comments

    The title identifies the section for a human reader. The title must be consistent with the narrative of the resource that is the target of the section.content reference. Generally, sections SHOULD have titles, but in some documents, it is unnecessary or inappropriate. Typically, this is where a section has subsections that have their own adequately distinguishing title, or documents that only have a single section. Most Implementation Guides will make section title to be a required element.

    Control10..1
    Typestring
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summaryfalse
    Requirements

    Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized.

    Alternate Namesheader, label, caption
    Pattern ValueDemographische Informationen
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    38. Composition.section:sectionDemografischeInformationen.code
    Definition

    A code identifying the kind of content contained within the section. This must be consistent with the section title.

    ShortClassification of section (recommended)
    Comments

    The code identifies the section for an automated processor of the document. This is particularly relevant when using profiles to control the structure of the document.

    If the section has content (instead of sub-sections), the section.code does not change the meaning or interpretation of the resource that is the content of the section in the comments for the section.code.

    Control10..1
    BindingFor example codes, see DocumentSectionCodeshttp://hl7.org/fhir/ValueSet/doc-section-codes
    (example to http://hl7.org/fhir/ValueSet/doc-section-codes)

    Classification of a section of a composition/document.

    TypeCodeableConcept
    Is Modifierfalse
    Must Supporttrue
    Summaryfalse
    Requirements

    Provides computable standardized labels to topics within the document.

    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    40. Composition.section:sectionDemografischeInformationen.code.coding
    Definition

    A reference to a code defined by a terminology system.

    ShortCode defined by a terminology system
    Comments

    Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

    Control10..*
    TypeCoding
    Is Modifierfalse
    Summarytrue
    Requirements

    Allows for alternative encodings within a code system, and translations to other code systems.

    Fixed Value{
      "system" : "http://loinc.org",
      "code" : "45970-1",
      "display" : "Demographic information section"
    }
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    42. Composition.section:sectionDemografischeInformationen.code.text
    Definition

    A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user.

    ShortPlain text representation of the concept
    Comments

    Very often the text is the same as a displayName of one of the codings.

    Control0..1
    Typestring
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Requirements

    The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source.

    Pattern ValueDemographische Informationen
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    44. Composition.section:sectionDemografischeInformationen.text
    Definition

    A human-readable narrative that contains the attested content of the section, used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative.

    ShortText summary of the section, for human interpretation
    Comments

    Document profiles may define what content should be represented in the narrative to ensure clinical safety.

    Control10..1
    This element is affected by the following invariants: cmp-1
    TypeNarrative
    Is Modifierfalse
    Must Supporttrue
    Summaryfalse
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    46. Composition.section:sectionDemografischeInformationen.entry
    Definition

    A reference to the actual resource from which the narrative in the section is derived.

    ShortA reference to data that supports this section
    Comments

    If there are no entries in the list, an emptyReason SHOULD be provided.

    Control0..1*
    This element is affected by the following invariants: cmp-2
    TypeReference(Alter Patient (AKTIN), Resource)
    Is Modifierfalse
    Must Supporttrue
    Summaryfalse
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    48. Composition.section:sectionDemografischeInformationen.emptyReason
    Definition

    If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason.

    ShortWhy the section is empty
    Comments

    The various reasons for an empty section make a significant interpretation to its interpretation. Note that this code is for use when the entire section content has been suppressed, and not for when individual items are omitted - implementers may consider using a text note or a flag on an entry in these cases.

    Control0..01
    This element is affected by the following invariants: cmp-2
    BindingThe codes SHOULD be taken from ListEmptyReasonshttp://hl7.org/fhir/ValueSet/list-empty-reason
    (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)

    If a section is empty, why it is empty.

    TypeCodeableConcept
    Is Modifierfalse
    Must Supportfalse
    Summaryfalse
    Requirements

    Allows capturing things like "none exist" or "not asked" which can be important for most lists.

    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    50. Composition.section:sectionZuweisung
    Slice NamesectionZuweisung
    Definition

    Informationen zur Zuweisung


    The root of the sections that make up the composition.

    ShortZuweisung SectionComposition is broken into sections
    Control0..1*
    TypeBackboneElement
    Is Modifierfalse
    Summaryfalse
    Invariantscmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())
    cmp-2: A section can only have an emptyReason if it is empty (emptyReason.empty() or entry.empty())
    ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())
    cmp-2: A section can only have an emptyReason if it is empty (emptyReason.empty() or entry.empty())
    52. Composition.section:sectionZuweisung.modifierExtension
    Definition

    May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

    Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

    ShortExtensions that cannot be ignored even if unrecognized
    Comments

    There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

    Control0..*
    TypeExtension
    Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
    Summarytrue
    Requirements

    Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

    Alternate Namesextensions, user content, modifiers
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
    54. Composition.section:sectionZuweisung.title
    Definition

    The label for this particular section. This will be part of the rendered content for the document, and is often used to build a table of contents.

    ShortLabel for section (e.g. for ToC)
    Comments

    The title identifies the section for a human reader. The title must be consistent with the narrative of the resource that is the target of the section.content reference. Generally, sections SHOULD have titles, but in some documents, it is unnecessary or inappropriate. Typically, this is where a section has subsections that have their own adequately distinguishing title, or documents that only have a single section. Most Implementation Guides will make section title to be a required element.

    Control10..1
    Typestring
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summaryfalse
    Requirements

    Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized.

    Alternate Namesheader, label, caption
    Pattern ValueZuweisung
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    56. Composition.section:sectionZuweisung.code
    Definition

    A code identifying the kind of content contained within the section. This must be consistent with the section title.

    ShortClassification of section (recommended)
    Comments

    The code identifies the section for an automated processor of the document. This is particularly relevant when using profiles to control the structure of the document.

    If the section has content (instead of sub-sections), the section.code does not change the meaning or interpretation of the resource that is the content of the section in the comments for the section.code.

    Control10..1
    BindingFor example codes, see DocumentSectionCodeshttp://hl7.org/fhir/ValueSet/doc-section-codes
    (example to http://hl7.org/fhir/ValueSet/doc-section-codes)

    Classification of a section of a composition/document.

    TypeCodeableConcept
    Is Modifierfalse
    Must Supporttrue
    Summaryfalse
    Requirements

    Provides computable standardized labels to topics within the document.

    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    58. Composition.section:sectionZuweisung.code.coding
    Definition

    A reference to a code defined by a terminology system.

    ShortCode defined by a terminology system
    Comments

    Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

    Control10..*
    TypeCoding
    Is Modifierfalse
    Summarytrue
    Requirements

    Allows for alternative encodings within a code system, and translations to other code systems.

    Fixed Value{
      "system" : "http://loinc.org",
      "code" : "11293-8",
      "display" : "Type of Referral source"
    }
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    60. Composition.section:sectionZuweisung.code.text
    Definition

    A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user.

    ShortPlain text representation of the concept
    Comments

    Very often the text is the same as a displayName of one of the codings.

    Control0..1
    Typestring
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Requirements

    The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source.

    Pattern ValueZuweisung
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    62. Composition.section:sectionZuweisung.text
    Definition

    A human-readable narrative that contains the attested content of the section, used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative.

    ShortText summary of the section, for human interpretation
    Comments

    Document profiles may define what content should be represented in the narrative to ensure clinical safety.

    Control10..1
    This element is affected by the following invariants: cmp-1
    TypeNarrative
    Is Modifierfalse
    Must Supporttrue
    Summaryfalse
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    64. Composition.section:sectionZuweisung.entry
    Definition

    A reference to the actual resource from which the narrative in the section is derived.

    ShortA reference to data that supports this section
    Comments

    If there are no entries in the list, an emptyReason SHOULD be provided.

    Control0..1*
    This element is affected by the following invariants: cmp-2
    TypeReference(Zuweisung (AKTIN), Resource)
    Is Modifierfalse
    Must Supporttrue
    Summaryfalse
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    66. Composition.section:sectionZuweisung.emptyReason
    Definition

    If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason.

    ShortWhy the section is empty
    Comments

    The various reasons for an empty section make a significant interpretation to its interpretation. Note that this code is for use when the entire section content has been suppressed, and not for when individual items are omitted - implementers may consider using a text note or a flag on an entry in these cases.

    Control0..01
    This element is affected by the following invariants: cmp-2
    BindingThe codes SHOULD be taken from ListEmptyReasonshttp://hl7.org/fhir/ValueSet/list-empty-reason
    (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)

    If a section is empty, why it is empty.

    TypeCodeableConcept
    Is Modifierfalse
    Must Supportfalse
    Summaryfalse
    Requirements

    Allows capturing things like "none exist" or "not asked" which can be important for most lists.

    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    68. Composition.section:sectionTransportmittel
    Slice NamesectionTransportmittel
    Definition

    Informationen zum Transportmittel


    The root of the sections that make up the composition.

    ShortTransportmittel SectionComposition is broken into sections
    Control0..1*
    TypeBackboneElement
    Is Modifierfalse
    Summaryfalse
    Invariantscmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())
    cmp-2: A section can only have an emptyReason if it is empty (emptyReason.empty() or entry.empty())
    ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())
    cmp-2: A section can only have an emptyReason if it is empty (emptyReason.empty() or entry.empty())
    70. Composition.section:sectionTransportmittel.modifierExtension
    Definition

    May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

    Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

    ShortExtensions that cannot be ignored even if unrecognized
    Comments

    There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

    Control0..*
    TypeExtension
    Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
    Summarytrue
    Requirements

    Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

    Alternate Namesextensions, user content, modifiers
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
    72. Composition.section:sectionTransportmittel.title
    Definition

    The label for this particular section. This will be part of the rendered content for the document, and is often used to build a table of contents.

    ShortLabel for section (e.g. for ToC)
    Comments

    The title identifies the section for a human reader. The title must be consistent with the narrative of the resource that is the target of the section.content reference. Generally, sections SHOULD have titles, but in some documents, it is unnecessary or inappropriate. Typically, this is where a section has subsections that have their own adequately distinguishing title, or documents that only have a single section. Most Implementation Guides will make section title to be a required element.

    Control10..1
    Typestring
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summaryfalse
    Requirements

    Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized.

    Alternate Namesheader, label, caption
    Pattern ValueTransportmittel
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    74. Composition.section:sectionTransportmittel.code
    Definition

    A code identifying the kind of content contained within the section. This must be consistent with the section title.

    ShortClassification of section (recommended)
    Comments

    The code identifies the section for an automated processor of the document. This is particularly relevant when using profiles to control the structure of the document.

    If the section has content (instead of sub-sections), the section.code does not change the meaning or interpretation of the resource that is the content of the section in the comments for the section.code.

    Control10..1
    BindingFor example codes, see DocumentSectionCodeshttp://hl7.org/fhir/ValueSet/doc-section-codes
    (example to http://hl7.org/fhir/ValueSet/doc-section-codes)

    Classification of a section of a composition/document.

    TypeCodeableConcept
    Is Modifierfalse
    Must Supporttrue
    Summaryfalse
    Requirements

    Provides computable standardized labels to topics within the document.

    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    76. Composition.section:sectionTransportmittel.code.coding
    Definition

    A reference to a code defined by a terminology system.

    ShortCode defined by a terminology system
    Comments

    Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

    Control10..*
    TypeCoding
    Is Modifierfalse
    Summarytrue
    Requirements

    Allows for alternative encodings within a code system, and translations to other code systems.

    Fixed Value{
      "system" : "http://loinc.org",
      "code" : "11459-5",
      "display" : "Transport mode EMS system"
    }
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    78. Composition.section:sectionTransportmittel.code.text
    Definition

    A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user.

    ShortPlain text representation of the concept
    Comments

    Very often the text is the same as a displayName of one of the codings.

    Control0..1
    Typestring
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Requirements

    The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source.

    Pattern ValueTransportmittel
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    80. Composition.section:sectionTransportmittel.text
    Definition

    A human-readable narrative that contains the attested content of the section, used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative.

    ShortText summary of the section, for human interpretation
    Comments

    Document profiles may define what content should be represented in the narrative to ensure clinical safety.

    Control10..1
    This element is affected by the following invariants: cmp-1
    TypeNarrative
    Is Modifierfalse
    Must Supporttrue
    Summaryfalse
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    82. Composition.section:sectionTransportmittel.entry
    Definition

    Transportmittel


    A reference to the actual resource from which the narrative in the section is derived.

    ShortTransportmittelA reference to data that supports this section
    Comments

    If there are no entries in the list, an emptyReason SHOULD be provided.

    Control20..*
    This element is affected by the following invariants: cmp-2
    TypeReference(Resource)
    Is Modifierfalse
    Must Supporttrue
    Summaryfalse
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    SlicingThis element introduces a set of slices on Composition.section.entry. The slices areUnordered and Open, and can be differentiated using the following discriminators:
    • type @ resolve()
    • 84. Composition.section:sectionTransportmittel.entry:Transportmethode
      Slice NameTransportmethode
      Definition

      Transportmethode


      A reference to the actual resource from which the narrative in the section is derived.

      ShortTransportmethodeA reference to data that supports this section
      Comments

      If there are no entries in the list, an emptyReason SHOULD be provided.

      Control0..1*
      This element is affected by the following invariants: cmp-2
      TypeReference(Transportmittel (AKTIN), Resource)
      Is Modifierfalse
      Summaryfalse
      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      86. Composition.section:sectionTransportmittel.entry:MedizinischeBegleitung
      Slice NameMedizinischeBegleitung
      Definition

      Medizinische Begleitung


      A reference to the actual resource from which the narrative in the section is derived.

      ShortMedizinische BegleitungA reference to data that supports this section
      Comments

      If there are no entries in the list, an emptyReason SHOULD be provided.

      Control0..1*
      This element is affected by the following invariants: cmp-2
      TypeReference(Medizinische Begleitung (AKTIN), Resource)
      Is Modifierfalse
      Summaryfalse
      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      88. Composition.section:sectionTransportmittel.emptyReason
      Definition

      If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason.

      ShortWhy the section is empty
      Comments

      The various reasons for an empty section make a significant interpretation to its interpretation. Note that this code is for use when the entire section content has been suppressed, and not for when individual items are omitted - implementers may consider using a text note or a flag on an entry in these cases.

      Control0..01
      This element is affected by the following invariants: cmp-2
      BindingThe codes SHOULD be taken from ListEmptyReasonshttp://hl7.org/fhir/ValueSet/list-empty-reason
      (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)

      If a section is empty, why it is empty.

      TypeCodeableConcept
      Is Modifierfalse
      Must Supportfalse
      Summaryfalse
      Requirements

      Allows capturing things like "none exist" or "not asked" which can be important for most lists.

      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      90. Composition.section:sectionWiedervorstellung
      Slice NamesectionWiedervorstellung
      Definition

      Informationen zur Wiedervorstellung


      The root of the sections that make up the composition.

      ShortWiedervorstellung SectionComposition is broken into sections
      Control0..1*
      TypeBackboneElement
      Is Modifierfalse
      Summaryfalse
      Invariantscmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())
      cmp-2: A section can only have an emptyReason if it is empty (emptyReason.empty() or entry.empty())
      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())
      cmp-2: A section can only have an emptyReason if it is empty (emptyReason.empty() or entry.empty())
      92. Composition.section:sectionWiedervorstellung.modifierExtension
      Definition

      May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

      Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

      ShortExtensions that cannot be ignored even if unrecognized
      Comments

      There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

      Control0..*
      TypeExtension
      Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
      Summarytrue
      Requirements

      Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

      Alternate Namesextensions, user content, modifiers
      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
      94. Composition.section:sectionWiedervorstellung.title
      Definition

      The label for this particular section. This will be part of the rendered content for the document, and is often used to build a table of contents.

      ShortLabel for section (e.g. for ToC)
      Comments

      The title identifies the section for a human reader. The title must be consistent with the narrative of the resource that is the target of the section.content reference. Generally, sections SHOULD have titles, but in some documents, it is unnecessary or inappropriate. Typically, this is where a section has subsections that have their own adequately distinguishing title, or documents that only have a single section. Most Implementation Guides will make section title to be a required element.

      Control10..1
      Typestring
      Is Modifierfalse
      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
      Summaryfalse
      Requirements

      Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized.

      Alternate Namesheader, label, caption
      Pattern ValueWiedervorstellung
      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      96. Composition.section:sectionWiedervorstellung.code
      Definition

      A code identifying the kind of content contained within the section. This must be consistent with the section title.

      ShortClassification of section (recommended)
      Comments

      The code identifies the section for an automated processor of the document. This is particularly relevant when using profiles to control the structure of the document.

      If the section has content (instead of sub-sections), the section.code does not change the meaning or interpretation of the resource that is the content of the section in the comments for the section.code.

      Control10..1
      BindingFor example codes, see DocumentSectionCodeshttp://hl7.org/fhir/ValueSet/doc-section-codes
      (example to http://hl7.org/fhir/ValueSet/doc-section-codes)

      Classification of a section of a composition/document.

      TypeCodeableConcept
      Is Modifierfalse
      Must Supporttrue
      Summaryfalse
      Requirements

      Provides computable standardized labels to topics within the document.

      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      98. Composition.section:sectionWiedervorstellung.code.coding
      Definition

      A reference to a code defined by a terminology system.

      ShortCode defined by a terminology system
      Comments

      Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

      Control10..*
      TypeCoding
      Is Modifierfalse
      Summarytrue
      Requirements

      Allows for alternative encodings within a code system, and translations to other code systems.

      Fixed Value{
        "system" : "http://loinc.org",
        "code" : "LA21590-7",
        "display" : "Follow-up visit"
      }
      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      100. Composition.section:sectionWiedervorstellung.code.text
      Definition

      A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user.

      ShortPlain text representation of the concept
      Comments

      Very often the text is the same as a displayName of one of the codings.

      Control0..1
      Typestring
      Is Modifierfalse
      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
      Summarytrue
      Requirements

      The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source.

      Pattern ValueWiedervorstellung
      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      102. Composition.section:sectionWiedervorstellung.text
      Definition

      A human-readable narrative that contains the attested content of the section, used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative.

      ShortText summary of the section, for human interpretation
      Comments

      Document profiles may define what content should be represented in the narrative to ensure clinical safety.

      Control10..1
      This element is affected by the following invariants: cmp-1
      TypeNarrative
      Is Modifierfalse
      Must Supporttrue
      Summaryfalse
      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      104. Composition.section:sectionWiedervorstellung.entry
      Definition

      Wiedervorstellung


      A reference to the actual resource from which the narrative in the section is derived.

      ShortWiedervorstellungA reference to data that supports this section
      Comments

      If there are no entries in the list, an emptyReason SHOULD be provided.

      Control0..*
      This element is affected by the following invariants: cmp-2
      TypeReference(Resource)
      Is Modifierfalse
      Must Supporttrue
      Summaryfalse
      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      SlicingThis element introduces a set of slices on Composition.section.entry. The slices areUnordered and Open, and can be differentiated using the following discriminators:
      • type @ resolve()
      • 106. Composition.section:sectionWiedervorstellung.entry:Wiedervorstellung
        Slice NameWiedervorstellung
        Definition

        A reference to the actual resource from which the narrative in the section is derived.

        ShortA reference to data that supports this section
        Comments

        If there are no entries in the list, an emptyReason SHOULD be provided.

        Control0..1*
        This element is affected by the following invariants: cmp-2
        TypeReference(Ungeplante Vorstellung zum gleichen Vorstellungsgrund innerhalb von 28 Tagen (AKTIN), Resource)
        Is Modifierfalse
        Summaryfalse
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        108. Composition.section:sectionWiedervorstellung.emptyReason
        Definition

        If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason.

        ShortWhy the section is empty
        Comments

        The various reasons for an empty section make a significant interpretation to its interpretation. Note that this code is for use when the entire section content has been suppressed, and not for when individual items are omitted - implementers may consider using a text note or a flag on an entry in these cases.

        Control0..01
        This element is affected by the following invariants: cmp-2
        BindingThe codes SHOULD be taken from ListEmptyReasonshttp://hl7.org/fhir/ValueSet/list-empty-reason
        (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)

        If a section is empty, why it is empty.

        TypeCodeableConcept
        Is Modifierfalse
        Must Supportfalse
        Summaryfalse
        Requirements

        Allows capturing things like "none exist" or "not asked" which can be important for most lists.

        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        110. Composition.section:sectionErsteinschatzung
        Slice NamesectionErsteinschatzung
        Definition

        Informationen zur Ersteinschätzung


        The root of the sections that make up the composition.

        ShortErsteinschätzung SectionComposition is broken into sections
        Control0..1*
        TypeBackboneElement
        Is Modifierfalse
        Summaryfalse
        Invariantscmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())
        cmp-2: A section can only have an emptyReason if it is empty (emptyReason.empty() or entry.empty())
        ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())
        cmp-2: A section can only have an emptyReason if it is empty (emptyReason.empty() or entry.empty())
        112. Composition.section:sectionErsteinschatzung.modifierExtension
        Definition

        May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

        Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

        ShortExtensions that cannot be ignored even if unrecognized
        Comments

        There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

        Control0..*
        TypeExtension
        Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
        Summarytrue
        Requirements

        Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

        Alternate Namesextensions, user content, modifiers
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
        114. Composition.section:sectionErsteinschatzung.title
        Definition

        The label for this particular section. This will be part of the rendered content for the document, and is often used to build a table of contents.

        ShortLabel for section (e.g. for ToC)
        Comments

        The title identifies the section for a human reader. The title must be consistent with the narrative of the resource that is the target of the section.content reference. Generally, sections SHOULD have titles, but in some documents, it is unnecessary or inappropriate. Typically, this is where a section has subsections that have their own adequately distinguishing title, or documents that only have a single section. Most Implementation Guides will make section title to be a required element.

        Control10..1
        Typestring
        Is Modifierfalse
        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
        Summaryfalse
        Requirements

        Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized.

        Alternate Namesheader, label, caption
        Pattern ValueErsteinschätzung
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        116. Composition.section:sectionErsteinschatzung.code
        Definition

        A code identifying the kind of content contained within the section. This must be consistent with the section title.

        ShortClassification of section (recommended)
        Comments

        The code identifies the section for an automated processor of the document. This is particularly relevant when using profiles to control the structure of the document.

        If the section has content (instead of sub-sections), the section.code does not change the meaning or interpretation of the resource that is the content of the section in the comments for the section.code.

        Control10..1
        BindingFor example codes, see DocumentSectionCodeshttp://hl7.org/fhir/ValueSet/doc-section-codes
        (example to http://hl7.org/fhir/ValueSet/doc-section-codes)

        Classification of a section of a composition/document.

        TypeCodeableConcept
        Is Modifierfalse
        Must Supporttrue
        Summaryfalse
        Requirements

        Provides computable standardized labels to topics within the document.

        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        118. Composition.section:sectionErsteinschatzung.code.coding
        Definition

        A reference to a code defined by a terminology system.

        ShortCode defined by a terminology system
        Comments

        Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

        Control10..*
        TypeCoding
        Is Modifierfalse
        Summarytrue
        Requirements

        Allows for alternative encodings within a code system, and translations to other code systems.

        Fixed Value{
          "system" : "http://loinc.org",
          "code" : "11283-9",
          "display" : "Acuity assessment [Function] at First encounter"
        }
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        120. Composition.section:sectionErsteinschatzung.code.text
        Definition

        A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user.

        ShortPlain text representation of the concept
        Comments

        Very often the text is the same as a displayName of one of the codings.

        Control0..1
        Typestring
        Is Modifierfalse
        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
        Summarytrue
        Requirements

        The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source.

        Pattern ValueErsteinschätzung
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        122. Composition.section:sectionErsteinschatzung.text
        Definition

        A human-readable narrative that contains the attested content of the section, used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative.

        ShortText summary of the section, for human interpretation
        Comments

        Document profiles may define what content should be represented in the narrative to ensure clinical safety.

        Control10..1
        This element is affected by the following invariants: cmp-1
        TypeNarrative
        Is Modifierfalse
        Must Supporttrue
        Summaryfalse
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        124. Composition.section:sectionErsteinschatzung.entry
        Definition

        Ersteinschatzung


        A reference to the actual resource from which the narrative in the section is derived.

        ShortErsteinschatzungA reference to data that supports this section
        Comments

        If there are no entries in the list, an emptyReason SHOULD be provided.

        Control10..*
        This element is affected by the following invariants: cmp-2
        TypeReference(Resource)
        Is Modifierfalse
        Must Supporttrue
        Summaryfalse
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        SlicingThis element introduces a set of slices on Composition.section.entry. The slices areUnordered and Open, and can be differentiated using the following discriminators:
        • type @ resolve()
        • 126. Composition.section:sectionErsteinschatzung.entry:Ersteinschatzung
          Slice NameErsteinschatzung
          Definition

          Ersteinschätzung


          A reference to the actual resource from which the narrative in the section is derived.

          ShortErsteinschätzungA reference to data that supports this section
          Comments

          If there are no entries in the list, an emptyReason SHOULD be provided.

          Control10..1*
          This element is affected by the following invariants: cmp-2
          TypeReference(Ergebnis der Ersteinschätzung (AKTIN), Resource)
          Is Modifierfalse
          Summaryfalse
          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
          128. Composition.section:sectionErsteinschatzung.entry:Manchester
          Slice NameManchester
          Definition

          Manchester Triage System


          A reference to the actual resource from which the narrative in the section is derived.

          ShortManchester Triage SystemA reference to data that supports this section
          Comments

          If there are no entries in the list, an emptyReason SHOULD be provided.

          Control0..1*
          This element is affected by the following invariants: cmp-2
          TypeReference(Manchester Triage System (AKTIN), Resource)
          Is Modifierfalse
          Summaryfalse
          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
          130. Composition.section:sectionErsteinschatzung.entry:ESITriage
          Slice NameESITriage
          Definition

          ESI Triage


          A reference to the actual resource from which the narrative in the section is derived.

          ShortESI TriageA reference to data that supports this section
          Comments

          If there are no entries in the list, an emptyReason SHOULD be provided.

          Control0..1*
          This element is affected by the following invariants: cmp-2
          TypeReference(ESI-Triage (AKTIN), Resource)
          Is Modifierfalse
          Summaryfalse
          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
          132. Composition.section:sectionErsteinschatzung.emptyReason
          Definition

          If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason.

          ShortWhy the section is empty
          Comments

          The various reasons for an empty section make a significant interpretation to its interpretation. Note that this code is for use when the entire section content has been suppressed, and not for when individual items are omitted - implementers may consider using a text note or a flag on an entry in these cases.

          Control0..01
          This element is affected by the following invariants: cmp-2
          BindingThe codes SHOULD be taken from ListEmptyReasonshttp://hl7.org/fhir/ValueSet/list-empty-reason
          (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)

          If a section is empty, why it is empty.

          TypeCodeableConcept
          Is Modifierfalse
          Must Supportfalse
          Summaryfalse
          Requirements

          Allows capturing things like "none exist" or "not asked" which can be important for most lists.

          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
          134. Composition.section:sectionNotfallanamnese
          Slice NamesectionNotfallanamnese
          Definition

          Notfallanamnese


          The root of the sections that make up the composition.

          ShortNotfallanamnese SectionComposition is broken into sections
          Control0..1*
          TypeBackboneElement
          Is Modifierfalse
          Summaryfalse
          Invariantscmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())
          cmp-2: A section can only have an emptyReason if it is empty (emptyReason.empty() or entry.empty())
          ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
          cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())
          cmp-2: A section can only have an emptyReason if it is empty (emptyReason.empty() or entry.empty())
          136. Composition.section:sectionNotfallanamnese.modifierExtension
          Definition

          May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

          Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

          ShortExtensions that cannot be ignored even if unrecognized
          Comments

          There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

          Control0..*
          TypeExtension
          Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
          Summarytrue
          Requirements

          Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

          Alternate Namesextensions, user content, modifiers
          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
          138. Composition.section:sectionNotfallanamnese.title
          Definition

          The label for this particular section. This will be part of the rendered content for the document, and is often used to build a table of contents.

          ShortLabel for section (e.g. for ToC)
          Comments

          The title identifies the section for a human reader. The title must be consistent with the narrative of the resource that is the target of the section.content reference. Generally, sections SHOULD have titles, but in some documents, it is unnecessary or inappropriate. Typically, this is where a section has subsections that have their own adequately distinguishing title, or documents that only have a single section. Most Implementation Guides will make section title to be a required element.

          Control10..1
          Typestring
          Is Modifierfalse
          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
          Summaryfalse
          Requirements

          Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized.

          Alternate Namesheader, label, caption
          Pattern ValueNotfallanamnese
          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
          140. Composition.section:sectionNotfallanamnese.code
          Definition

          A code identifying the kind of content contained within the section. This must be consistent with the section title.

          ShortClassification of section (recommended)
          Comments

          The code identifies the section for an automated processor of the document. This is particularly relevant when using profiles to control the structure of the document.

          If the section has content (instead of sub-sections), the section.code does not change the meaning or interpretation of the resource that is the content of the section in the comments for the section.code.

          Control10..1
          BindingFor example codes, see DocumentSectionCodeshttp://hl7.org/fhir/ValueSet/doc-section-codes
          (example to http://hl7.org/fhir/ValueSet/doc-section-codes)

          Classification of a section of a composition/document.

          TypeCodeableConcept
          Is Modifierfalse
          Must Supporttrue
          Summaryfalse
          Requirements

          Provides computable standardized labels to topics within the document.

          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
          142. Composition.section:sectionNotfallanamnese.code.coding
          Definition

          A reference to a code defined by a terminology system.

          ShortCode defined by a terminology system
          Comments

          Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

          Control10..*
          TypeCoding
          Is Modifierfalse
          Summarytrue
          Requirements

          Allows for alternative encodings within a code system, and translations to other code systems.

          Fixed Value{
            "system" : "http://loinc.org",
            "code" : "10164-2",
            "display" : "History of Present illness Narrative"
          }
          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
          144. Composition.section:sectionNotfallanamnese.code.text
          Definition

          A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user.

          ShortPlain text representation of the concept
          Comments

          Very often the text is the same as a displayName of one of the codings.

          Control0..1
          Typestring
          Is Modifierfalse
          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
          Summarytrue
          Requirements

          The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source.

          Pattern ValueNotfallanamnese
          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
          146. Composition.section:sectionNotfallanamnese.text
          Definition

          A human-readable narrative that contains the attested content of the section, used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative.

          ShortText summary of the section, for human interpretation
          Comments

          Document profiles may define what content should be represented in the narrative to ensure clinical safety.

          Control10..1
          This element is affected by the following invariants: cmp-1
          TypeNarrative
          Is Modifierfalse
          Must Supporttrue
          Summaryfalse
          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
          148. Composition.section:sectionNotfallanamnese.entry
          Definition

          Notfallanamnese


          A reference to the actual resource from which the narrative in the section is derived.

          ShortNotfallanamneseA reference to data that supports this section
          Comments

          If there are no entries in the list, an emptyReason SHOULD be provided.

          Control0..*
          This element is affected by the following invariants: cmp-2
          TypeReference(Resource)
          Is Modifierfalse
          Must Supporttrue
          Summaryfalse
          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
          SlicingThis element introduces a set of slices on Composition.section.entry. The slices areUnordered and Open, and can be differentiated using the following discriminators:
          • type @ resolve()
          • 150. Composition.section:sectionNotfallanamnese.entry:Cedis
            Slice NameCedis
            Definition

            Cedis


            A reference to the actual resource from which the narrative in the section is derived.

            ShortCedisA reference to data that supports this section
            Comments

            If there are no entries in the list, an emptyReason SHOULD be provided.

            Control0..1*
            This element is affected by the following invariants: cmp-2
            TypeReference(Beschwerden bei Vorstellung CEDIS (AKTIN), Resource)
            Is Modifierfalse
            Summaryfalse
            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
            152. Composition.section:sectionNotfallanamnese.entry:Unfallursache
            Slice NameUnfallursache
            Definition

            Unfallursache


            A reference to the actual resource from which the narrative in the section is derived.

            ShortUnfallursacheA reference to data that supports this section
            Comments

            If there are no entries in the list, an emptyReason SHOULD be provided.

            Control0..1*
            This element is affected by the following invariants: cmp-2
            TypeReference(Unfallursache (AKTIN), Resource)
            Is Modifierfalse
            Summaryfalse
            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
            154. Composition.section:sectionNotfallanamnese.entry:Unfallkinetik
            Slice NameUnfallkinetik
            Definition

            Unfallkinetik


            A reference to the actual resource from which the narrative in the section is derived.

            ShortUnfallkinetikA reference to data that supports this section
            Comments

            If there are no entries in the list, an emptyReason SHOULD be provided.

            Control0..1*
            This element is affected by the following invariants: cmp-2
            TypeReference(Unfallkinetik (AKTIN), Resource)
            Is Modifierfalse
            Summaryfalse
            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
            156. Composition.section:sectionNotfallanamnese.entry:Unfallart
            Slice NameUnfallart
            Definition

            Unfallart


            A reference to the actual resource from which the narrative in the section is derived.

            ShortUnfallartA reference to data that supports this section
            Comments

            If there are no entries in the list, an emptyReason SHOULD be provided.

            Control0..1*
            This element is affected by the following invariants: cmp-2
            TypeReference(Unfallart TraumaRegister (AKTIN), Resource)
            Is Modifierfalse
            Summaryfalse
            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
            158. Composition.section:sectionNotfallanamnese.entry:Substanzeinfluss
            Slice NameSubstanzeinfluss
            Definition

            Substanzeinfluss


            A reference to the actual resource from which the narrative in the section is derived.

            ShortSubstanzeinflussA reference to data that supports this section
            Comments

            If there are no entries in the list, an emptyReason SHOULD be provided.

            Control0..1*
            This element is affected by the following invariants: cmp-2
            TypeReference(Verdacht auf Alkohol-, Drogen-, Medikamenteneinfluss? (AKTIN), Resource)
            Is Modifierfalse
            Summaryfalse
            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
            160. Composition.section:sectionNotfallanamnese.emptyReason
            Definition

            If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason.

            ShortWhy the section is empty
            Comments

            The various reasons for an empty section make a significant interpretation to its interpretation. Note that this code is for use when the entire section content has been suppressed, and not for when individual items are omitted - implementers may consider using a text note or a flag on an entry in these cases.

            Control0..01
            This element is affected by the following invariants: cmp-2
            BindingThe codes SHOULD be taken from ListEmptyReasonshttp://hl7.org/fhir/ValueSet/list-empty-reason
            (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)

            If a section is empty, why it is empty.

            TypeCodeableConcept
            Is Modifierfalse
            Must Supportfalse
            Summaryfalse
            Requirements

            Allows capturing things like "none exist" or "not asked" which can be important for most lists.

            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
            162. Composition.section:sectionVitalparameter
            Slice NamesectionVitalparameter
            Definition

            Vitalparameter und Scores


            The root of the sections that make up the composition.

            ShortVitalparameter/Scores SectionComposition is broken into sections
            Control0..1*
            TypeBackboneElement
            Is Modifierfalse
            Summaryfalse
            Invariantscmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())
            cmp-2: A section can only have an emptyReason if it is empty (emptyReason.empty() or entry.empty())
            ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
            cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())
            cmp-2: A section can only have an emptyReason if it is empty (emptyReason.empty() or entry.empty())
            164. Composition.section:sectionVitalparameter.modifierExtension
            Definition

            May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

            Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

            ShortExtensions that cannot be ignored even if unrecognized
            Comments

            There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

            Control0..*
            TypeExtension
            Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
            Summarytrue
            Requirements

            Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

            Alternate Namesextensions, user content, modifiers
            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
            166. Composition.section:sectionVitalparameter.title
            Definition

            The label for this particular section. This will be part of the rendered content for the document, and is often used to build a table of contents.

            ShortLabel for section (e.g. for ToC)
            Comments

            The title identifies the section for a human reader. The title must be consistent with the narrative of the resource that is the target of the section.content reference. Generally, sections SHOULD have titles, but in some documents, it is unnecessary or inappropriate. Typically, this is where a section has subsections that have their own adequately distinguishing title, or documents that only have a single section. Most Implementation Guides will make section title to be a required element.

            Control10..1
            Typestring
            Is Modifierfalse
            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
            Summaryfalse
            Requirements

            Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized.

            Alternate Namesheader, label, caption
            Pattern ValueVitalparameter/Scores
            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
            168. Composition.section:sectionVitalparameter.code
            Definition

            A code identifying the kind of content contained within the section. This must be consistent with the section title.

            ShortClassification of section (recommended)
            Comments

            The code identifies the section for an automated processor of the document. This is particularly relevant when using profiles to control the structure of the document.

            If the section has content (instead of sub-sections), the section.code does not change the meaning or interpretation of the resource that is the content of the section in the comments for the section.code.

            Control10..1
            BindingFor example codes, see DocumentSectionCodeshttp://hl7.org/fhir/ValueSet/doc-section-codes
            (example to http://hl7.org/fhir/ValueSet/doc-section-codes)

            Classification of a section of a composition/document.

            TypeCodeableConcept
            Is Modifierfalse
            Must Supporttrue
            Summaryfalse
            Requirements

            Provides computable standardized labels to topics within the document.

            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
            170. Composition.section:sectionVitalparameter.code.coding
            Definition

            A reference to a code defined by a terminology system.

            ShortCode defined by a terminology system
            Comments

            Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

            Control10..*
            TypeCoding
            Is Modifierfalse
            Summarytrue
            Requirements

            Allows for alternative encodings within a code system, and translations to other code systems.

            Fixed Value{
              "system" : "http://loinc.org",
              "code" : "8716-3",
              "display" : "Vital signs"
            }
            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
            172. Composition.section:sectionVitalparameter.code.text
            Definition

            A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user.

            ShortPlain text representation of the concept
            Comments

            Very often the text is the same as a displayName of one of the codings.

            Control0..1
            Typestring
            Is Modifierfalse
            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
            Summarytrue
            Requirements

            The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source.

            Pattern ValueVitalparameter/Scores
            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
            174. Composition.section:sectionVitalparameter.text
            Definition

            A human-readable narrative that contains the attested content of the section, used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative.

            ShortText summary of the section, for human interpretation
            Comments

            Document profiles may define what content should be represented in the narrative to ensure clinical safety.

            Control10..1
            This element is affected by the following invariants: cmp-1
            TypeNarrative
            Is Modifierfalse
            Must Supporttrue
            Summaryfalse
            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
            176. Composition.section:sectionVitalparameter.entry
            Definition

            Vitalparameter


            A reference to the actual resource from which the narrative in the section is derived.

            ShortVitalparameterA reference to data that supports this section
            Comments

            If there are no entries in the list, an emptyReason SHOULD be provided.

            Control0..*
            This element is affected by the following invariants: cmp-2
            TypeReference(Resource)
            Is Modifierfalse
            Must Supporttrue
            Summaryfalse
            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
            SlicingThis element introduces a set of slices on Composition.section.entry. The slices areUnordered and Open, and can be differentiated using the following discriminators:
            • type @ resolve()
            • 178. Composition.section:sectionVitalparameter.entry:Atemfrequenz
              Slice NameAtemfrequenz
              Definition

              Atemfrequenz


              A reference to the actual resource from which the narrative in the section is derived.

              ShortAtemfrequenzA reference to data that supports this section
              Comments

              If there are no entries in the list, an emptyReason SHOULD be provided.

              Control0..1*
              This element is affected by the following invariants: cmp-2
              TypeReference(Atemfrequenz, Resource)
              Is Modifierfalse
              Summaryfalse
              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
              180. Composition.section:sectionVitalparameter.entry:PulsoximetrischeSauerstoffsättigung
              Slice NamePulsoximetrischeSauerstoffsättigung
              Definition

              Pulsoximetrische Sauerstoffsättigung


              A reference to the actual resource from which the narrative in the section is derived.

              ShortPulsoximetrische SauerstoffsättigungA reference to data that supports this section
              Comments

              If there are no entries in the list, an emptyReason SHOULD be provided.

              Control0..1*
              This element is affected by the following invariants: cmp-2
              TypeReference(Pulsoximetrische Sauerstoffsättigung, Resource)
              Is Modifierfalse
              Summaryfalse
              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
              182. Composition.section:sectionVitalparameter.entry:Blutdruck
              Slice NameBlutdruck
              Definition

              Blutdruck


              A reference to the actual resource from which the narrative in the section is derived.

              ShortBlutdruckA reference to data that supports this section
              Comments

              If there are no entries in the list, an emptyReason SHOULD be provided.

              Control0..1*
              This element is affected by the following invariants: cmp-2
              TypeReference(Blutdruck, Resource)
              Is Modifierfalse
              Summaryfalse
              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
              184. Composition.section:sectionVitalparameter.entry:Herzfrequenz
              Slice NameHerzfrequenz
              Definition

              Herzfrequenz


              A reference to the actual resource from which the narrative in the section is derived.

              ShortHerzfrequenzA reference to data that supports this section
              Comments

              If there are no entries in the list, an emptyReason SHOULD be provided.

              Control0..1*
              This element is affected by the following invariants: cmp-2
              TypeReference(Herzfrequenz, Resource)
              Is Modifierfalse
              Summaryfalse
              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
              186. Composition.section:sectionVitalparameter.entry:Pulsfrequenz
              Slice NamePulsfrequenz
              Definition

              Pulsfrequenz


              A reference to the actual resource from which the narrative in the section is derived.

              ShortPulsfrequenzA reference to data that supports this section
              Comments

              If there are no entries in the list, an emptyReason SHOULD be provided.

              Control0..1*
              This element is affected by the following invariants: cmp-2
              TypeReference(Pulsfrequenz, Resource)
              Is Modifierfalse
              Summaryfalse
              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
              188. Composition.section:sectionVitalparameter.entry:Körperkerntemperatur
              Slice NameKörperkerntemperatur
              Definition

              Körperkerntemperatur


              A reference to the actual resource from which the narrative in the section is derived.

              ShortKörperkerntemperaturA reference to data that supports this section
              Comments

              If there are no entries in the list, an emptyReason SHOULD be provided.

              Control0..1*
              This element is affected by the following invariants: cmp-2
              TypeReference(Körperkerntemperatur, Resource)
              Is Modifierfalse
              Summaryfalse
              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
              190. Composition.section:sectionVitalparameter.entry:GlasgowComaScale
              Slice NameGlasgowComaScale
              Definition

              Glasgow Coma Scale


              A reference to the actual resource from which the narrative in the section is derived.

              ShortGlasgow Coma ScaleA reference to data that supports this section
              Comments

              If there are no entries in the list, an emptyReason SHOULD be provided.

              Control0..1*
              This element is affected by the following invariants: cmp-2
              TypeReference(Glasgow Coma Scale (GCS), Resource)
              Is Modifierfalse
              Summaryfalse
              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
              192. Composition.section:sectionVitalparameter.entry:Schmerz
              Slice NameSchmerz
              Definition

              Schmerz


              A reference to the actual resource from which the narrative in the section is derived.

              ShortSchmerzA reference to data that supports this section
              Comments

              If there are no entries in the list, an emptyReason SHOULD be provided.

              Control0..1*
              This element is affected by the following invariants: cmp-2
              TypeReference(Schmerzmessung, Resource)
              Is Modifierfalse
              Summaryfalse
              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
              194. Composition.section:sectionVitalparameter.entry:NiedrigsteGCSSumme
              Slice NameNiedrigsteGCSSumme
              Definition

              Niedrigste GCS-Summe


              A reference to the actual resource from which the narrative in the section is derived.

              ShortNiedrigste GCS-SummeA reference to data that supports this section
              Comments

              If there are no entries in the list, an emptyReason SHOULD be provided.

              Control0..1*
              This element is affected by the following invariants: cmp-2
              TypeReference(Niedrigste GCS-Summe, Resource)
              Is Modifierfalse
              Summaryfalse
              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
              196. Composition.section:sectionVitalparameter.entry:ErsteSchmerzmessung
              Slice NameErsteSchmerzmessung
              Definition

              Erste Schmerzmessung


              A reference to the actual resource from which the narrative in the section is derived.

              ShortErste SchmerzmessungA reference to data that supports this section
              Comments

              If there are no entries in the list, an emptyReason SHOULD be provided.

              Control0..1*
              This element is affected by the following invariants: cmp-2
              TypeReference(Erste Schmerzmessung, Resource)
              Is Modifierfalse
              Summaryfalse
              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
              198. Composition.section:sectionVitalparameter.emptyReason
              Definition

              If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason.

              ShortWhy the section is empty
              Comments

              The various reasons for an empty section make a significant interpretation to its interpretation. Note that this code is for use when the entire section content has been suppressed, and not for when individual items are omitted - implementers may consider using a text note or a flag on an entry in these cases.

              Control0..01
              This element is affected by the following invariants: cmp-2
              BindingThe codes SHOULD be taken from ListEmptyReasonshttp://hl7.org/fhir/ValueSet/list-empty-reason
              (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)

              If a section is empty, why it is empty.

              TypeCodeableConcept
              Is Modifierfalse
              Must Supportfalse
              Summaryfalse
              Requirements

              Allows capturing things like "none exist" or "not asked" which can be important for most lists.

              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
              200. Composition.section:sectionDiagnostik
              Slice NamesectionDiagnostik
              Definition

              Angeforderte oder durchgeführte Diagnostik


              The root of the sections that make up the composition.

              ShortDiagnostik SectionComposition is broken into sections
              Control0..1*
              TypeBackboneElement
              Is Modifierfalse
              Summaryfalse
              Invariantscmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())
              cmp-2: A section can only have an emptyReason if it is empty (emptyReason.empty() or entry.empty())
              ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
              cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())
              cmp-2: A section can only have an emptyReason if it is empty (emptyReason.empty() or entry.empty())
              202. Composition.section:sectionDiagnostik.modifierExtension
              Definition

              May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

              Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

              ShortExtensions that cannot be ignored even if unrecognized
              Comments

              There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

              Control0..*
              TypeExtension
              Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
              Summarytrue
              Requirements

              Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

              Alternate Namesextensions, user content, modifiers
              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
              204. Composition.section:sectionDiagnostik.title
              Definition

              The label for this particular section. This will be part of the rendered content for the document, and is often used to build a table of contents.

              ShortLabel for section (e.g. for ToC)
              Comments

              The title identifies the section for a human reader. The title must be consistent with the narrative of the resource that is the target of the section.content reference. Generally, sections SHOULD have titles, but in some documents, it is unnecessary or inappropriate. Typically, this is where a section has subsections that have their own adequately distinguishing title, or documents that only have a single section. Most Implementation Guides will make section title to be a required element.

              Control10..1
              Typestring
              Is Modifierfalse
              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
              Summaryfalse
              Requirements

              Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized.

              Alternate Namesheader, label, caption
              Pattern ValueDiagnostik
              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
              206. Composition.section:sectionDiagnostik.code
              Definition

              A code identifying the kind of content contained within the section. This must be consistent with the section title.

              ShortClassification of section (recommended)
              Comments

              The code identifies the section for an automated processor of the document. This is particularly relevant when using profiles to control the structure of the document.

              If the section has content (instead of sub-sections), the section.code does not change the meaning or interpretation of the resource that is the content of the section in the comments for the section.code.

              Control10..1
              BindingFor example codes, see DocumentSectionCodeshttp://hl7.org/fhir/ValueSet/doc-section-codes
              (example to http://hl7.org/fhir/ValueSet/doc-section-codes)

              Classification of a section of a composition/document.

              TypeCodeableConcept
              Is Modifierfalse
              Must Supporttrue
              Summaryfalse
              Requirements

              Provides computable standardized labels to topics within the document.

              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
              208. Composition.section:sectionDiagnostik.code.coding
              Definition

              A reference to a code defined by a terminology system.

              ShortCode defined by a terminology system
              Comments

              Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

              Control10..*
              TypeCoding
              Is Modifierfalse
              Summarytrue
              Requirements

              Allows for alternative encodings within a code system, and translations to other code systems.

              Fixed Value{
                "system" : "http://loinc.org",
                "code" : "30954-2",
                "display" : "Relevant diagnostic tests/laboratory data Narrative"
              }
              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
              210. Composition.section:sectionDiagnostik.code.text
              Definition

              A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user.

              ShortPlain text representation of the concept
              Comments

              Very often the text is the same as a displayName of one of the codings.

              Control0..1
              Typestring
              Is Modifierfalse
              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
              Summarytrue
              Requirements

              The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source.

              Pattern ValueDiagnostik
              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
              212. Composition.section:sectionDiagnostik.text
              Definition

              A human-readable narrative that contains the attested content of the section, used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative.

              ShortText summary of the section, for human interpretation
              Comments

              Document profiles may define what content should be represented in the narrative to ensure clinical safety.

              Control10..1
              This element is affected by the following invariants: cmp-1
              TypeNarrative
              Is Modifierfalse
              Must Supporttrue
              Summaryfalse
              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
              214. Composition.section:sectionDiagnostik.entry
              Definition

              Diagnostik


              A reference to the actual resource from which the narrative in the section is derived.

              ShortDiagnostikA reference to data that supports this section
              Comments

              If there are no entries in the list, an emptyReason SHOULD be provided.

              Control0..*
              This element is affected by the following invariants: cmp-2
              TypeReference(Resource)
              Is Modifierfalse
              Must Supporttrue
              Summaryfalse
              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
              SlicingThis element introduces a set of slices on Composition.section.entry. The slices areUnordered and Open, and can be differentiated using the following discriminators:
              • type @ resolve()
              • 216. Composition.section:sectionDiagnostik.entry:Laboruntersuchungangefordert
                Slice NameLaboruntersuchungangefordert
                Definition

                Laboruntersuchung angefordert


                A reference to the actual resource from which the narrative in the section is derived.

                ShortLaboruntersuchung angefordertA reference to data that supports this section
                Comments

                If there are no entries in the list, an emptyReason SHOULD be provided.

                Control0..1*
                This element is affected by the following invariants: cmp-2
                TypeReference(Laboruntersuchung angefordert (AKTIN), Resource)
                Is Modifierfalse
                Summaryfalse
                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                218. Composition.section:sectionDiagnostik.entry:Mikrobiologieangefordert
                Slice NameMikrobiologieangefordert
                Definition

                Mikrobiologie angefordert


                A reference to the actual resource from which the narrative in the section is derived.

                ShortMikrobiologie angefordertA reference to data that supports this section
                Comments

                If there are no entries in the list, an emptyReason SHOULD be provided.

                Control0..1*
                This element is affected by the following invariants: cmp-2
                TypeReference(Mikrobiologie angefordert (AKTIN), Resource)
                Is Modifierfalse
                Summaryfalse
                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                220. Composition.section:sectionDiagnostik.entry:BGAangefordert
                Slice NameBGAangefordert
                Definition

                BGA angefordert


                A reference to the actual resource from which the narrative in the section is derived.

                ShortBGA angefordertA reference to data that supports this section
                Comments

                If there are no entries in the list, an emptyReason SHOULD be provided.

                Control0..1*
                This element is affected by the following invariants: cmp-2
                TypeReference(BGA angefordert (AKTIN), Resource)
                Is Modifierfalse
                Summaryfalse
                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                222. Composition.section:sectionDiagnostik.entry:EKGangefordert
                Slice NameEKGangefordert
                Definition

                EKG angefordert


                A reference to the actual resource from which the narrative in the section is derived.

                ShortEKG angefordertA reference to data that supports this section
                Comments

                If there are no entries in the list, an emptyReason SHOULD be provided.

                Control0..1*
                This element is affected by the following invariants: cmp-2
                TypeReference(EKG angefordert (AKTIN), Resource)
                Is Modifierfalse
                Summaryfalse
                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                224. Composition.section:sectionDiagnostik.entry:Sonographieangefordert
                Slice NameSonographieangefordert
                Definition

                Sonographie angefordert


                A reference to the actual resource from which the narrative in the section is derived.

                ShortSonographie angefordertA reference to data that supports this section
                Comments

                If there are no entries in the list, an emptyReason SHOULD be provided.

                Control0..1*
                This element is affected by the following invariants: cmp-2
                TypeReference(Sonographie angefordert (AKTIN), Resource)
                Is Modifierfalse
                Summaryfalse
                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                226. Composition.section:sectionDiagnostik.entry:Rontgenthoraxangefordert
                Slice NameRontgenthoraxangefordert
                Definition

                Röntgenthorax angefordert


                A reference to the actual resource from which the narrative in the section is derived.

                ShortRöntgenthorax angefordertA reference to data that supports this section
                Comments

                If there are no entries in the list, an emptyReason SHOULD be provided.

                Control0..1*
                This element is affected by the following invariants: cmp-2
                TypeReference(Röntgenthorax angefordert (AKTIN), Resource)
                Is Modifierfalse
                Summaryfalse
                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                228. Composition.section:sectionDiagnostik.entry:RontgenThoraxdurchgefuhrt
                Slice NameRontgenThoraxdurchgefuhrt
                Definition

                Röntgen-Thorax durchgeführt


                A reference to the actual resource from which the narrative in the section is derived.

                ShortRöntgen-Thorax durchgeführtA reference to data that supports this section
                Comments

                If there are no entries in the list, an emptyReason SHOULD be provided.

                Control0..1*
                This element is affected by the following invariants: cmp-2
                TypeReference(Röntgen-Thorax durchgeführt (AKTIN), Resource)
                Is Modifierfalse
                Summaryfalse
                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                230. Composition.section:sectionDiagnostik.entry:RontgenBeckendurchgefuhrt
                Slice NameRontgenBeckendurchgefuhrt
                Definition

                Röntgen-Becken durchgeführt


                A reference to the actual resource from which the narrative in the section is derived.

                ShortRöntgen-Becken durchgeführtA reference to data that supports this section
                Comments

                If there are no entries in the list, an emptyReason SHOULD be provided.

                Control0..1*
                This element is affected by the following invariants: cmp-2
                TypeReference(Röntgen-Becken durchgeführt (AKTIN), Resource)
                Is Modifierfalse
                Summaryfalse
                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                232. Composition.section:sectionDiagnostik.entry:RontgenWirbelsauledurchgefuhrt
                Slice NameRontgenWirbelsauledurchgefuhrt
                Definition

                Röntgen-Wirbelsäule durchgeführt


                A reference to the actual resource from which the narrative in the section is derived.

                ShortRöntgen-Wirbelsäule durchgeführtA reference to data that supports this section
                Comments

                If there are no entries in the list, an emptyReason SHOULD be provided.

                Control0..1*
                This element is affected by the following invariants: cmp-2
                TypeReference(Röntgen-Wirbelsäule durchgeführt (AKTIN), Resource)
                Is Modifierfalse
                Summaryfalse
                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                234. Composition.section:sectionDiagnostik.entry:GanzkorperCTdurchgefuhrt
                Slice NameGanzkorperCTdurchgefuhrt
                Definition

                Ganzkörper-CT durchgeführt


                A reference to the actual resource from which the narrative in the section is derived.

                ShortGanzkörper-CT durchgeführtA reference to data that supports this section
                Comments

                If there are no entries in the list, an emptyReason SHOULD be provided.

                Control0..1*
                This element is affected by the following invariants: cmp-2
                TypeReference(Ganzkörper-CT durchgeführt (AKTIN), Resource)
                Is Modifierfalse
                Summaryfalse
                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                236. Composition.section:sectionDiagnostik.entry:CTKopfdurchgefuhrt
                Slice NameCTKopfdurchgefuhrt
                Definition

                CT Kopf durchgeführt


                A reference to the actual resource from which the narrative in the section is derived.

                ShortCT Kopf durchgeführtA reference to data that supports this section
                Comments

                If there are no entries in the list, an emptyReason SHOULD be provided.

                Control0..1*
                This element is affected by the following invariants: cmp-2
                TypeReference(CT Kopf durchgeführt (AKTIN), Resource)
                Is Modifierfalse
                Summaryfalse
                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                238. Composition.section:sectionDiagnostik.entry:CTHWSdurchgefuhrt
                Slice NameCTHWSdurchgefuhrt
                Definition

                CT HWS durchgeführt


                A reference to the actual resource from which the narrative in the section is derived.

                ShortCT HWS durchgeführtA reference to data that supports this section
                Comments

                If there are no entries in the list, an emptyReason SHOULD be provided.

                Control0..1*
                This element is affected by the following invariants: cmp-2
                TypeReference(CT HWS durchgeführt (AKTIN), Resource)
                Is Modifierfalse
                Summaryfalse
                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                240. Composition.section:sectionDiagnostik.entry:CTThoraxdurchgefuhrt
                Slice NameCTThoraxdurchgefuhrt
                Definition

                CT Thorax durchgeführt


                A reference to the actual resource from which the narrative in the section is derived.

                ShortCT Thorax durchgeführtA reference to data that supports this section
                Comments

                If there are no entries in the list, an emptyReason SHOULD be provided.

                Control0..1*
                This element is affected by the following invariants: cmp-2
                TypeReference(CT Thorax durchgeführt (AKTIN), Resource)
                Is Modifierfalse
                Summaryfalse
                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                242. Composition.section:sectionDiagnostik.entry:CTTAbdomendurchgefuhrt
                Slice NameCTTAbdomendurchgefuhrt
                Definition

                CT Abdomen durchgeführt


                A reference to the actual resource from which the narrative in the section is derived.

                ShortCT Abdomen durchgeführtA reference to data that supports this section
                Comments

                If there are no entries in the list, an emptyReason SHOULD be provided.

                Control0..1*
                This element is affected by the following invariants: cmp-2
                TypeReference(CT Abdomen durchgeführt (AKTIN), Resource)
                Is Modifierfalse
                Summaryfalse
                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                244. Composition.section:sectionDiagnostik.emptyReason
                Definition

                If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason.

                ShortWhy the section is empty
                Comments

                The various reasons for an empty section make a significant interpretation to its interpretation. Note that this code is for use when the entire section content has been suppressed, and not for when individual items are omitted - implementers may consider using a text note or a flag on an entry in these cases.

                Control0..01
                This element is affected by the following invariants: cmp-2
                BindingThe codes SHOULD be taken from ListEmptyReasonshttp://hl7.org/fhir/ValueSet/list-empty-reason
                (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)

                If a section is empty, why it is empty.

                TypeCodeableConcept
                Is Modifierfalse
                Must Supportfalse
                Summaryfalse
                Requirements

                Allows capturing things like "none exist" or "not asked" which can be important for most lists.

                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                246. Composition.section:sectionMassnahmen
                Slice NamesectionMassnahmen
                Definition

                Durchgeführte Maßnahmen


                The root of the sections that make up the composition.

                ShortMaßnahmen SectionComposition is broken into sections
                Control0..1*
                TypeBackboneElement
                Is Modifierfalse
                Summaryfalse
                Invariantscmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())
                cmp-2: A section can only have an emptyReason if it is empty (emptyReason.empty() or entry.empty())
                ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())
                cmp-2: A section can only have an emptyReason if it is empty (emptyReason.empty() or entry.empty())
                248. Composition.section:sectionMassnahmen.modifierExtension
                Definition

                May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                ShortExtensions that cannot be ignored even if unrecognized
                Comments

                There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                Control0..*
                TypeExtension
                Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                Summarytrue
                Requirements

                Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                Alternate Namesextensions, user content, modifiers
                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                250. Composition.section:sectionMassnahmen.title
                Definition

                The label for this particular section. This will be part of the rendered content for the document, and is often used to build a table of contents.

                ShortLabel for section (e.g. for ToC)
                Comments

                The title identifies the section for a human reader. The title must be consistent with the narrative of the resource that is the target of the section.content reference. Generally, sections SHOULD have titles, but in some documents, it is unnecessary or inappropriate. Typically, this is where a section has subsections that have their own adequately distinguishing title, or documents that only have a single section. Most Implementation Guides will make section title to be a required element.

                Control10..1
                Typestring
                Is Modifierfalse
                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                Summaryfalse
                Requirements

                Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized.

                Alternate Namesheader, label, caption
                Pattern ValueProzeduren und Maßnahmen
                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                252. Composition.section:sectionMassnahmen.code
                Definition

                A code identifying the kind of content contained within the section. This must be consistent with the section title.

                ShortClassification of section (recommended)
                Comments

                The code identifies the section for an automated processor of the document. This is particularly relevant when using profiles to control the structure of the document.

                If the section has content (instead of sub-sections), the section.code does not change the meaning or interpretation of the resource that is the content of the section in the comments for the section.code.

                Control10..1
                BindingFor example codes, see DocumentSectionCodeshttp://hl7.org/fhir/ValueSet/doc-section-codes
                (example to http://hl7.org/fhir/ValueSet/doc-section-codes)

                Classification of a section of a composition/document.

                TypeCodeableConcept
                Is Modifierfalse
                Must Supporttrue
                Summaryfalse
                Requirements

                Provides computable standardized labels to topics within the document.

                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                254. Composition.section:sectionMassnahmen.code.coding
                Definition

                A reference to a code defined by a terminology system.

                ShortCode defined by a terminology system
                Comments

                Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                Control10..*
                TypeCoding
                Is Modifierfalse
                Summarytrue
                Requirements

                Allows for alternative encodings within a code system, and translations to other code systems.

                Fixed Value{
                  "system" : "http://loinc.org",
                  "code" : "29554-3",
                  "display" : "Procedure Narrative"
                }
                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                256. Composition.section:sectionMassnahmen.code.text
                Definition

                A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user.

                ShortPlain text representation of the concept
                Comments

                Very often the text is the same as a displayName of one of the codings.

                Control0..1
                Typestring
                Is Modifierfalse
                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                Summarytrue
                Requirements

                The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source.

                Pattern ValueProzeduren und Maßnahmen
                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                258. Composition.section:sectionMassnahmen.text
                Definition

                A human-readable narrative that contains the attested content of the section, used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative.

                ShortText summary of the section, for human interpretation
                Comments

                Document profiles may define what content should be represented in the narrative to ensure clinical safety.

                Control10..1
                This element is affected by the following invariants: cmp-1
                TypeNarrative
                Is Modifierfalse
                Must Supporttrue
                Summaryfalse
                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                260. Composition.section:sectionMassnahmen.entry
                Definition

                Masnahmen


                A reference to the actual resource from which the narrative in the section is derived.

                ShortMasnahmenA reference to data that supports this section
                Comments

                If there are no entries in the list, an emptyReason SHOULD be provided.

                Control0..*
                This element is affected by the following invariants: cmp-2
                TypeReference(Resource)
                Is Modifierfalse
                Must Supporttrue
                Summaryfalse
                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                SlicingThis element introduces a set of slices on Composition.section.entry. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                • type @ resolve()
                • 262. Composition.section:sectionMassnahmen.entry:Isolation
                  Slice NameIsolation
                  Definition

                  Isolation


                  A reference to the actual resource from which the narrative in the section is derived.

                  ShortIsolationA reference to data that supports this section
                  Comments

                  If there are no entries in the list, an emptyReason SHOULD be provided.

                  Control0..1*
                  This element is affected by the following invariants: cmp-2
                  TypeReference(Isolation (AKTIN), Resource)
                  Is Modifierfalse
                  Summaryfalse
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  264. Composition.section:sectionMassnahmen.emptyReason
                  Definition

                  If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason.

                  ShortWhy the section is empty
                  Comments

                  The various reasons for an empty section make a significant interpretation to its interpretation. Note that this code is for use when the entire section content has been suppressed, and not for when individual items are omitted - implementers may consider using a text note or a flag on an entry in these cases.

                  Control0..01
                  This element is affected by the following invariants: cmp-2
                  BindingThe codes SHOULD be taken from ListEmptyReasonshttp://hl7.org/fhir/ValueSet/list-empty-reason
                  (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)

                  If a section is empty, why it is empty.

                  TypeCodeableConcept
                  Is Modifierfalse
                  Must Supportfalse
                  Summaryfalse
                  Requirements

                  Allows capturing things like "none exist" or "not asked" which can be important for most lists.

                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  266. Composition.section:sectionPharmakotherapie
                  Slice NamesectionPharmakotherapie
                  Definition

                  Medikamentöse Therapie


                  The root of the sections that make up the composition.

                  ShortPharmakotherapie SectionComposition is broken into sections
                  Control0..1*
                  TypeBackboneElement
                  Is Modifierfalse
                  Summaryfalse
                  Invariantscmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())
                  cmp-2: A section can only have an emptyReason if it is empty (emptyReason.empty() or entry.empty())
                  ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())
                  cmp-2: A section can only have an emptyReason if it is empty (emptyReason.empty() or entry.empty())
                  268. Composition.section:sectionPharmakotherapie.modifierExtension
                  Definition

                  May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                  Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                  ShortExtensions that cannot be ignored even if unrecognized
                  Comments

                  There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                  Control0..*
                  TypeExtension
                  Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                  Summarytrue
                  Requirements

                  Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                  Alternate Namesextensions, user content, modifiers
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                  270. Composition.section:sectionPharmakotherapie.title
                  Definition

                  The label for this particular section. This will be part of the rendered content for the document, and is often used to build a table of contents.

                  ShortLabel for section (e.g. for ToC)
                  Comments

                  The title identifies the section for a human reader. The title must be consistent with the narrative of the resource that is the target of the section.content reference. Generally, sections SHOULD have titles, but in some documents, it is unnecessary or inappropriate. Typically, this is where a section has subsections that have their own adequately distinguishing title, or documents that only have a single section. Most Implementation Guides will make section title to be a required element.

                  Control10..1
                  Typestring
                  Is Modifierfalse
                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                  Summaryfalse
                  Requirements

                  Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized.

                  Alternate Namesheader, label, caption
                  Pattern ValueInformationen zur medikamentösen Therapie
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  272. Composition.section:sectionPharmakotherapie.code
                  Definition

                  A code identifying the kind of content contained within the section. This must be consistent with the section title.

                  ShortClassification of section (recommended)
                  Comments

                  The code identifies the section for an automated processor of the document. This is particularly relevant when using profiles to control the structure of the document.

                  If the section has content (instead of sub-sections), the section.code does not change the meaning or interpretation of the resource that is the content of the section in the comments for the section.code.

                  Control10..1
                  BindingFor example codes, see DocumentSectionCodeshttp://hl7.org/fhir/ValueSet/doc-section-codes
                  (example to http://hl7.org/fhir/ValueSet/doc-section-codes)

                  Classification of a section of a composition/document.

                  TypeCodeableConcept
                  Is Modifierfalse
                  Must Supporttrue
                  Summaryfalse
                  Requirements

                  Provides computable standardized labels to topics within the document.

                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  274. Composition.section:sectionPharmakotherapie.code.coding
                  Definition

                  A reference to a code defined by a terminology system.

                  ShortCode defined by a terminology system
                  Comments

                  Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                  Control10..*
                  TypeCoding
                  Is Modifierfalse
                  Summarytrue
                  Requirements

                  Allows for alternative encodings within a code system, and translations to other code systems.

                  Fixed Value{
                    "system" : "http://loinc.org",
                    "code" : "29549-3",
                    "display" : "Medication administered Narrative"
                  }
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  276. Composition.section:sectionPharmakotherapie.code.text
                  Definition

                  A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user.

                  ShortPlain text representation of the concept
                  Comments

                  Very often the text is the same as a displayName of one of the codings.

                  Control0..1
                  Typestring
                  Is Modifierfalse
                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                  Summarytrue
                  Requirements

                  The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source.

                  Pattern ValueInformationen zur medikamentösen Therapie
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  278. Composition.section:sectionPharmakotherapie.text
                  Definition

                  A human-readable narrative that contains the attested content of the section, used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative.

                  ShortText summary of the section, for human interpretation
                  Comments

                  Document profiles may define what content should be represented in the narrative to ensure clinical safety.

                  Control10..1
                  This element is affected by the following invariants: cmp-1
                  TypeNarrative
                  Is Modifierfalse
                  Must Supporttrue
                  Summaryfalse
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  280. Composition.section:sectionPharmakotherapie.entry
                  Definition

                  A reference to the actual resource from which the narrative in the section is derived.

                  ShortA reference to data that supports this section
                  Comments

                  If there are no entries in the list, an emptyReason SHOULD be provided.

                  Control10..*
                  This element is affected by the following invariants: cmp-2
                  TypeReference(ISiKMedikationsVerabreichung, Resource)
                  Is Modifierfalse
                  Must Supporttrue
                  Summaryfalse
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  282. Composition.section:sectionPharmakotherapie.emptyReason
                  Definition

                  If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason.

                  ShortWhy the section is empty
                  Comments

                  The various reasons for an empty section make a significant interpretation to its interpretation. Note that this code is for use when the entire section content has been suppressed, and not for when individual items are omitted - implementers may consider using a text note or a flag on an entry in these cases.

                  Control0..01
                  This element is affected by the following invariants: cmp-2
                  BindingThe codes SHOULD be taken from ListEmptyReasonshttp://hl7.org/fhir/ValueSet/list-empty-reason
                  (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)

                  If a section is empty, why it is empty.

                  TypeCodeableConcept
                  Is Modifierfalse
                  Must Supportfalse
                  Summaryfalse
                  Requirements

                  Allows capturing things like "none exist" or "not asked" which can be important for most lists.

                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  284. Composition.section:sectionAbschlussdiagnosen
                  Slice NamesectionAbschlussdiagnosen
                  Definition

                  Abschlussdiagnosen


                  The root of the sections that make up the composition.

                  ShortAbschlussdiagnosen SectionComposition is broken into sections
                  Control0..1*
                  TypeBackboneElement
                  Is Modifierfalse
                  Summaryfalse
                  Invariantscmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())
                  cmp-2: A section can only have an emptyReason if it is empty (emptyReason.empty() or entry.empty())
                  ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())
                  cmp-2: A section can only have an emptyReason if it is empty (emptyReason.empty() or entry.empty())
                  286. Composition.section:sectionAbschlussdiagnosen.modifierExtension
                  Definition

                  May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                  Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                  ShortExtensions that cannot be ignored even if unrecognized
                  Comments

                  There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                  Control0..*
                  TypeExtension
                  Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                  Summarytrue
                  Requirements

                  Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                  Alternate Namesextensions, user content, modifiers
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                  288. Composition.section:sectionAbschlussdiagnosen.title
                  Definition

                  The label for this particular section. This will be part of the rendered content for the document, and is often used to build a table of contents.

                  ShortLabel for section (e.g. for ToC)
                  Comments

                  The title identifies the section for a human reader. The title must be consistent with the narrative of the resource that is the target of the section.content reference. Generally, sections SHOULD have titles, but in some documents, it is unnecessary or inappropriate. Typically, this is where a section has subsections that have their own adequately distinguishing title, or documents that only have a single section. Most Implementation Guides will make section title to be a required element.

                  Control10..1
                  Typestring
                  Is Modifierfalse
                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                  Summaryfalse
                  Requirements

                  Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized.

                  Alternate Namesheader, label, caption
                  Pattern ValueAbschlussdiagnosen
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  290. Composition.section:sectionAbschlussdiagnosen.code
                  Definition

                  A code identifying the kind of content contained within the section. This must be consistent with the section title.

                  ShortClassification of section (recommended)
                  Comments

                  The code identifies the section for an automated processor of the document. This is particularly relevant when using profiles to control the structure of the document.

                  If the section has content (instead of sub-sections), the section.code does not change the meaning or interpretation of the resource that is the content of the section in the comments for the section.code.

                  Control10..1
                  BindingFor example codes, see DocumentSectionCodeshttp://hl7.org/fhir/ValueSet/doc-section-codes
                  (example to http://hl7.org/fhir/ValueSet/doc-section-codes)

                  Classification of a section of a composition/document.

                  TypeCodeableConcept
                  Is Modifierfalse
                  Must Supporttrue
                  Summaryfalse
                  Requirements

                  Provides computable standardized labels to topics within the document.

                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  292. Composition.section:sectionAbschlussdiagnosen.code.coding
                  Definition

                  A reference to a code defined by a terminology system.

                  ShortCode defined by a terminology system
                  Comments

                  Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                  Control10..*
                  TypeCoding
                  Is Modifierfalse
                  Summarytrue
                  Requirements

                  Allows for alternative encodings within a code system, and translations to other code systems.

                  Fixed Value{
                    "system" : "http://loinc.org",
                    "code" : "11300-1",
                    "display" : "ED diagnosis"
                  }
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  294. Composition.section:sectionAbschlussdiagnosen.code.text
                  Definition

                  A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user.

                  ShortPlain text representation of the concept
                  Comments

                  Very often the text is the same as a displayName of one of the codings.

                  Control0..1
                  Typestring
                  Is Modifierfalse
                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                  Summarytrue
                  Requirements

                  The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source.

                  Pattern ValueAbschlussdiagnosen
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  296. Composition.section:sectionAbschlussdiagnosen.text
                  Definition

                  A human-readable narrative that contains the attested content of the section, used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative.

                  ShortText summary of the section, for human interpretation
                  Comments

                  Document profiles may define what content should be represented in the narrative to ensure clinical safety.

                  Control10..1
                  This element is affected by the following invariants: cmp-1
                  TypeNarrative
                  Is Modifierfalse
                  Must Supporttrue
                  Summaryfalse
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  298. Composition.section:sectionAbschlussdiagnosen.entry
                  Definition

                  A reference to the actual resource from which the narrative in the section is derived.

                  ShortA reference to data that supports this section
                  Comments

                  If there are no entries in the list, an emptyReason SHOULD be provided.

                  Control10..*
                  This element is affected by the following invariants: cmp-2
                  TypeReference(ISiKDiagnose, Resource)
                  Is Modifierfalse
                  Must Supporttrue
                  Summaryfalse
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  300. Composition.section:sectionAbschlussdiagnosen.emptyReason
                  Definition

                  If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason.

                  ShortWhy the section is empty
                  Comments

                  The various reasons for an empty section make a significant interpretation to its interpretation. Note that this code is for use when the entire section content has been suppressed, and not for when individual items are omitted - implementers may consider using a text note or a flag on an entry in these cases.

                  Control0..01
                  This element is affected by the following invariants: cmp-2
                  BindingThe codes SHOULD be taken from ListEmptyReasonshttp://hl7.org/fhir/ValueSet/list-empty-reason
                  (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)

                  If a section is empty, why it is empty.

                  TypeCodeableConcept
                  Is Modifierfalse
                  Must Supportfalse
                  Summaryfalse
                  Requirements

                  Allows capturing things like "none exist" or "not asked" which can be important for most lists.

                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  302. Composition.section:sectionVerlegungEntlassung
                  Slice NamesectionVerlegungEntlassung
                  Definition

                  Verlegungs-/Entlassungsinformationen


                  The root of the sections that make up the composition.

                  ShortVerlegungs-/Entlassungsinformationen SectionComposition is broken into sections
                  Control0..1*
                  TypeBackboneElement
                  Is Modifierfalse
                  Summaryfalse
                  Invariantscmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())
                  cmp-2: A section can only have an emptyReason if it is empty (emptyReason.empty() or entry.empty())
                  ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())
                  cmp-2: A section can only have an emptyReason if it is empty (emptyReason.empty() or entry.empty())
                  304. Composition.section:sectionVerlegungEntlassung.modifierExtension
                  Definition

                  May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                  Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                  ShortExtensions that cannot be ignored even if unrecognized
                  Comments

                  There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                  Control0..*
                  TypeExtension
                  Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                  Summarytrue
                  Requirements

                  Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                  Alternate Namesextensions, user content, modifiers
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                  306. Composition.section:sectionVerlegungEntlassung.title
                  Definition

                  The label for this particular section. This will be part of the rendered content for the document, and is often used to build a table of contents.

                  ShortLabel for section (e.g. for ToC)
                  Comments

                  The title identifies the section for a human reader. The title must be consistent with the narrative of the resource that is the target of the section.content reference. Generally, sections SHOULD have titles, but in some documents, it is unnecessary or inappropriate. Typically, this is where a section has subsections that have their own adequately distinguishing title, or documents that only have a single section. Most Implementation Guides will make section title to be a required element.

                  Control10..1
                  Typestring
                  Is Modifierfalse
                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                  Summaryfalse
                  Requirements

                  Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized.

                  Alternate Namesheader, label, caption
                  Pattern ValueVerlegungs-/Entlassungsinformationen
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  308. Composition.section:sectionVerlegungEntlassung.code
                  Definition

                  A code identifying the kind of content contained within the section. This must be consistent with the section title.

                  ShortClassification of section (recommended)
                  Comments

                  The code identifies the section for an automated processor of the document. This is particularly relevant when using profiles to control the structure of the document.

                  If the section has content (instead of sub-sections), the section.code does not change the meaning or interpretation of the resource that is the content of the section in the comments for the section.code.

                  Control10..1
                  BindingFor example codes, see DocumentSectionCodeshttp://hl7.org/fhir/ValueSet/doc-section-codes
                  (example to http://hl7.org/fhir/ValueSet/doc-section-codes)

                  Classification of a section of a composition/document.

                  TypeCodeableConcept
                  Is Modifierfalse
                  Must Supporttrue
                  Summaryfalse
                  Requirements

                  Provides computable standardized labels to topics within the document.

                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  310. Composition.section:sectionVerlegungEntlassung.code.coding
                  Definition

                  A reference to a code defined by a terminology system.

                  ShortCode defined by a terminology system
                  Comments

                  Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                  Control10..*
                  TypeCoding
                  Is Modifierfalse
                  Summarytrue
                  Requirements

                  Allows for alternative encodings within a code system, and translations to other code systems.

                  Fixed Value{
                    "system" : "http://loinc.org",
                    "code" : "67661-9",
                    "display" : "EMS disposition Narrative NEMSIS"
                  }
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  312. Composition.section:sectionVerlegungEntlassung.code.text
                  Definition

                  A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user.

                  ShortPlain text representation of the concept
                  Comments

                  Very often the text is the same as a displayName of one of the codings.

                  Control0..1
                  Typestring
                  Is Modifierfalse
                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                  Summarytrue
                  Requirements

                  The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source.

                  Pattern ValueVerlegungs-/Entlassungsinformationen
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  314. Composition.section:sectionVerlegungEntlassung.text
                  Definition

                  A human-readable narrative that contains the attested content of the section, used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative.

                  ShortText summary of the section, for human interpretation
                  Comments

                  Document profiles may define what content should be represented in the narrative to ensure clinical safety.

                  Control10..1
                  This element is affected by the following invariants: cmp-1
                  TypeNarrative
                  Is Modifierfalse
                  Must Supporttrue
                  Summaryfalse
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  316. Composition.section:sectionVerlegungEntlassung.entry
                  Definition

                  A reference to the actual resource from which the narrative in the section is derived.

                  ShortA reference to data that supports this section
                  Comments

                  If there are no entries in the list, an emptyReason SHOULD be provided.

                  Control0..*
                  This element is affected by the following invariants: cmp-2
                  TypeReference(Resource)
                  Is Modifierfalse
                  Must Supporttrue
                  Summaryfalse
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  318. Composition.section:sectionVerlegungEntlassung.emptyReason
                  Definition

                  If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason.

                  ShortWhy the section is empty
                  Comments

                  The various reasons for an empty section make a significant interpretation to its interpretation. Note that this code is for use when the entire section content has been suppressed, and not for when individual items are omitted - implementers may consider using a text note or a flag on an entry in these cases.

                  Control0..01
                  This element is affected by the following invariants: cmp-2
                  BindingThe codes SHOULD be taken from ListEmptyReasonshttp://hl7.org/fhir/ValueSet/list-empty-reason
                  (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)

                  If a section is empty, why it is empty.

                  TypeCodeableConcept
                  Is Modifierfalse
                  Must Supportfalse
                  Summaryfalse
                  Requirements

                  Allows capturing things like "none exist" or "not asked" which can be important for most lists.

                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  320. Composition.section:sectionAddendumDokument
                  Slice NamesectionAddendumDokument
                  Definition

                  Addendum Dokumentationsinformationen


                  The root of the sections that make up the composition.

                  ShortAddendum Dokumentationsinformationen SectionComposition is broken into sections
                  Control0..1*
                  TypeBackboneElement
                  Is Modifierfalse
                  Summaryfalse
                  Invariantscmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())
                  cmp-2: A section can only have an emptyReason if it is empty (emptyReason.empty() or entry.empty())
                  ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())
                  cmp-2: A section can only have an emptyReason if it is empty (emptyReason.empty() or entry.empty())
                  322. Composition.section:sectionAddendumDokument.modifierExtension
                  Definition

                  May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                  Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                  ShortExtensions that cannot be ignored even if unrecognized
                  Comments

                  There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                  Control0..*
                  TypeExtension
                  Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                  Summarytrue
                  Requirements

                  Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                  Alternate Namesextensions, user content, modifiers
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                  324. Composition.section:sectionAddendumDokument.title
                  Definition

                  The label for this particular section. This will be part of the rendered content for the document, and is often used to build a table of contents.

                  ShortLabel for section (e.g. for ToC)
                  Comments

                  The title identifies the section for a human reader. The title must be consistent with the narrative of the resource that is the target of the section.content reference. Generally, sections SHOULD have titles, but in some documents, it is unnecessary or inappropriate. Typically, this is where a section has subsections that have their own adequately distinguishing title, or documents that only have a single section. Most Implementation Guides will make section title to be a required element.

                  Control10..1
                  Typestring
                  Is Modifierfalse
                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                  Summaryfalse
                  Requirements

                  Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized.

                  Alternate Namesheader, label, caption
                  Pattern ValueAddendum Dokumentationsinformationen
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  326. Composition.section:sectionAddendumDokument.code
                  Definition

                  A code identifying the kind of content contained within the section. This must be consistent with the section title.

                  ShortClassification of section (recommended)
                  Comments

                  The code identifies the section for an automated processor of the document. This is particularly relevant when using profiles to control the structure of the document.

                  If the section has content (instead of sub-sections), the section.code does not change the meaning or interpretation of the resource that is the content of the section in the comments for the section.code.

                  Control10..1
                  BindingFor example codes, see DocumentSectionCodeshttp://hl7.org/fhir/ValueSet/doc-section-codes
                  (example to http://hl7.org/fhir/ValueSet/doc-section-codes)

                  Classification of a section of a composition/document.

                  TypeCodeableConcept
                  Is Modifierfalse
                  Must Supporttrue
                  Summaryfalse
                  Requirements

                  Provides computable standardized labels to topics within the document.

                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  328. Composition.section:sectionAddendumDokument.code.coding
                  Definition

                  A reference to a code defined by a terminology system.

                  ShortCode defined by a terminology system
                  Comments

                  Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                  Control10..*
                  TypeCoding
                  Is Modifierfalse
                  Summarytrue
                  Requirements

                  Allows for alternative encodings within a code system, and translations to other code systems.

                  Fixed Value{
                    "system" : "http://loinc.org",
                    "code" : "55107-7",
                    "display" : "Addendum Document"
                  }
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  330. Composition.section:sectionAddendumDokument.code.text
                  Definition

                  A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user.

                  ShortPlain text representation of the concept
                  Comments

                  Very often the text is the same as a displayName of one of the codings.

                  Control0..1
                  Typestring
                  Is Modifierfalse
                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                  Summarytrue
                  Requirements

                  The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source.

                  Pattern ValueAddendum Dokumentationsinformationen
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  332. Composition.section:sectionAddendumDokument.text
                  Definition

                  A human-readable narrative that contains the attested content of the section, used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative.

                  ShortText summary of the section, for human interpretation
                  Comments

                  Document profiles may define what content should be represented in the narrative to ensure clinical safety.

                  Control10..1
                  This element is affected by the following invariants: cmp-1
                  TypeNarrative
                  Is Modifierfalse
                  Must Supporttrue
                  Summaryfalse
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  334. Composition.section:sectionAddendumDokument.entry
                  Definition

                  Dokumentationsinformationen


                  A reference to the actual resource from which the narrative in the section is derived.

                  ShortDokumentationsinformationenA reference to data that supports this section
                  Comments

                  If there are no entries in the list, an emptyReason SHOULD be provided.

                  Control0..*
                  This element is affected by the following invariants: cmp-2
                  TypeReference(Resource)
                  Is Modifierfalse
                  Must Supporttrue
                  Summaryfalse
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  SlicingThis element introduces a set of slices on Composition.section.entry. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                  • type @ resolve()
                  • 336. Composition.section:sectionAddendumDokument.entry:ZeitpunktEntscheidungzurVerlegungEntlassung
                    Slice NameZeitpunktEntscheidungzurVerlegungEntlassung
                    Definition

                    Zeitpunkt Entscheidung zur Verlegung / Entlassung


                    A reference to the actual resource from which the narrative in the section is derived.

                    ShortZeitpunkt Entscheidung zur Verlegung / EntlassungA reference to data that supports this section
                    Comments

                    If there are no entries in the list, an emptyReason SHOULD be provided.

                    Control0..1*
                    This element is affected by the following invariants: cmp-2
                    TypeReference(Zeitpunkt Entscheidung zur Verlegung / Entlassung (AKTIN), Resource)
                    Is Modifierfalse
                    Summaryfalse
                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    338. Composition.section:sectionAddendumDokument.entry:ZeitpunktPatientverlegungsentlassungsfahig
                    Slice NameZeitpunktPatientverlegungsentlassungsfahig
                    Definition

                    Zeitpunkt Patient verlegungs- / entlassungsfähig


                    A reference to the actual resource from which the narrative in the section is derived.

                    ShortZeitpunkt Patient verlegungs- / entlassungsfähigA reference to data that supports this section
                    Comments

                    If there are no entries in the list, an emptyReason SHOULD be provided.

                    Control0..1*
                    This element is affected by the following invariants: cmp-2
                    TypeReference(Zeitpunkt Patient verlegungs- / entlassungsfähig (AKTIN), Resource)
                    Is Modifierfalse
                    Summaryfalse
                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    340. Composition.section:sectionAddendumDokument.entry:ZeitpunktPatientverlegtentlassennach
                    Slice NameZeitpunktPatientverlegtentlassennach
                    Definition

                    Zeitpunkt Patient verlegt / entlassen nach


                    A reference to the actual resource from which the narrative in the section is derived.

                    ShortZeitpunkt Patient verlegt / entlassen nachA reference to data that supports this section
                    Comments

                    If there are no entries in the list, an emptyReason SHOULD be provided.

                    Control0..1*
                    This element is affected by the following invariants: cmp-2
                    TypeReference(Zeitpunkt Patient verlegt / entlassen nach (AKTIN), Resource)
                    Is Modifierfalse
                    Summaryfalse
                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    342. Composition.section:sectionAddendumDokument.entry:ZeitpunktBeginnpatientenbezogeneDokumentation
                    Slice NameZeitpunktBeginnpatientenbezogeneDokumentation
                    Definition

                    Zeitpunkt Beginn patientenbezogene Dokumentation


                    A reference to the actual resource from which the narrative in the section is derived.

                    ShortZeitpunkt Beginn patientenbezogene DokumentationA reference to data that supports this section
                    Comments

                    If there are no entries in the list, an emptyReason SHOULD be provided.

                    Control0..1*
                    This element is affected by the following invariants: cmp-2
                    TypeReference(Zeitpunkt Beginn patientenbezogene Dokumentation (AKTIN), Resource)
                    Is Modifierfalse
                    Summaryfalse
                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    344. Composition.section:sectionAddendumDokument.entry:ZeitAnkunftAufnahme
                    Slice NameZeitAnkunftAufnahme
                    Definition

                    Zeit zwischen Ankunft und Aufnahme


                    A reference to the actual resource from which the narrative in the section is derived.

                    ShortZeit zwischen Ankunft und AufnahmeA reference to data that supports this section
                    Comments

                    If there are no entries in the list, an emptyReason SHOULD be provided.

                    Control0..1*
                    This element is affected by the following invariants: cmp-2
                    TypeReference(Zeit zwischen Ankunft und Aufnahme (AKTIN), Resource)
                    Is Modifierfalse
                    Summaryfalse
                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    346. Composition.section:sectionAddendumDokument.entry:ZeitAufnahmeErsteinschatzung
                    Slice NameZeitAufnahmeErsteinschatzung
                    Definition

                    Zeit zwischen Aufnahme und erster Ersteinschätzung


                    A reference to the actual resource from which the narrative in the section is derived.

                    ShortZeit zwischen Aufnahme und erster ErsteinschätzungA reference to data that supports this section
                    Comments

                    If there are no entries in the list, an emptyReason SHOULD be provided.

                    Control0..1*
                    This element is affected by the following invariants: cmp-2
                    TypeReference(Zeit zwischen Aufnahme und erster Ersteinschätzung (AKTIN), Resource)
                    Is Modifierfalse
                    Summaryfalse
                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    348. Composition.section:sectionAddendumDokument.entry:ZeitAufnahmeArztkontakt
                    Slice NameZeitAufnahmeArztkontakt
                    Definition

                    Zeit zwischen Aufnahme und erstem Arztkontakt


                    A reference to the actual resource from which the narrative in the section is derived.

                    ShortZeit zwischen Aufnahme und erstem ArztkontaktA reference to data that supports this section
                    Comments

                    If there are no entries in the list, an emptyReason SHOULD be provided.

                    Control0..1*
                    This element is affected by the following invariants: cmp-2
                    TypeReference(Zeit zwischen Aufnahme und erstem Arztkontakt (AKTIN), Resource)
                    Is Modifierfalse
                    Summaryfalse
                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    350. Composition.section:sectionAddendumDokument.entry:ZeitEntlassungsfahig
                    Slice NameZeitEntlassungsfahig
                    Definition

                    Zeit zwischen Aufnahme und Verlegungs-/Entlassungsfähigkeit des Patienten


                    A reference to the actual resource from which the narrative in the section is derived.

                    ShortZeit zwischen Aufnahme und Verlegungs-/Entlassungsfähigkeit des PatientenA reference to data that supports this section
                    Comments

                    If there are no entries in the list, an emptyReason SHOULD be provided.

                    Control0..1*
                    This element is affected by the following invariants: cmp-2
                    TypeReference(Zeitpunkt Patient verlegungs- / entlassungsfähig (AKTIN), Resource)
                    Is Modifierfalse
                    Summaryfalse
                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    352. Composition.section:sectionAddendumDokument.entry:ZeitbiszEntlassung
                    Slice NameZeitbiszEntlassung
                    Definition

                    Zeit zwischen Aufnahme und Verlassen des Patienten


                    A reference to the actual resource from which the narrative in the section is derived.

                    ShortZeit zwischen Aufnahme und Verlassen des PatientenA reference to data that supports this section
                    Comments

                    If there are no entries in the list, an emptyReason SHOULD be provided.

                    Control0..1*
                    This element is affected by the following invariants: cmp-2
                    TypeReference(Zeit zwischen Aufnahme und Verlassen des Patienten (AKTIN), Resource)
                    Is Modifierfalse
                    Summaryfalse
                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    354. Composition.section:sectionAddendumDokument.entry:ZeitbiszumExport
                    Slice NameZeitbiszumExport
                    Definition

                    Zeit bis zum Export


                    A reference to the actual resource from which the narrative in the section is derived.

                    ShortZeit bis zum ExportA reference to data that supports this section
                    Comments

                    If there are no entries in the list, an emptyReason SHOULD be provided.

                    Control0..1*
                    This element is affected by the following invariants: cmp-2
                    TypeReference(Zeit bis zum Export (AKTIN), Resource)
                    Is Modifierfalse
                    Summaryfalse
                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    356. Composition.section:sectionAddendumDokument.entry:EDIS
                    Slice NameEDIS
                    Definition

                    EDIS


                    A reference to the actual resource from which the narrative in the section is derived.

                    ShortEDISA reference to data that supports this section
                    Comments

                    If there are no entries in the list, an emptyReason SHOULD be provided.

                    Control0..1*
                    This element is affected by the following invariants: cmp-2
                    TypeReference(EDIS (AKTIN), Resource)
                    Is Modifierfalse
                    Summaryfalse
                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    358. Composition.section:sectionAddendumDokument.emptyReason
                    Definition

                    If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason.

                    ShortWhy the section is empty
                    Comments

                    The various reasons for an empty section make a significant interpretation to its interpretation. Note that this code is for use when the entire section content has been suppressed, and not for when individual items are omitted - implementers may consider using a text note or a flag on an entry in these cases.

                    Control0..01
                    This element is affected by the following invariants: cmp-2
                    BindingThe codes SHOULD be taken from ListEmptyReasonshttp://hl7.org/fhir/ValueSet/list-empty-reason
                    (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)

                    If a section is empty, why it is empty.

                    TypeCodeableConcept
                    Is Modifierfalse
                    Must Supportfalse
                    Summaryfalse
                    Requirements

                    Allows capturing things like "none exist" or "not asked" which can be important for most lists.

                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))

                    Guidance on how to interpret the contents of this table can be foundhere

                    0. Composition
                    Definition

                    Episodenzusammenfassung Notaufnahmeregister (Composition).

                    Eine Composition ist ein Satz Informationen mit Gesundheitsbezug, die in einem einzigen logischen Dokument zusammengefasst sind, das eine einzige zusammenhängende Aussage enthält, seinen eigenen Kontext etabliert und über eine klinische Bestätigung hinsichtlich des Urhebers der Aussage verfügt.

                    Eine Komposition definiert zwar die Struktur, enthält jedoch nicht den Inhalt selbst: Der vollständige Inhalt eines Dokuments ist vielmehr in einem Bundle enthalten, dessen erste enthaltene Ressource die Composition ist.

                    ShortEpisodenzusammenfassung Notaufnahmeregister (Composition)
                    2. Composition.identifier
                    ShortBusiness Identifier dieser Episodenzusammenfassung Notaufnahmeregister
                    NoteThis is a business identifier, not a resource identifier (see discussion)
                    4. Composition.status
                    ShortStatus der Episodenzusammenfassung Notaufnahmeregister
                    6. Composition.type
                    Definition

                    Gibt an dass diese Composition eine "Episodenzusammenfassung Notaufnahmeregister" ist

                    ShortType der Composition ("Episodenzusammenfassung Notaufnahmeregister")
                    Pattern Value{
                      "coding" : [{
                        "system" : "http://loinc.org",
                        "code" : "97663-9",
                        "display" : "Emergency medicine Emergency department Discharge summary"
                      }]
                    }
                    8. Composition.subject
                    Definition

                    Für die Episodenzusammenfassung Notaufnahmeregister ist "subject" immer der Patient.

                    ShortPatient der Episodenzusammenfassung Notaufnahmeregister
                    Control1..?
                    TypeReference(Patient (AKTIN))
                    10. Composition.encounter
                    TypeReference(Aufenthalt (AKTIN))
                    12. Composition.date
                    ShortDatum der Erstellung der Episodenzusammenfassung Notaufnahmeregister
                    14. Composition.author
                    Definition

                    Gibt an, wer für die Informationen in der Episodenzusammenfassung Notaufnahmeregister verantwortlich ist, nicht unbedingt, wer sie eingegeben hat.

                    ShortAutor der Episodenzusammenfassung Notaufnahmeregister
                    TypeReference(Practitioner, PractitionerRole)
                    16. Composition.title
                    Definition

                    Offizielle, menschenlesbare Bezeichnung für die Zusammensetzung.

                    Für dieses Dokument sollte "Episodenzusammenfassung Notaufnahmeregister" oder eine gleichwertige Übersetzung verwendet werden.

                    ShortEpisodenzusammenfassung Notaufnahmeregister als Abschluss-Dokument
                    Must Supporttrue
                    18. Composition.attester
                    20. Composition.attester.mode
                    ShortThe type of attestation
                    22. Composition.section
                    Definition

                    Sections für die Episodenzusammenfassung Notaufnahmeregister.

                    ShortSections für die Episodenzusammenfassung Notaufnahmeregister
                    Control1..?
                    Must Supporttrue
                    SlicingThis element introduces a set of slices on Composition.section. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                    • pattern @ code
                    • 24. Composition.section.code
                      Must Supporttrue
                      26. Composition.section.text
                      Must Supporttrue
                      28. Composition.section.entry
                      Must Supporttrue
                      30. Composition.section:sectionDemografischeInformationen
                      Slice NamesectionDemografischeInformationen
                      Definition

                      Zusätzliche demografische Informationen zum Patienten

                      ShortDemografische Informationen Section
                      Control0..1
                      32. Composition.section:sectionDemografischeInformationen.title
                      Control1..?
                      Pattern ValueDemographische Informationen
                      34. Composition.section:sectionDemografischeInformationen.code
                      Control1..?
                      36. Composition.section:sectionDemografischeInformationen.code.coding
                      Control1..?
                      Fixed Value{
                        "system" : "http://loinc.org",
                        "code" : "45970-1",
                        "display" : "Demographic information section"
                      }
                      38. Composition.section:sectionDemografischeInformationen.code.text
                      Pattern ValueDemographische Informationen
                      40. Composition.section:sectionDemografischeInformationen.text
                      Control1..?
                      42. Composition.section:sectionDemografischeInformationen.entry
                      Control0..1
                      TypeReference(Alter Patient (AKTIN))
                      44. Composition.section:sectionDemografischeInformationen.emptyReason
                      Control0..0
                      Must Supportfalse
                      46. Composition.section:sectionZuweisung
                      Slice NamesectionZuweisung
                      Definition

                      Informationen zur Zuweisung

                      ShortZuweisung Section
                      Control0..1
                      48. Composition.section:sectionZuweisung.title
                      Control1..?
                      Pattern ValueZuweisung
                      50. Composition.section:sectionZuweisung.code
                      Control1..?
                      52. Composition.section:sectionZuweisung.code.coding
                      Control1..?
                      Fixed Value{
                        "system" : "http://loinc.org",
                        "code" : "11293-8",
                        "display" : "Type of Referral source"
                      }
                      54. Composition.section:sectionZuweisung.code.text
                      Pattern ValueZuweisung
                      56. Composition.section:sectionZuweisung.text
                      Control1..?
                      58. Composition.section:sectionZuweisung.entry
                      Control0..1
                      TypeReference(Zuweisung (AKTIN))
                      60. Composition.section:sectionZuweisung.emptyReason
                      Control0..0
                      Must Supportfalse
                      62. Composition.section:sectionTransportmittel
                      Slice NamesectionTransportmittel
                      Definition

                      Informationen zum Transportmittel

                      ShortTransportmittel Section
                      Control0..1
                      64. Composition.section:sectionTransportmittel.title
                      Control1..?
                      Pattern ValueTransportmittel
                      66. Composition.section:sectionTransportmittel.code
                      Control1..?
                      68. Composition.section:sectionTransportmittel.code.coding
                      Control1..?
                      Fixed Value{
                        "system" : "http://loinc.org",
                        "code" : "11459-5",
                        "display" : "Transport mode EMS system"
                      }
                      70. Composition.section:sectionTransportmittel.code.text
                      Pattern ValueTransportmittel
                      72. Composition.section:sectionTransportmittel.text
                      Control1..?
                      74. Composition.section:sectionTransportmittel.entry
                      Definition

                      Transportmittel

                      ShortTransportmittel
                      Control2..?
                      SlicingThis element introduces a set of slices on Composition.section.entry. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                      • type @ resolve()
                      • 76. Composition.section:sectionTransportmittel.entry:Transportmethode
                        Slice NameTransportmethode
                        Definition

                        Transportmethode

                        ShortTransportmethode
                        Control0..1
                        TypeReference(Transportmittel (AKTIN))
                        78. Composition.section:sectionTransportmittel.entry:MedizinischeBegleitung
                        Slice NameMedizinischeBegleitung
                        Definition

                        Medizinische Begleitung

                        ShortMedizinische Begleitung
                        Control0..1
                        TypeReference(Medizinische Begleitung (AKTIN))
                        80. Composition.section:sectionTransportmittel.emptyReason
                        Control0..0
                        Must Supportfalse
                        82. Composition.section:sectionWiedervorstellung
                        Slice NamesectionWiedervorstellung
                        Definition

                        Informationen zur Wiedervorstellung

                        ShortWiedervorstellung Section
                        Control0..1
                        84. Composition.section:sectionWiedervorstellung.title
                        Control1..?
                        Pattern ValueWiedervorstellung
                        86. Composition.section:sectionWiedervorstellung.code
                        Control1..?
                        88. Composition.section:sectionWiedervorstellung.code.coding
                        Control1..?
                        Fixed Value{
                          "system" : "http://loinc.org",
                          "code" : "LA21590-7",
                          "display" : "Follow-up visit"
                        }
                        90. Composition.section:sectionWiedervorstellung.code.text
                        Pattern ValueWiedervorstellung
                        92. Composition.section:sectionWiedervorstellung.text
                        Control1..?
                        94. Composition.section:sectionWiedervorstellung.entry
                        Definition

                        Wiedervorstellung

                        ShortWiedervorstellung
                        SlicingThis element introduces a set of slices on Composition.section.entry. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                        • type @ resolve()
                        • 96. Composition.section:sectionWiedervorstellung.entry:Wiedervorstellung
                          Slice NameWiedervorstellung
                          Control0..1
                          TypeReference(Ungeplante Vorstellung zum gleichen Vorstellungsgrund innerhalb von 28 Tagen (AKTIN))
                          98. Composition.section:sectionWiedervorstellung.emptyReason
                          Control0..0
                          Must Supportfalse
                          100. Composition.section:sectionErsteinschatzung
                          Slice NamesectionErsteinschatzung
                          Definition

                          Informationen zur Ersteinschätzung

                          ShortErsteinschätzung Section
                          Control0..1
                          102. Composition.section:sectionErsteinschatzung.title
                          Control1..?
                          Pattern ValueErsteinschätzung
                          104. Composition.section:sectionErsteinschatzung.code
                          Control1..?
                          106. Composition.section:sectionErsteinschatzung.code.coding
                          Control1..?
                          Fixed Value{
                            "system" : "http://loinc.org",
                            "code" : "11283-9",
                            "display" : "Acuity assessment [Function] at First encounter"
                          }
                          108. Composition.section:sectionErsteinschatzung.code.text
                          Pattern ValueErsteinschätzung
                          110. Composition.section:sectionErsteinschatzung.text
                          Control1..?
                          112. Composition.section:sectionErsteinschatzung.entry
                          Definition

                          Ersteinschatzung

                          ShortErsteinschatzung
                          Control1..?
                          SlicingThis element introduces a set of slices on Composition.section.entry. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                          • type @ resolve()
                          • 114. Composition.section:sectionErsteinschatzung.entry:Ersteinschatzung
                            Slice NameErsteinschatzung
                            Definition

                            Ersteinschätzung

                            ShortErsteinschätzung
                            Control1..1
                            TypeReference(Ergebnis der Ersteinschätzung (AKTIN))
                            116. Composition.section:sectionErsteinschatzung.entry:Manchester
                            Slice NameManchester
                            Definition

                            Manchester Triage System

                            ShortManchester Triage System
                            Control0..1
                            TypeReference(Manchester Triage System (AKTIN))
                            118. Composition.section:sectionErsteinschatzung.entry:ESITriage
                            Slice NameESITriage
                            Definition

                            ESI Triage

                            ShortESI Triage
                            Control0..1
                            TypeReference(ESI-Triage (AKTIN))
                            120. Composition.section:sectionErsteinschatzung.emptyReason
                            Control0..0
                            Must Supportfalse
                            122. Composition.section:sectionNotfallanamnese
                            Slice NamesectionNotfallanamnese
                            Definition

                            Notfallanamnese

                            ShortNotfallanamnese Section
                            Control0..1
                            124. Composition.section:sectionNotfallanamnese.title
                            Control1..?
                            Pattern ValueNotfallanamnese
                            126. Composition.section:sectionNotfallanamnese.code
                            Control1..?
                            128. Composition.section:sectionNotfallanamnese.code.coding
                            Control1..?
                            Fixed Value{
                              "system" : "http://loinc.org",
                              "code" : "10164-2",
                              "display" : "History of Present illness Narrative"
                            }
                            130. Composition.section:sectionNotfallanamnese.code.text
                            Pattern ValueNotfallanamnese
                            132. Composition.section:sectionNotfallanamnese.text
                            Control1..?
                            134. Composition.section:sectionNotfallanamnese.entry
                            Definition

                            Notfallanamnese

                            ShortNotfallanamnese
                            SlicingThis element introduces a set of slices on Composition.section.entry. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                            • type @ resolve()
                            • 136. Composition.section:sectionNotfallanamnese.entry:Cedis
                              Slice NameCedis
                              Definition

                              Cedis

                              ShortCedis
                              Control0..1
                              TypeReference(Beschwerden bei Vorstellung CEDIS (AKTIN))
                              138. Composition.section:sectionNotfallanamnese.entry:Unfallursache
                              Slice NameUnfallursache
                              Definition

                              Unfallursache

                              ShortUnfallursache
                              Control0..1
                              TypeReference(Unfallursache (AKTIN))
                              140. Composition.section:sectionNotfallanamnese.entry:Unfallkinetik
                              Slice NameUnfallkinetik
                              Definition

                              Unfallkinetik

                              ShortUnfallkinetik
                              Control0..1
                              TypeReference(Unfallkinetik (AKTIN))
                              142. Composition.section:sectionNotfallanamnese.entry:Unfallart
                              Slice NameUnfallart
                              Definition

                              Unfallart

                              ShortUnfallart
                              Control0..1
                              TypeReference(Unfallart TraumaRegister (AKTIN))
                              144. Composition.section:sectionNotfallanamnese.entry:Substanzeinfluss
                              Slice NameSubstanzeinfluss
                              Definition

                              Substanzeinfluss

                              ShortSubstanzeinfluss
                              Control0..1
                              TypeReference(Verdacht auf Alkohol-, Drogen-, Medikamenteneinfluss? (AKTIN))
                              146. Composition.section:sectionNotfallanamnese.emptyReason
                              Control0..0
                              Must Supportfalse
                              148. Composition.section:sectionVitalparameter
                              Slice NamesectionVitalparameter
                              Definition

                              Vitalparameter und Scores

                              ShortVitalparameter/Scores Section
                              Control0..1
                              150. Composition.section:sectionVitalparameter.title
                              Control1..?
                              Pattern ValueVitalparameter/Scores
                              152. Composition.section:sectionVitalparameter.code
                              Control1..?
                              154. Composition.section:sectionVitalparameter.code.coding
                              Control1..?
                              Fixed Value{
                                "system" : "http://loinc.org",
                                "code" : "8716-3",
                                "display" : "Vital signs"
                              }
                              156. Composition.section:sectionVitalparameter.code.text
                              Pattern ValueVitalparameter/Scores
                              158. Composition.section:sectionVitalparameter.text
                              Control1..?
                              160. Composition.section:sectionVitalparameter.entry
                              Definition

                              Vitalparameter

                              ShortVitalparameter
                              SlicingThis element introduces a set of slices on Composition.section.entry. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                              • type @ resolve()
                              • 162. Composition.section:sectionVitalparameter.entry:Atemfrequenz
                                Slice NameAtemfrequenz
                                Definition

                                Atemfrequenz

                                ShortAtemfrequenz
                                Control0..1
                                TypeReference(Atemfrequenz)
                                164. Composition.section:sectionVitalparameter.entry:PulsoximetrischeSauerstoffsättigung
                                Slice NamePulsoximetrischeSauerstoffsättigung
                                Definition

                                Pulsoximetrische Sauerstoffsättigung

                                ShortPulsoximetrische Sauerstoffsättigung
                                Control0..1
                                TypeReference(Pulsoximetrische Sauerstoffsättigung)
                                166. Composition.section:sectionVitalparameter.entry:Blutdruck
                                Slice NameBlutdruck
                                Definition

                                Blutdruck

                                ShortBlutdruck
                                Control0..1
                                TypeReference(Blutdruck)
                                168. Composition.section:sectionVitalparameter.entry:Herzfrequenz
                                Slice NameHerzfrequenz
                                Definition

                                Herzfrequenz

                                ShortHerzfrequenz
                                Control0..1
                                TypeReference(Herzfrequenz)
                                170. Composition.section:sectionVitalparameter.entry:Pulsfrequenz
                                Slice NamePulsfrequenz
                                Definition

                                Pulsfrequenz

                                ShortPulsfrequenz
                                Control0..1
                                TypeReference(Pulsfrequenz)
                                172. Composition.section:sectionVitalparameter.entry:Körperkerntemperatur
                                Slice NameKörperkerntemperatur
                                Definition

                                Körperkerntemperatur

                                ShortKörperkerntemperatur
                                Control0..1
                                TypeReference(Körperkerntemperatur)
                                174. Composition.section:sectionVitalparameter.entry:GlasgowComaScale
                                Slice NameGlasgowComaScale
                                Definition

                                Glasgow Coma Scale

                                ShortGlasgow Coma Scale
                                Control0..1
                                TypeReference(Glasgow Coma Scale (GCS))
                                176. Composition.section:sectionVitalparameter.entry:Schmerz
                                Slice NameSchmerz
                                Definition

                                Schmerz

                                ShortSchmerz
                                Control0..1
                                TypeReference(Schmerzmessung)
                                178. Composition.section:sectionVitalparameter.entry:NiedrigsteGCSSumme
                                Slice NameNiedrigsteGCSSumme
                                Definition

                                Niedrigste GCS-Summe

                                ShortNiedrigste GCS-Summe
                                Control0..1
                                TypeReference(Niedrigste GCS-Summe)
                                180. Composition.section:sectionVitalparameter.entry:ErsteSchmerzmessung
                                Slice NameErsteSchmerzmessung
                                Definition

                                Erste Schmerzmessung

                                ShortErste Schmerzmessung
                                Control0..1
                                TypeReference(Erste Schmerzmessung)
                                182. Composition.section:sectionVitalparameter.emptyReason
                                Control0..0
                                Must Supportfalse
                                184. Composition.section:sectionDiagnostik
                                Slice NamesectionDiagnostik
                                Definition

                                Angeforderte oder durchgeführte Diagnostik

                                ShortDiagnostik Section
                                Control0..1
                                186. Composition.section:sectionDiagnostik.title
                                Control1..?
                                Pattern ValueDiagnostik
                                188. Composition.section:sectionDiagnostik.code
                                Control1..?
                                190. Composition.section:sectionDiagnostik.code.coding
                                Control1..?
                                Fixed Value{
                                  "system" : "http://loinc.org",
                                  "code" : "30954-2",
                                  "display" : "Relevant diagnostic tests/laboratory data Narrative"
                                }
                                192. Composition.section:sectionDiagnostik.code.text
                                Pattern ValueDiagnostik
                                194. Composition.section:sectionDiagnostik.text
                                Control1..?
                                196. Composition.section:sectionDiagnostik.entry
                                Definition

                                Diagnostik

                                ShortDiagnostik
                                SlicingThis element introduces a set of slices on Composition.section.entry. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                • type @ resolve()
                                • 198. Composition.section:sectionDiagnostik.entry:Laboruntersuchungangefordert
                                  Slice NameLaboruntersuchungangefordert
                                  Definition

                                  Laboruntersuchung angefordert

                                  ShortLaboruntersuchung angefordert
                                  Control0..1
                                  TypeReference(Laboruntersuchung angefordert (AKTIN))
                                  200. Composition.section:sectionDiagnostik.entry:Mikrobiologieangefordert
                                  Slice NameMikrobiologieangefordert
                                  Definition

                                  Mikrobiologie angefordert

                                  ShortMikrobiologie angefordert
                                  Control0..1
                                  TypeReference(Mikrobiologie angefordert (AKTIN))
                                  202. Composition.section:sectionDiagnostik.entry:BGAangefordert
                                  Slice NameBGAangefordert
                                  Definition

                                  BGA angefordert

                                  ShortBGA angefordert
                                  Control0..1
                                  TypeReference(BGA angefordert (AKTIN))
                                  204. Composition.section:sectionDiagnostik.entry:EKGangefordert
                                  Slice NameEKGangefordert
                                  Definition

                                  EKG angefordert

                                  ShortEKG angefordert
                                  Control0..1
                                  TypeReference(EKG angefordert (AKTIN))
                                  206. Composition.section:sectionDiagnostik.entry:Sonographieangefordert
                                  Slice NameSonographieangefordert
                                  Definition

                                  Sonographie angefordert

                                  ShortSonographie angefordert
                                  Control0..1
                                  TypeReference(Sonographie angefordert (AKTIN))
                                  208. Composition.section:sectionDiagnostik.entry:Rontgenthoraxangefordert
                                  Slice NameRontgenthoraxangefordert
                                  Definition

                                  Röntgenthorax angefordert

                                  ShortRöntgenthorax angefordert
                                  Control0..1
                                  TypeReference(Röntgenthorax angefordert (AKTIN))
                                  210. Composition.section:sectionDiagnostik.entry:RontgenThoraxdurchgefuhrt
                                  Slice NameRontgenThoraxdurchgefuhrt
                                  Definition

                                  Röntgen-Thorax durchgeführt

                                  ShortRöntgen-Thorax durchgeführt
                                  Control0..1
                                  TypeReference(Röntgen-Thorax durchgeführt (AKTIN))
                                  212. Composition.section:sectionDiagnostik.entry:RontgenBeckendurchgefuhrt
                                  Slice NameRontgenBeckendurchgefuhrt
                                  Definition

                                  Röntgen-Becken durchgeführt

                                  ShortRöntgen-Becken durchgeführt
                                  Control0..1
                                  TypeReference(Röntgen-Becken durchgeführt (AKTIN))
                                  214. Composition.section:sectionDiagnostik.entry:RontgenWirbelsauledurchgefuhrt
                                  Slice NameRontgenWirbelsauledurchgefuhrt
                                  Definition

                                  Röntgen-Wirbelsäule durchgeführt

                                  ShortRöntgen-Wirbelsäule durchgeführt
                                  Control0..1
                                  TypeReference(Röntgen-Wirbelsäule durchgeführt (AKTIN))
                                  216. Composition.section:sectionDiagnostik.entry:GanzkorperCTdurchgefuhrt
                                  Slice NameGanzkorperCTdurchgefuhrt
                                  Definition

                                  Ganzkörper-CT durchgeführt

                                  ShortGanzkörper-CT durchgeführt
                                  Control0..1
                                  TypeReference(Ganzkörper-CT durchgeführt (AKTIN))
                                  218. Composition.section:sectionDiagnostik.entry:CTKopfdurchgefuhrt
                                  Slice NameCTKopfdurchgefuhrt
                                  Definition

                                  CT Kopf durchgeführt

                                  ShortCT Kopf durchgeführt
                                  Control0..1
                                  TypeReference(CT Kopf durchgeführt (AKTIN))
                                  220. Composition.section:sectionDiagnostik.entry:CTHWSdurchgefuhrt
                                  Slice NameCTHWSdurchgefuhrt
                                  Definition

                                  CT HWS durchgeführt

                                  ShortCT HWS durchgeführt
                                  Control0..1
                                  TypeReference(CT HWS durchgeführt (AKTIN))
                                  222. Composition.section:sectionDiagnostik.entry:CTThoraxdurchgefuhrt
                                  Slice NameCTThoraxdurchgefuhrt
                                  Definition

                                  CT Thorax durchgeführt

                                  ShortCT Thorax durchgeführt
                                  Control0..1
                                  TypeReference(CT Thorax durchgeführt (AKTIN))
                                  224. Composition.section:sectionDiagnostik.entry:CTTAbdomendurchgefuhrt
                                  Slice NameCTTAbdomendurchgefuhrt
                                  Definition

                                  CT Abdomen durchgeführt

                                  ShortCT Abdomen durchgeführt
                                  Control0..1
                                  TypeReference(CT Abdomen durchgeführt (AKTIN))
                                  226. Composition.section:sectionDiagnostik.emptyReason
                                  Control0..0
                                  Must Supportfalse
                                  228. Composition.section:sectionMassnahmen
                                  Slice NamesectionMassnahmen
                                  Definition

                                  Durchgeführte Maßnahmen

                                  ShortMaßnahmen Section
                                  Control0..1
                                  230. Composition.section:sectionMassnahmen.title
                                  Control1..?
                                  Pattern ValueProzeduren und Maßnahmen
                                  232. Composition.section:sectionMassnahmen.code
                                  Control1..?
                                  234. Composition.section:sectionMassnahmen.code.coding
                                  Control1..?
                                  Fixed Value{
                                    "system" : "http://loinc.org",
                                    "code" : "29554-3",
                                    "display" : "Procedure Narrative"
                                  }
                                  236. Composition.section:sectionMassnahmen.code.text
                                  Pattern ValueProzeduren und Maßnahmen
                                  238. Composition.section:sectionMassnahmen.text
                                  Control1..?
                                  240. Composition.section:sectionMassnahmen.entry
                                  Definition

                                  Masnahmen

                                  ShortMasnahmen
                                  SlicingThis element introduces a set of slices on Composition.section.entry. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                  • type @ resolve()
                                  • 242. Composition.section:sectionMassnahmen.entry:Isolation
                                    Slice NameIsolation
                                    Definition

                                    Isolation

                                    ShortIsolation
                                    Control0..1
                                    TypeReference(Isolation (AKTIN))
                                    244. Composition.section:sectionMassnahmen.emptyReason
                                    Control0..0
                                    Must Supportfalse
                                    246. Composition.section:sectionPharmakotherapie
                                    Slice NamesectionPharmakotherapie
                                    Definition

                                    Medikamentöse Therapie

                                    ShortPharmakotherapie Section
                                    Control0..1
                                    248. Composition.section:sectionPharmakotherapie.title
                                    Control1..?
                                    Pattern ValueInformationen zur medikamentösen Therapie
                                    250. Composition.section:sectionPharmakotherapie.code
                                    Control1..?
                                    252. Composition.section:sectionPharmakotherapie.code.coding
                                    Control1..?
                                    Fixed Value{
                                      "system" : "http://loinc.org",
                                      "code" : "29549-3",
                                      "display" : "Medication administered Narrative"
                                    }
                                    254. Composition.section:sectionPharmakotherapie.code.text
                                    Pattern ValueInformationen zur medikamentösen Therapie
                                    256. Composition.section:sectionPharmakotherapie.text
                                    Control1..?
                                    258. Composition.section:sectionPharmakotherapie.entry
                                    Control1..?
                                    TypeReference(ISiKMedikationsVerabreichung)
                                    260. Composition.section:sectionPharmakotherapie.emptyReason
                                    Control0..0
                                    Must Supportfalse
                                    262. Composition.section:sectionAbschlussdiagnosen
                                    Slice NamesectionAbschlussdiagnosen
                                    Definition

                                    Abschlussdiagnosen

                                    ShortAbschlussdiagnosen Section
                                    Control0..1
                                    264. Composition.section:sectionAbschlussdiagnosen.title
                                    Control1..?
                                    Pattern ValueAbschlussdiagnosen
                                    266. Composition.section:sectionAbschlussdiagnosen.code
                                    Control1..?
                                    268. Composition.section:sectionAbschlussdiagnosen.code.coding
                                    Control1..?
                                    Fixed Value{
                                      "system" : "http://loinc.org",
                                      "code" : "11300-1",
                                      "display" : "ED diagnosis"
                                    }
                                    270. Composition.section:sectionAbschlussdiagnosen.code.text
                                    Pattern ValueAbschlussdiagnosen
                                    272. Composition.section:sectionAbschlussdiagnosen.text
                                    Control1..?
                                    274. Composition.section:sectionAbschlussdiagnosen.entry
                                    Control1..?
                                    TypeReference(ISiKDiagnose)
                                    276. Composition.section:sectionAbschlussdiagnosen.emptyReason
                                    Control0..0
                                    Must Supportfalse
                                    278. Composition.section:sectionVerlegungEntlassung
                                    Slice NamesectionVerlegungEntlassung
                                    Definition

                                    Verlegungs-/Entlassungsinformationen

                                    ShortVerlegungs-/Entlassungsinformationen Section
                                    Control0..1
                                    280. Composition.section:sectionVerlegungEntlassung.title
                                    Control1..?
                                    Pattern ValueVerlegungs-/Entlassungsinformationen
                                    282. Composition.section:sectionVerlegungEntlassung.code
                                    Control1..?
                                    284. Composition.section:sectionVerlegungEntlassung.code.coding
                                    Control1..?
                                    Fixed Value{
                                      "system" : "http://loinc.org",
                                      "code" : "67661-9",
                                      "display" : "EMS disposition Narrative NEMSIS"
                                    }
                                    286. Composition.section:sectionVerlegungEntlassung.code.text
                                    Pattern ValueVerlegungs-/Entlassungsinformationen
                                    288. Composition.section:sectionVerlegungEntlassung.text
                                    Control1..?
                                    290. Composition.section:sectionVerlegungEntlassung.emptyReason
                                    Control0..0
                                    Must Supportfalse
                                    292. Composition.section:sectionAddendumDokument
                                    Slice NamesectionAddendumDokument
                                    Definition

                                    Addendum Dokumentationsinformationen

                                    ShortAddendum Dokumentationsinformationen Section
                                    Control0..1
                                    294. Composition.section:sectionAddendumDokument.title
                                    Control1..?
                                    Pattern ValueAddendum Dokumentationsinformationen
                                    296. Composition.section:sectionAddendumDokument.code
                                    Control1..?
                                    298. Composition.section:sectionAddendumDokument.code.coding
                                    Control1..?
                                    Fixed Value{
                                      "system" : "http://loinc.org",
                                      "code" : "55107-7",
                                      "display" : "Addendum Document"
                                    }
                                    300. Composition.section:sectionAddendumDokument.code.text
                                    Pattern ValueAddendum Dokumentationsinformationen
                                    302. Composition.section:sectionAddendumDokument.text
                                    Control1..?
                                    304. Composition.section:sectionAddendumDokument.entry
                                    Definition

                                    Dokumentationsinformationen

                                    ShortDokumentationsinformationen
                                    SlicingThis element introduces a set of slices on Composition.section.entry. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                    • type @ resolve()
                                    • 306. Composition.section:sectionAddendumDokument.entry:ZeitpunktEntscheidungzurVerlegungEntlassung
                                      Slice NameZeitpunktEntscheidungzurVerlegungEntlassung
                                      Definition

                                      Zeitpunkt Entscheidung zur Verlegung / Entlassung

                                      ShortZeitpunkt Entscheidung zur Verlegung / Entlassung
                                      Control0..1
                                      TypeReference(Zeitpunkt Entscheidung zur Verlegung / Entlassung (AKTIN))
                                      308. Composition.section:sectionAddendumDokument.entry:ZeitpunktPatientverlegungsentlassungsfahig
                                      Slice NameZeitpunktPatientverlegungsentlassungsfahig
                                      Definition

                                      Zeitpunkt Patient verlegungs- / entlassungsfähig

                                      ShortZeitpunkt Patient verlegungs- / entlassungsfähig
                                      Control0..1
                                      TypeReference(Zeitpunkt Patient verlegungs- / entlassungsfähig (AKTIN))
                                      310. Composition.section:sectionAddendumDokument.entry:ZeitpunktPatientverlegtentlassennach
                                      Slice NameZeitpunktPatientverlegtentlassennach
                                      Definition

                                      Zeitpunkt Patient verlegt / entlassen nach

                                      ShortZeitpunkt Patient verlegt / entlassen nach
                                      Control0..1
                                      TypeReference(Zeitpunkt Patient verlegt / entlassen nach (AKTIN))
                                      312. Composition.section:sectionAddendumDokument.entry:ZeitpunktBeginnpatientenbezogeneDokumentation
                                      Slice NameZeitpunktBeginnpatientenbezogeneDokumentation
                                      Definition

                                      Zeitpunkt Beginn patientenbezogene Dokumentation

                                      ShortZeitpunkt Beginn patientenbezogene Dokumentation
                                      Control0..1
                                      TypeReference(Zeitpunkt Beginn patientenbezogene Dokumentation (AKTIN))
                                      314. Composition.section:sectionAddendumDokument.entry:ZeitAnkunftAufnahme
                                      Slice NameZeitAnkunftAufnahme
                                      Definition

                                      Zeit zwischen Ankunft und Aufnahme

                                      ShortZeit zwischen Ankunft und Aufnahme
                                      Control0..1
                                      TypeReference(Zeit zwischen Ankunft und Aufnahme (AKTIN))
                                      316. Composition.section:sectionAddendumDokument.entry:ZeitAufnahmeErsteinschatzung
                                      Slice NameZeitAufnahmeErsteinschatzung
                                      Definition

                                      Zeit zwischen Aufnahme und erster Ersteinschätzung

                                      ShortZeit zwischen Aufnahme und erster Ersteinschätzung
                                      Control0..1
                                      TypeReference(Zeit zwischen Aufnahme und erster Ersteinschätzung (AKTIN))
                                      318. Composition.section:sectionAddendumDokument.entry:ZeitAufnahmeArztkontakt
                                      Slice NameZeitAufnahmeArztkontakt
                                      Definition

                                      Zeit zwischen Aufnahme und erstem Arztkontakt

                                      ShortZeit zwischen Aufnahme und erstem Arztkontakt
                                      Control0..1
                                      TypeReference(Zeit zwischen Aufnahme und erstem Arztkontakt (AKTIN))
                                      320. Composition.section:sectionAddendumDokument.entry:ZeitEntlassungsfahig
                                      Slice NameZeitEntlassungsfahig
                                      Definition

                                      Zeit zwischen Aufnahme und Verlegungs-/Entlassungsfähigkeit des Patienten

                                      ShortZeit zwischen Aufnahme und Verlegungs-/Entlassungsfähigkeit des Patienten
                                      Control0..1
                                      TypeReference(Zeitpunkt Patient verlegungs- / entlassungsfähig (AKTIN))
                                      322. Composition.section:sectionAddendumDokument.entry:ZeitbiszEntlassung
                                      Slice NameZeitbiszEntlassung
                                      Definition

                                      Zeit zwischen Aufnahme und Verlassen des Patienten

                                      ShortZeit zwischen Aufnahme und Verlassen des Patienten
                                      Control0..1
                                      TypeReference(Zeit zwischen Aufnahme und Verlassen des Patienten (AKTIN))
                                      324. Composition.section:sectionAddendumDokument.entry:ZeitbiszumExport
                                      Slice NameZeitbiszumExport
                                      Definition

                                      Zeit bis zum Export

                                      ShortZeit bis zum Export
                                      Control0..1
                                      TypeReference(Zeit bis zum Export (AKTIN))
                                      326. Composition.section:sectionAddendumDokument.entry:EDIS
                                      Slice NameEDIS
                                      Definition

                                      EDIS

                                      ShortEDIS
                                      Control0..1
                                      TypeReference(EDIS (AKTIN))
                                      328. Composition.section:sectionAddendumDokument.emptyReason
                                      Control0..0
                                      Must Supportfalse

                                      Guidance on how to interpret the contents of this table can be foundhere

                                      0. Composition
                                      Definition

                                      Episodenzusammenfassung Notaufnahmeregister (Composition).

                                      Eine Composition ist ein Satz Informationen mit Gesundheitsbezug, die in einem einzigen logischen Dokument zusammengefasst sind, das eine einzige zusammenhängende Aussage enthält, seinen eigenen Kontext etabliert und über eine klinische Bestätigung hinsichtlich des Urhebers der Aussage verfügt.

                                      Eine Komposition definiert zwar die Struktur, enthält jedoch nicht den Inhalt selbst: Der vollständige Inhalt eines Dokuments ist vielmehr in einem Bundle enthalten, dessen erste enthaltene Ressource die Composition ist.

                                      ShortEpisodenzusammenfassung Notaufnahmeregister (Composition)
                                      Comments

                                      While the focus of this specification is on patient-specific clinical statements, this resource can also apply to other healthcare-related statements such as study protocol designs, healthcare invoices and other activities that are not necessarily patient-specific or clinical.

                                      Control0..*
                                      Is Modifierfalse
                                      Summaryfalse
                                      Invariantsdom-2: If the resource is contained in another resource, it SHALL NOT contain nested Resources (contained.contained.empty())
                                      dom-3: If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource (contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty())
                                      dom-4: If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated (contained.meta.versionId.empty() and contained.meta.lastUpdated.empty())
                                      dom-5: If a resource is contained in another resource, it SHALL NOT have a security label (contained.meta.security.empty())
                                      dom-6: A resource should have narrative for robust management (text.`div`.exists())
                                      2. Composition.id
                                      Definition

                                      The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.

                                      ShortLogical id of this artifact
                                      Comments

                                      The only time that a resource does not have an id is when it is being submitted to the server using a create operation.

                                      Control0..1
                                      Typeid
                                      Is Modifierfalse
                                      Summarytrue
                                      4. Composition.meta
                                      Definition

                                      The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.

                                      ShortMetadata about the resource
                                      Control0..1
                                      TypeMeta
                                      Is Modifierfalse
                                      Summarytrue
                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      6. Composition.implicitRules
                                      Definition

                                      A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.

                                      ShortA set of rules under which this content was created
                                      Comments

                                      Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. Often, when used, the URL is a reference to an implementation guide that defines these special rules as part of it's narrative along with other profiles, value sets, etc.

                                      Control0..1
                                      Typeuri
                                      Is Modifiertrue because This element is labeled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies it's meaning or interpretation
                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                      Summarytrue
                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      8. Composition.language
                                      Definition

                                      The base language in which the resource is written.

                                      ShortLanguage of the resource content
                                      Comments

                                      Language is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource. Not all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute).

                                      Control0..1
                                      BindingThe codes SHOULD be taken from CommonLanguages
                                      (preferred to http://hl7.org/fhir/ValueSet/languages)

                                      A human language.

                                      Additional BindingsPurpose
                                      AllLanguagesMax Binding
                                      Typecode
                                      Is Modifierfalse
                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                      Summaryfalse
                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      10. Composition.text
                                      Definition

                                      A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.

                                      ShortText summary of the resource, for human interpretation
                                      Comments

                                      Contained resources do not have narrative. Resources that are not contained SHOULD have a narrative. In some cases, a resource may only have text with little or no additional discrete data (as long as all minOccurs=1 elements are satisfied). This may be necessary for data from legacy systems where information is captured as a "text blob" or where text is additionally entered raw or narrated and encoded information is added later.

                                      Control0..1
                                      TypeNarrative
                                      Is Modifierfalse
                                      Summaryfalse
                                      Alternate Namesnarrative, html, xhtml, display
                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      12. Composition.contained
                                      Definition

                                      These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.

                                      ShortContained, inline Resources
                                      Comments

                                      This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again. Contained resources may have profiles and tags In their meta elements, but SHALL NOT have security labels.

                                      Control0..*
                                      TypeResource
                                      Is Modifierfalse
                                      Summaryfalse
                                      Alternate Namesinline resources, anonymous resources, contained resources
                                      14. Composition.extension
                                      Definition

                                      May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                      ShortAdditional content defined by implementations
                                      Comments

                                      There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                      Control0..*
                                      TypeExtension
                                      Is Modifierfalse
                                      Summaryfalse
                                      Alternate Namesextensions, user content
                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                      16. Composition.modifierExtension
                                      Definition

                                      May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                      Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                      ShortExtensions that cannot be ignored
                                      Comments

                                      There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                      Control0..*
                                      TypeExtension
                                      Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the resource that contains them
                                      Summaryfalse
                                      Requirements

                                      Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                      Alternate Namesextensions, user content
                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                      18. Composition.identifier
                                      Definition

                                      A version-independent identifier for the Composition. This identifier stays constant as the composition is changed over time.

                                      ShortBusiness Identifier dieser Episodenzusammenfassung Notaufnahmeregister
                                      Comments

                                      Similar to ClinicalDocument/setId in CDA. See discussion in resource definition for how these relate.

                                      NoteThis is a business identifier, not a resource identifier (see discussion)
                                      Control0..1
                                      TypeIdentifier
                                      Is Modifierfalse
                                      Summarytrue
                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      20. Composition.status
                                      Definition

                                      The workflow/clinical status of this composition. The status is a marker for the clinical standing of the document.

                                      ShortStatus der Episodenzusammenfassung Notaufnahmeregister
                                      Comments

                                      If a composition is marked as withdrawn, the compositions/documents in the series, or data from the composition or document series, should never be displayed to a user without being clearly marked as untrustworthy. The flag "entered-in-error" is why this element is labeled as a modifier of other elements.

                                      Some reporting work flows require that the original narrative of a final document never be altered; instead, only new narrative can be added. The composition resource has no explicit status for explicitly noting whether this business rule is in effect. This would be handled by an extension if required.

                                      Control1..1
                                      BindingThe codes SHALL be taken from CompositionStatus
                                      (required to http://hl7.org/fhir/ValueSet/composition-status|4.0.1)

                                      The workflow/clinical status of the composition.

                                      Typecode
                                      Is Modifiertrue because This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid
                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                      Summarytrue
                                      Requirements

                                      Need to be able to mark interim, amended, or withdrawn compositions or documents.

                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      22. Composition.type
                                      Definition

                                      Gibt an dass diese Composition eine "Episodenzusammenfassung Notaufnahmeregister" ist

                                      ShortType der Composition ("Episodenzusammenfassung Notaufnahmeregister")
                                      Comments

                                      For Composition type, LOINC is ubiquitous and strongly endorsed by HL7. Most implementation guides will require a specific LOINC code, or use LOINC as an extensible binding.

                                      Control1..1
                                      BindingThe codes SHOULD be taken from FHIRDocumentTypeCodes
                                      (preferred to http://hl7.org/fhir/ValueSet/doc-typecodes)

                                      Type of a composition.

                                      TypeCodeableConcept
                                      Is Modifierfalse
                                      Summarytrue
                                      Requirements

                                      Key metadata element describing the composition, used in searching/filtering.

                                      Pattern Value{
                                        "coding" : [{
                                          "system" : "http://loinc.org",
                                          "code" : "97663-9",
                                          "display" : "Emergency medicine Emergency department Discharge summary"
                                        }]
                                      }
                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      24. Composition.category
                                      Definition

                                      A categorization for the type of the composition - helps for indexing and searching. This may be implied by or derived from the code specified in the Composition Type.

                                      ShortCategorization of Composition
                                      Comments

                                      This is a metadata field from XDS/MHD.

                                      Control0..*
                                      BindingFor example codes, see DocumentClassValueSet
                                      (example to http://hl7.org/fhir/ValueSet/document-classcodes)

                                      High-level kind of a clinical document at a macro level.

                                      TypeCodeableConcept
                                      Is Modifierfalse
                                      Summarytrue
                                      Requirements

                                      Helps humans to assess whether the composition is of interest when viewing an index of compositions or documents.

                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      26. Composition.subject
                                      Definition

                                      Für die Episodenzusammenfassung Notaufnahmeregister ist "subject" immer der Patient.

                                      ShortPatient der Episodenzusammenfassung Notaufnahmeregister
                                      Comments

                                      For clinical documents, this is usually the patient.

                                      Control1..1
                                      TypeReference(Patient (AKTIN))
                                      Is Modifierfalse
                                      Summarytrue
                                      Requirements

                                      Essential metadata for searching for the composition. Identifies who and/or what the composition/document is about.

                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      28. Composition.encounter
                                      Definition

                                      Describes the clinical encounter or type of care this documentation is associated with.

                                      ShortContext of the Composition
                                      Control0..1
                                      TypeReference(Aufenthalt (AKTIN))
                                      Is Modifierfalse
                                      Summarytrue
                                      Requirements

                                      Provides context for the composition and supports searching.

                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      30. Composition.date
                                      Definition

                                      The composition editing time, when the composition was last logically changed by the author.

                                      ShortDatum der Erstellung der Episodenzusammenfassung Notaufnahmeregister
                                      Comments

                                      The Last Modified Date on the composition may be after the date of the document was attested without being changed.

                                      Control1..1
                                      TypedateTime
                                      Is Modifierfalse
                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                      Summarytrue
                                      Requirements

                                      dateTime is used for tracking, organizing versions and searching. Note that this is the time of authoring. When packaged in a document, Bundle.timestamp is the date of packaging.

                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      32. Composition.author
                                      Definition

                                      Gibt an, wer für die Informationen in der Episodenzusammenfassung Notaufnahmeregister verantwortlich ist, nicht unbedingt, wer sie eingegeben hat.

                                      ShortAutor der Episodenzusammenfassung Notaufnahmeregister
                                      Control1..*
                                      TypeReference(Practitioner, PractitionerRole)
                                      Is Modifierfalse
                                      Summarytrue
                                      Requirements

                                      Identifies who is responsible for the content.

                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      34. Composition.title
                                      Definition

                                      Offizielle, menschenlesbare Bezeichnung für die Zusammensetzung.

                                      Für dieses Dokument sollte "Episodenzusammenfassung Notaufnahmeregister" oder eine gleichwertige Übersetzung verwendet werden.

                                      ShortEpisodenzusammenfassung Notaufnahmeregister als Abschluss-Dokument
                                      Comments

                                      For many compositions, the title is the same as the text or a display name of Composition.type (e.g. a "consultation" or "progress note"). Note that CDA does not make title mandatory, but there are no known cases where it is useful for title to be omitted, so it is mandatory here. Feedback on this requirement is welcome during the trial use period.

                                      Control1..1
                                      Typestring
                                      Is Modifierfalse
                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                      Must Supporttrue
                                      Summarytrue
                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      36. Composition.confidentiality
                                      Definition

                                      The code specifying the level of confidentiality of the Composition.

                                      ShortAs defined by affinity domain
                                      Comments

                                      The exact use of this element, and enforcement and issues related to highly sensitive documents are out of scope for the base specification, and delegated to implementation profiles (see security section). This element is labeled as a modifier because highly confidential documents must not be treated as if they are not.

                                      Control0..1
                                      BindingThe codes SHALL be taken from v3.ConfidentialityClassification (2014-03-26)
                                      (required to http://terminology.hl7.org/ValueSet/v3-ConfidentialityClassification|2014-03-26)

                                      Codes specifying the level of confidentiality of the composition.

                                      Typecode
                                      Is Modifierfalse
                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                      Summarytrue
                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      38. Composition.attester
                                      Definition

                                      A participant who has attested to the accuracy of the composition/document.

                                      ShortAttests to accuracy of composition
                                      Comments

                                      Only list each attester once.

                                      Control0..*
                                      TypeBackboneElement
                                      Is Modifierfalse
                                      Summaryfalse
                                      Requirements

                                      Identifies responsibility for the accuracy of the composition content.

                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      40. Composition.attester.id
                                      Definition

                                      Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                      ShortUnique id for inter-element referencing
                                      Control0..1
                                      Typestring
                                      Is Modifierfalse
                                      XML FormatIn the XML format, this property is represented as an attribute.
                                      Summaryfalse
                                      42. Composition.attester.extension
                                      Definition

                                      May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                      ShortAdditional content defined by implementations
                                      Comments

                                      There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                      Control0..*
                                      TypeExtension
                                      Is Modifierfalse
                                      Summaryfalse
                                      Alternate Namesextensions, user content
                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                      44. Composition.attester.modifierExtension
                                      Definition

                                      May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                      Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                      ShortExtensions that cannot be ignored even if unrecognized
                                      Comments

                                      There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                      Control0..*
                                      TypeExtension
                                      Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                      Summarytrue
                                      Requirements

                                      Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                      Alternate Namesextensions, user content, modifiers
                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                      46. Composition.attester.mode
                                      Definition

                                      The type of attestation the authenticator offers.

                                      ShortThe type of attestation
                                      Control1..1
                                      BindingThe codes SHALL be taken from CompositionAttestationMode
                                      (required to http://hl7.org/fhir/ValueSet/composition-attestation-mode|4.0.1)

                                      The way in which a person authenticated a composition.

                                      Typecode
                                      Is Modifierfalse
                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                      Summaryfalse
                                      Requirements

                                      Indicates the level of authority of the attestation.

                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      48. Composition.attester.time
                                      Definition

                                      When the composition was attested by the party.

                                      ShortWhen the composition was attested
                                      Control0..1
                                      TypedateTime
                                      Is Modifierfalse
                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                      Summaryfalse
                                      Requirements

                                      Identifies when the information in the composition was deemed accurate. (Things may have changed since then.).

                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      50. Composition.attester.party
                                      Definition

                                      Who attested the composition in the specified way.

                                      ShortWho attested the composition
                                      Control0..1
                                      TypeReference(Patient, RelatedPerson, Practitioner, PractitionerRole, Organization)
                                      Is Modifierfalse
                                      Summaryfalse
                                      Requirements

                                      Identifies who has taken on the responsibility for accuracy of the composition content.

                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      52. Composition.custodian
                                      Definition

                                      Identifies the organization or group who is responsible for ongoing maintenance of and access to the composition/document information.

                                      ShortOrganization which maintains the composition
                                      Comments

                                      This is useful when documents are derived from a composition - provides guidance for how to get the latest version of the document. This is optional because this is sometimes not known by the authoring system, and can be inferred by context. However, it is important that this information be known when working with a derived document, so providing a custodian is encouraged.

                                      Control0..1
                                      TypeReference(Organization)
                                      Is Modifierfalse
                                      Summarytrue
                                      Requirements

                                      Identifies where to go to find the current version, where to report issues, etc.

                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      54. Composition.relatesTo
                                      Definition

                                      Relationships that this composition has with other compositions or documents that already exist.

                                      ShortRelationships to other compositions/documents
                                      Comments

                                      A document is a version specific composition.

                                      Control0..*
                                      TypeBackboneElement
                                      Is Modifierfalse
                                      Summaryfalse
                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      56. Composition.relatesTo.id
                                      Definition

                                      Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                      ShortUnique id for inter-element referencing
                                      Control0..1
                                      Typestring
                                      Is Modifierfalse
                                      XML FormatIn the XML format, this property is represented as an attribute.
                                      Summaryfalse
                                      58. Composition.relatesTo.extension
                                      Definition

                                      May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                      ShortAdditional content defined by implementations
                                      Comments

                                      There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                      Control0..*
                                      TypeExtension
                                      Is Modifierfalse
                                      Summaryfalse
                                      Alternate Namesextensions, user content
                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                      60. Composition.relatesTo.modifierExtension
                                      Definition

                                      May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                      Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                      ShortExtensions that cannot be ignored even if unrecognized
                                      Comments

                                      There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                      Control0..*
                                      TypeExtension
                                      Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                      Summarytrue
                                      Requirements

                                      Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                      Alternate Namesextensions, user content, modifiers
                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                      62. Composition.relatesTo.code
                                      Definition

                                      The type of relationship that this composition has with anther composition or document.

                                      Shortreplaces | transforms | signs | appends
                                      Comments

                                      If this document appends another document, then the document cannot be fully understood without also accessing the referenced document.

                                      Control1..1
                                      BindingThe codes SHALL be taken from DocumentRelationshipType
                                      (required to http://hl7.org/fhir/ValueSet/document-relationship-type|4.0.1)

                                      The type of relationship between documents.

                                      Typecode
                                      Is Modifierfalse
                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                      Summaryfalse
                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      64. Composition.relatesTo.target[x]
                                      Definition

                                      The target composition/document of this relationship.

                                      ShortTarget of the relationship
                                      Control1..1
                                      TypeChoice of: Identifier, Reference(Composition)
                                      [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                      Is Modifierfalse
                                      Summaryfalse
                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      66. Composition.event
                                      Definition

                                      The clinical service, such as a colonoscopy or an appendectomy, being documented.

                                      ShortThe clinical service(s) being documented
                                      Comments

                                      The event needs to be consistent with the type element, though can provide further information if desired.

                                      Control0..*
                                      TypeBackboneElement
                                      Is Modifierfalse
                                      Summarytrue
                                      Requirements

                                      Provides context for the composition and creates a linkage between a resource describing an event and the composition created describing the event.

                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      68. Composition.event.id
                                      Definition

                                      Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                      ShortUnique id for inter-element referencing
                                      Control0..1
                                      Typestring
                                      Is Modifierfalse
                                      XML FormatIn the XML format, this property is represented as an attribute.
                                      Summaryfalse
                                      70. Composition.event.extension
                                      Definition

                                      May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                      ShortAdditional content defined by implementations
                                      Comments

                                      There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                      Control0..*
                                      TypeExtension
                                      Is Modifierfalse
                                      Summaryfalse
                                      Alternate Namesextensions, user content
                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                      72. Composition.event.modifierExtension
                                      Definition

                                      May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                      Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                      ShortExtensions that cannot be ignored even if unrecognized
                                      Comments

                                      There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                      Control0..*
                                      TypeExtension
                                      Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                      Summarytrue
                                      Requirements

                                      Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                      Alternate Namesextensions, user content, modifiers
                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                      74. Composition.event.code
                                      Definition

                                      This list of codes represents the main clinical acts, such as a colonoscopy or an appendectomy, being documented. In some cases, the event is inherent in the typeCode, such as a "History and Physical Report" in which the procedure being documented is necessarily a "History and Physical" act.

                                      ShortCode(s) that apply to the event being documented
                                      Comments

                                      An event can further specialize the act inherent in the typeCode, such as where it is simply "Procedure Report" and the procedure was a "colonoscopy". If one or more eventCodes are included, they SHALL NOT conflict with the values inherent in the classCode, practiceSettingCode or typeCode, as such a conflict would create an ambiguous situation. This short list of codes is provided to be used as key words for certain types of queries.

                                      Control0..*
                                      BindingFor example codes, see v3 Code System ActCode
                                      (example to http://terminology.hl7.org/ValueSet/v3-ActCode)

                                      This list of codes represents the main clinical acts being documented.

                                      TypeCodeableConcept
                                      Is Modifierfalse
                                      Summarytrue
                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      76. Composition.event.period
                                      Definition

                                      The period of time covered by the documentation. There is no assertion that the documentation is a complete representation for this period, only that it documents events during this time.

                                      ShortThe period covered by the documentation
                                      Control0..1
                                      TypePeriod
                                      Is Modifierfalse
                                      Summarytrue
                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      78. Composition.event.detail
                                      Definition

                                      The description and/or reference of the event(s) being documented. For example, this could be used to document such a colonoscopy or an appendectomy.

                                      ShortThe event(s) being documented
                                      Control0..*
                                      TypeReference(Resource)
                                      Is Modifierfalse
                                      Summarytrue
                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      80. Composition.section
                                      Definition

                                      Sections für die Episodenzusammenfassung Notaufnahmeregister.

                                      ShortSections für die Episodenzusammenfassung Notaufnahmeregister
                                      Control1..*
                                      TypeBackboneElement
                                      Is Modifierfalse
                                      Must Supporttrue
                                      Summaryfalse
                                      Invariantscmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())
                                      cmp-2: A section can only have an emptyReason if it is empty (emptyReason.empty() or entry.empty())
                                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      SlicingThis element introduces a set of slices on Composition.section. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                      • pattern @ code
                                      • 82. Composition.section.id
                                        Definition

                                        Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                        ShortUnique id for inter-element referencing
                                        Control0..1
                                        Typestring
                                        Is Modifierfalse
                                        XML FormatIn the XML format, this property is represented as an attribute.
                                        Summaryfalse
                                        84. Composition.section.extension
                                        Definition

                                        May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                        ShortAdditional content defined by implementations
                                        Comments

                                        There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                        Control0..*
                                        TypeExtension
                                        Is Modifierfalse
                                        Summaryfalse
                                        Alternate Namesextensions, user content
                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                        86. Composition.section.modifierExtension
                                        Definition

                                        May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                        Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                        ShortExtensions that cannot be ignored even if unrecognized
                                        Comments

                                        There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                        Control0..*
                                        TypeExtension
                                        Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                        Summarytrue
                                        Requirements

                                        Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                        Alternate Namesextensions, user content, modifiers
                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                        88. Composition.section.title
                                        Definition

                                        The label for this particular section. This will be part of the rendered content for the document, and is often used to build a table of contents.

                                        ShortLabel for section (e.g. for ToC)
                                        Comments

                                        The title identifies the section for a human reader. The title must be consistent with the narrative of the resource that is the target of the section.content reference. Generally, sections SHOULD have titles, but in some documents, it is unnecessary or inappropriate. Typically, this is where a section has subsections that have their own adequately distinguishing title, or documents that only have a single section. Most Implementation Guides will make section title to be a required element.

                                        Control0..1
                                        Typestring
                                        Is Modifierfalse
                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                        Summaryfalse
                                        Requirements

                                        Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized.

                                        Alternate Namesheader, label, caption
                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                        90. Composition.section.code
                                        Definition

                                        A code identifying the kind of content contained within the section. This must be consistent with the section title.

                                        ShortClassification of section (recommended)
                                        Comments

                                        The code identifies the section for an automated processor of the document. This is particularly relevant when using profiles to control the structure of the document.

                                        If the section has content (instead of sub-sections), the section.code does not change the meaning or interpretation of the resource that is the content of the section in the comments for the section.code.

                                        Control0..1
                                        BindingFor example codes, see DocumentSectionCodes
                                        (example to http://hl7.org/fhir/ValueSet/doc-section-codes)

                                        Classification of a section of a composition/document.

                                        TypeCodeableConcept
                                        Is Modifierfalse
                                        Must Supporttrue
                                        Summaryfalse
                                        Requirements

                                        Provides computable standardized labels to topics within the document.

                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                        92. Composition.section.author
                                        Definition

                                        Identifies who is responsible for the information in this section, not necessarily who typed it in.

                                        ShortWho and/or what authored the section
                                        Control0..*
                                        TypeReference(Practitioner, PractitionerRole, Device, Patient, RelatedPerson, Organization)
                                        Is Modifierfalse
                                        Summaryfalse
                                        Requirements

                                        Identifies who is responsible for the content.

                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                        94. Composition.section.focus
                                        Definition

                                        The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources).

                                        ShortWho/what the section is about, when it is not about the subject of composition
                                        Comments

                                        Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples.

                                        Control0..1
                                        TypeReference(Resource)
                                        Is Modifierfalse
                                        Summaryfalse
                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                        96. Composition.section.text
                                        Definition

                                        A human-readable narrative that contains the attested content of the section, used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative.

                                        ShortText summary of the section, for human interpretation
                                        Comments

                                        Document profiles may define what content should be represented in the narrative to ensure clinical safety.

                                        Control0..1
                                        This element is affected by the following invariants: cmp-1
                                        TypeNarrative
                                        Is Modifierfalse
                                        Must Supporttrue
                                        Summaryfalse
                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                        98. Composition.section.mode
                                        Definition

                                        How the entry list was prepared - whether it is a working list that is suitable for being maintained on an ongoing basis, or if it represents a snapshot of a list of items from another source, or whether it is a prepared list where items may be marked as added, modified or deleted.

                                        Shortworking | snapshot | changes
                                        Comments

                                        This element is labeled as a modifier because a change list must not be misunderstood as a complete list.

                                        Control0..1
                                        BindingThe codes SHALL be taken from ListMode
                                        (required to http://hl7.org/fhir/ValueSet/list-mode|4.0.1)

                                        The processing mode that applies to this section.

                                        Typecode
                                        Is Modifierfalse
                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                        Summaryfalse
                                        Requirements

                                        Sections are used in various ways, and it must be known in what way it is safe to use the entries in them.

                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                        100. Composition.section.orderedBy
                                        Definition

                                        Specifies the order applied to the items in the section entries.

                                        ShortOrder of section entries
                                        Comments

                                        Applications SHOULD render ordered lists in the order provided, but MAY allow users to re-order based on their own preferences as well. If there is no order specified, the order is unknown, though there may still be some order.

                                        Control0..1
                                        BindingThe codes SHOULD be taken from ListOrderCodes
                                        (preferred to http://hl7.org/fhir/ValueSet/list-order)

                                        What order applies to the items in the entry.

                                        TypeCodeableConcept
                                        Is Modifierfalse
                                        Summaryfalse
                                        Requirements

                                        Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries.

                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                        102. Composition.section.entry
                                        Definition

                                        A reference to the actual resource from which the narrative in the section is derived.

                                        ShortA reference to data that supports this section
                                        Comments

                                        If there are no entries in the list, an emptyReason SHOULD be provided.

                                        Control0..*
                                        This element is affected by the following invariants: cmp-2
                                        TypeReference(Resource)
                                        Is Modifierfalse
                                        Must Supporttrue
                                        Summaryfalse
                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                        104. Composition.section.emptyReason
                                        Definition

                                        If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason.

                                        ShortWhy the section is empty
                                        Comments

                                        The various reasons for an empty section make a significant interpretation to its interpretation. Note that this code is for use when the entire section content has been suppressed, and not for when individual items are omitted - implementers may consider using a text note or a flag on an entry in these cases.

                                        Control0..1
                                        This element is affected by the following invariants: cmp-2
                                        BindingThe codes SHOULD be taken from ListEmptyReasons
                                        (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)

                                        If a section is empty, why it is empty.

                                        TypeCodeableConcept
                                        Is Modifierfalse
                                        Summaryfalse
                                        Requirements

                                        Allows capturing things like "none exist" or "not asked" which can be important for most lists.

                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                        106. Composition.section.section
                                        Definition

                                        A nested sub-section within this section.

                                        ShortNested Section
                                        Comments

                                        Nested sections are primarily used to help human readers navigate to particular portions of the document.

                                        Control0..*
                                        This element is affected by the following invariants: cmp-1
                                        TypeSeettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section
                                        Is Modifierfalse
                                        Summaryfalse
                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                        108. Composition.section:sectionDemografischeInformationen
                                        Slice NamesectionDemografischeInformationen
                                        Definition

                                        Zusätzliche demografische Informationen zum Patienten

                                        ShortDemografische Informationen Section
                                        Control0..1
                                        TypeBackboneElement
                                        Is Modifierfalse
                                        Summaryfalse
                                        Invariantscmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())
                                        cmp-2: A section can only have an emptyReason if it is empty (emptyReason.empty() or entry.empty())
                                        ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                        110. Composition.section:sectionDemografischeInformationen.id
                                        Definition

                                        Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                        ShortUnique id for inter-element referencing
                                        Control0..1
                                        Typestring
                                        Is Modifierfalse
                                        XML FormatIn the XML format, this property is represented as an attribute.
                                        Summaryfalse
                                        112. Composition.section:sectionDemografischeInformationen.extension
                                        Definition

                                        May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                        ShortAdditional content defined by implementations
                                        Comments

                                        There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                        Control0..*
                                        TypeExtension
                                        Is Modifierfalse
                                        Summaryfalse
                                        Alternate Namesextensions, user content
                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                        114. Composition.section:sectionDemografischeInformationen.modifierExtension
                                        Definition

                                        May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                        Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                        ShortExtensions that cannot be ignored even if unrecognized
                                        Comments

                                        There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                        Control0..*
                                        TypeExtension
                                        Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                        Summarytrue
                                        Requirements

                                        Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                        Alternate Namesextensions, user content, modifiers
                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                        116. Composition.section:sectionDemografischeInformationen.title
                                        Definition

                                        The label for this particular section. This will be part of the rendered content for the document, and is often used to build a table of contents.

                                        ShortLabel for section (e.g. for ToC)
                                        Comments

                                        The title identifies the section for a human reader. The title must be consistent with the narrative of the resource that is the target of the section.content reference. Generally, sections SHOULD have titles, but in some documents, it is unnecessary or inappropriate. Typically, this is where a section has subsections that have their own adequately distinguishing title, or documents that only have a single section. Most Implementation Guides will make section title to be a required element.

                                        Control1..1
                                        Typestring
                                        Is Modifierfalse
                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                        Summaryfalse
                                        Requirements

                                        Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized.

                                        Alternate Namesheader, label, caption
                                        Pattern ValueDemographische Informationen
                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                        118. Composition.section:sectionDemografischeInformationen.code
                                        Definition

                                        A code identifying the kind of content contained within the section. This must be consistent with the section title.

                                        ShortClassification of section (recommended)
                                        Comments

                                        The code identifies the section for an automated processor of the document. This is particularly relevant when using profiles to control the structure of the document.

                                        If the section has content (instead of sub-sections), the section.code does not change the meaning or interpretation of the resource that is the content of the section in the comments for the section.code.

                                        Control1..1
                                        BindingFor example codes, see DocumentSectionCodes
                                        (example to http://hl7.org/fhir/ValueSet/doc-section-codes)

                                        Classification of a section of a composition/document.

                                        TypeCodeableConcept
                                        Is Modifierfalse
                                        Must Supporttrue
                                        Summaryfalse
                                        Requirements

                                        Provides computable standardized labels to topics within the document.

                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                        120. Composition.section:sectionDemografischeInformationen.code.id
                                        Definition

                                        Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                        ShortUnique id for inter-element referencing
                                        Control0..1
                                        Typestring
                                        Is Modifierfalse
                                        XML FormatIn the XML format, this property is represented as an attribute.
                                        Summaryfalse
                                        122. Composition.section:sectionDemografischeInformationen.code.extension
                                        Definition

                                        May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                        ShortAdditional content defined by implementations
                                        Comments

                                        There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                        Control0..*
                                        TypeExtension
                                        Is Modifierfalse
                                        Summaryfalse
                                        Alternate Namesextensions, user content
                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                        SlicingThis element introduces a set of slices on Composition.section.code.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                        • value @ url
                                        • 124. Composition.section:sectionDemografischeInformationen.code.coding
                                          Definition

                                          A reference to a code defined by a terminology system.

                                          ShortCode defined by a terminology system
                                          Comments

                                          Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                                          Control1..*
                                          TypeCoding
                                          Is Modifierfalse
                                          Summarytrue
                                          Requirements

                                          Allows for alternative encodings within a code system, and translations to other code systems.

                                          Fixed Value{
                                            "system" : "http://loinc.org",
                                            "code" : "45970-1",
                                            "display" : "Demographic information section"
                                          }
                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                          126. Composition.section:sectionDemografischeInformationen.code.text
                                          Definition

                                          A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user.

                                          ShortPlain text representation of the concept
                                          Comments

                                          Very often the text is the same as a displayName of one of the codings.

                                          Control0..1
                                          Typestring
                                          Is Modifierfalse
                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                          Summarytrue
                                          Requirements

                                          The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source.

                                          Pattern ValueDemographische Informationen
                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                          128. Composition.section:sectionDemografischeInformationen.author
                                          Definition

                                          Identifies who is responsible for the information in this section, not necessarily who typed it in.

                                          ShortWho and/or what authored the section
                                          Control0..*
                                          TypeReference(Practitioner, PractitionerRole, Device, Patient, RelatedPerson, Organization)
                                          Is Modifierfalse
                                          Summaryfalse
                                          Requirements

                                          Identifies who is responsible for the content.

                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                          130. Composition.section:sectionDemografischeInformationen.focus
                                          Definition

                                          The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources).

                                          ShortWho/what the section is about, when it is not about the subject of composition
                                          Comments

                                          Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples.

                                          Control0..1
                                          TypeReference(Resource)
                                          Is Modifierfalse
                                          Summaryfalse
                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                          132. Composition.section:sectionDemografischeInformationen.text
                                          Definition

                                          A human-readable narrative that contains the attested content of the section, used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative.

                                          ShortText summary of the section, for human interpretation
                                          Comments

                                          Document profiles may define what content should be represented in the narrative to ensure clinical safety.

                                          Control1..1
                                          This element is affected by the following invariants: cmp-1
                                          TypeNarrative
                                          Is Modifierfalse
                                          Must Supporttrue
                                          Summaryfalse
                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                          134. Composition.section:sectionDemografischeInformationen.mode
                                          Definition

                                          How the entry list was prepared - whether it is a working list that is suitable for being maintained on an ongoing basis, or if it represents a snapshot of a list of items from another source, or whether it is a prepared list where items may be marked as added, modified or deleted.

                                          Shortworking | snapshot | changes
                                          Comments

                                          This element is labeled as a modifier because a change list must not be misunderstood as a complete list.

                                          Control0..1
                                          BindingThe codes SHALL be taken from ListMode
                                          (required to http://hl7.org/fhir/ValueSet/list-mode|4.0.1)

                                          The processing mode that applies to this section.

                                          Typecode
                                          Is Modifierfalse
                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                          Summaryfalse
                                          Requirements

                                          Sections are used in various ways, and it must be known in what way it is safe to use the entries in them.

                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                          136. Composition.section:sectionDemografischeInformationen.orderedBy
                                          Definition

                                          Specifies the order applied to the items in the section entries.

                                          ShortOrder of section entries
                                          Comments

                                          Applications SHOULD render ordered lists in the order provided, but MAY allow users to re-order based on their own preferences as well. If there is no order specified, the order is unknown, though there may still be some order.

                                          Control0..1
                                          BindingThe codes SHOULD be taken from ListOrderCodes
                                          (preferred to http://hl7.org/fhir/ValueSet/list-order)

                                          What order applies to the items in the entry.

                                          TypeCodeableConcept
                                          Is Modifierfalse
                                          Summaryfalse
                                          Requirements

                                          Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries.

                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                          138. Composition.section:sectionDemografischeInformationen.entry
                                          Definition

                                          A reference to the actual resource from which the narrative in the section is derived.

                                          ShortA reference to data that supports this section
                                          Comments

                                          If there are no entries in the list, an emptyReason SHOULD be provided.

                                          Control0..1
                                          This element is affected by the following invariants: cmp-2
                                          TypeReference(Alter Patient (AKTIN))
                                          Is Modifierfalse
                                          Must Supporttrue
                                          Summaryfalse
                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                          140. Composition.section:sectionDemografischeInformationen.emptyReason
                                          Definition

                                          If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason.

                                          ShortWhy the section is empty
                                          Comments

                                          The various reasons for an empty section make a significant interpretation to its interpretation. Note that this code is for use when the entire section content has been suppressed, and not for when individual items are omitted - implementers may consider using a text note or a flag on an entry in these cases.

                                          Control0..0
                                          This element is affected by the following invariants: cmp-2
                                          BindingThe codes SHOULD be taken from ListEmptyReasons
                                          (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)

                                          If a section is empty, why it is empty.

                                          TypeCodeableConcept
                                          Is Modifierfalse
                                          Must Supportfalse
                                          Summaryfalse
                                          Requirements

                                          Allows capturing things like "none exist" or "not asked" which can be important for most lists.

                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                          142. Composition.section:sectionDemografischeInformationen.section
                                          Definition

                                          A nested sub-section within this section.

                                          ShortNested Section
                                          Comments

                                          Nested sections are primarily used to help human readers navigate to particular portions of the document.

                                          Control0..*
                                          This element is affected by the following invariants: cmp-1
                                          TypeSeettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section
                                          Is Modifierfalse
                                          Summaryfalse
                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                          144. Composition.section:sectionZuweisung
                                          Slice NamesectionZuweisung
                                          Definition

                                          Informationen zur Zuweisung

                                          ShortZuweisung Section
                                          Control0..1
                                          TypeBackboneElement
                                          Is Modifierfalse
                                          Summaryfalse
                                          Invariantscmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())
                                          cmp-2: A section can only have an emptyReason if it is empty (emptyReason.empty() or entry.empty())
                                          ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                          146. Composition.section:sectionZuweisung.id
                                          Definition

                                          Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                          ShortUnique id for inter-element referencing
                                          Control0..1
                                          Typestring
                                          Is Modifierfalse
                                          XML FormatIn the XML format, this property is represented as an attribute.
                                          Summaryfalse
                                          148. Composition.section:sectionZuweisung.extension
                                          Definition

                                          May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                          ShortAdditional content defined by implementations
                                          Comments

                                          There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                          Control0..*
                                          TypeExtension
                                          Is Modifierfalse
                                          Summaryfalse
                                          Alternate Namesextensions, user content
                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                          150. Composition.section:sectionZuweisung.modifierExtension
                                          Definition

                                          May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                          Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                          ShortExtensions that cannot be ignored even if unrecognized
                                          Comments

                                          There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                          Control0..*
                                          TypeExtension
                                          Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                          Summarytrue
                                          Requirements

                                          Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                          Alternate Namesextensions, user content, modifiers
                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                          152. Composition.section:sectionZuweisung.title
                                          Definition

                                          The label for this particular section. This will be part of the rendered content for the document, and is often used to build a table of contents.

                                          ShortLabel for section (e.g. for ToC)
                                          Comments

                                          The title identifies the section for a human reader. The title must be consistent with the narrative of the resource that is the target of the section.content reference. Generally, sections SHOULD have titles, but in some documents, it is unnecessary or inappropriate. Typically, this is where a section has subsections that have their own adequately distinguishing title, or documents that only have a single section. Most Implementation Guides will make section title to be a required element.

                                          Control1..1
                                          Typestring
                                          Is Modifierfalse
                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                          Summaryfalse
                                          Requirements

                                          Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized.

                                          Alternate Namesheader, label, caption
                                          Pattern ValueZuweisung
                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                          154. Composition.section:sectionZuweisung.code
                                          Definition

                                          A code identifying the kind of content contained within the section. This must be consistent with the section title.

                                          ShortClassification of section (recommended)
                                          Comments

                                          The code identifies the section for an automated processor of the document. This is particularly relevant when using profiles to control the structure of the document.

                                          If the section has content (instead of sub-sections), the section.code does not change the meaning or interpretation of the resource that is the content of the section in the comments for the section.code.

                                          Control1..1
                                          BindingFor example codes, see DocumentSectionCodes
                                          (example to http://hl7.org/fhir/ValueSet/doc-section-codes)

                                          Classification of a section of a composition/document.

                                          TypeCodeableConcept
                                          Is Modifierfalse
                                          Must Supporttrue
                                          Summaryfalse
                                          Requirements

                                          Provides computable standardized labels to topics within the document.

                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                          156. Composition.section:sectionZuweisung.code.id
                                          Definition

                                          Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                          ShortUnique id for inter-element referencing
                                          Control0..1
                                          Typestring
                                          Is Modifierfalse
                                          XML FormatIn the XML format, this property is represented as an attribute.
                                          Summaryfalse
                                          158. Composition.section:sectionZuweisung.code.extension
                                          Definition

                                          May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                          ShortAdditional content defined by implementations
                                          Comments

                                          There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                          Control0..*
                                          TypeExtension
                                          Is Modifierfalse
                                          Summaryfalse
                                          Alternate Namesextensions, user content
                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                          SlicingThis element introduces a set of slices on Composition.section.code.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                          • value @ url
                                          • 160. Composition.section:sectionZuweisung.code.coding
                                            Definition

                                            A reference to a code defined by a terminology system.

                                            ShortCode defined by a terminology system
                                            Comments

                                            Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                                            Control1..*
                                            TypeCoding
                                            Is Modifierfalse
                                            Summarytrue
                                            Requirements

                                            Allows for alternative encodings within a code system, and translations to other code systems.

                                            Fixed Value{
                                              "system" : "http://loinc.org",
                                              "code" : "11293-8",
                                              "display" : "Type of Referral source"
                                            }
                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                            162. Composition.section:sectionZuweisung.code.text
                                            Definition

                                            A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user.

                                            ShortPlain text representation of the concept
                                            Comments

                                            Very often the text is the same as a displayName of one of the codings.

                                            Control0..1
                                            Typestring
                                            Is Modifierfalse
                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                            Summarytrue
                                            Requirements

                                            The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source.

                                            Pattern ValueZuweisung
                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                            164. Composition.section:sectionZuweisung.author
                                            Definition

                                            Identifies who is responsible for the information in this section, not necessarily who typed it in.

                                            ShortWho and/or what authored the section
                                            Control0..*
                                            TypeReference(Practitioner, PractitionerRole, Device, Patient, RelatedPerson, Organization)
                                            Is Modifierfalse
                                            Summaryfalse
                                            Requirements

                                            Identifies who is responsible for the content.

                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                            166. Composition.section:sectionZuweisung.focus
                                            Definition

                                            The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources).

                                            ShortWho/what the section is about, when it is not about the subject of composition
                                            Comments

                                            Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples.

                                            Control0..1
                                            TypeReference(Resource)
                                            Is Modifierfalse
                                            Summaryfalse
                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                            168. Composition.section:sectionZuweisung.text
                                            Definition

                                            A human-readable narrative that contains the attested content of the section, used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative.

                                            ShortText summary of the section, for human interpretation
                                            Comments

                                            Document profiles may define what content should be represented in the narrative to ensure clinical safety.

                                            Control1..1
                                            This element is affected by the following invariants: cmp-1
                                            TypeNarrative
                                            Is Modifierfalse
                                            Must Supporttrue
                                            Summaryfalse
                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                            170. Composition.section:sectionZuweisung.mode
                                            Definition

                                            How the entry list was prepared - whether it is a working list that is suitable for being maintained on an ongoing basis, or if it represents a snapshot of a list of items from another source, or whether it is a prepared list where items may be marked as added, modified or deleted.

                                            Shortworking | snapshot | changes
                                            Comments

                                            This element is labeled as a modifier because a change list must not be misunderstood as a complete list.

                                            Control0..1
                                            BindingThe codes SHALL be taken from ListMode
                                            (required to http://hl7.org/fhir/ValueSet/list-mode|4.0.1)

                                            The processing mode that applies to this section.

                                            Typecode
                                            Is Modifierfalse
                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                            Summaryfalse
                                            Requirements

                                            Sections are used in various ways, and it must be known in what way it is safe to use the entries in them.

                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                            172. Composition.section:sectionZuweisung.orderedBy
                                            Definition

                                            Specifies the order applied to the items in the section entries.

                                            ShortOrder of section entries
                                            Comments

                                            Applications SHOULD render ordered lists in the order provided, but MAY allow users to re-order based on their own preferences as well. If there is no order specified, the order is unknown, though there may still be some order.

                                            Control0..1
                                            BindingThe codes SHOULD be taken from ListOrderCodes
                                            (preferred to http://hl7.org/fhir/ValueSet/list-order)

                                            What order applies to the items in the entry.

                                            TypeCodeableConcept
                                            Is Modifierfalse
                                            Summaryfalse
                                            Requirements

                                            Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries.

                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                            174. Composition.section:sectionZuweisung.entry
                                            Definition

                                            A reference to the actual resource from which the narrative in the section is derived.

                                            ShortA reference to data that supports this section
                                            Comments

                                            If there are no entries in the list, an emptyReason SHOULD be provided.

                                            Control0..1
                                            This element is affected by the following invariants: cmp-2
                                            TypeReference(Zuweisung (AKTIN))
                                            Is Modifierfalse
                                            Must Supporttrue
                                            Summaryfalse
                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                            176. Composition.section:sectionZuweisung.emptyReason
                                            Definition

                                            If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason.

                                            ShortWhy the section is empty
                                            Comments

                                            The various reasons for an empty section make a significant interpretation to its interpretation. Note that this code is for use when the entire section content has been suppressed, and not for when individual items are omitted - implementers may consider using a text note or a flag on an entry in these cases.

                                            Control0..0
                                            This element is affected by the following invariants: cmp-2
                                            BindingThe codes SHOULD be taken from ListEmptyReasons
                                            (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)

                                            If a section is empty, why it is empty.

                                            TypeCodeableConcept
                                            Is Modifierfalse
                                            Must Supportfalse
                                            Summaryfalse
                                            Requirements

                                            Allows capturing things like "none exist" or "not asked" which can be important for most lists.

                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                            178. Composition.section:sectionZuweisung.section
                                            Definition

                                            A nested sub-section within this section.

                                            ShortNested Section
                                            Comments

                                            Nested sections are primarily used to help human readers navigate to particular portions of the document.

                                            Control0..*
                                            This element is affected by the following invariants: cmp-1
                                            TypeSeettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section
                                            Is Modifierfalse
                                            Summaryfalse
                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                            180. Composition.section:sectionTransportmittel
                                            Slice NamesectionTransportmittel
                                            Definition

                                            Informationen zum Transportmittel

                                            ShortTransportmittel Section
                                            Control0..1
                                            TypeBackboneElement
                                            Is Modifierfalse
                                            Summaryfalse
                                            Invariantscmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())
                                            cmp-2: A section can only have an emptyReason if it is empty (emptyReason.empty() or entry.empty())
                                            ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                            182. Composition.section:sectionTransportmittel.id
                                            Definition

                                            Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                            ShortUnique id for inter-element referencing
                                            Control0..1
                                            Typestring
                                            Is Modifierfalse
                                            XML FormatIn the XML format, this property is represented as an attribute.
                                            Summaryfalse
                                            184. Composition.section:sectionTransportmittel.extension
                                            Definition

                                            May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                            ShortAdditional content defined by implementations
                                            Comments

                                            There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                            Control0..*
                                            TypeExtension
                                            Is Modifierfalse
                                            Summaryfalse
                                            Alternate Namesextensions, user content
                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                            186. Composition.section:sectionTransportmittel.modifierExtension
                                            Definition

                                            May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                            Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                            ShortExtensions that cannot be ignored even if unrecognized
                                            Comments

                                            There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                            Control0..*
                                            TypeExtension
                                            Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                            Summarytrue
                                            Requirements

                                            Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                            Alternate Namesextensions, user content, modifiers
                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                            188. Composition.section:sectionTransportmittel.title
                                            Definition

                                            The label for this particular section. This will be part of the rendered content for the document, and is often used to build a table of contents.

                                            ShortLabel for section (e.g. for ToC)
                                            Comments

                                            The title identifies the section for a human reader. The title must be consistent with the narrative of the resource that is the target of the section.content reference. Generally, sections SHOULD have titles, but in some documents, it is unnecessary or inappropriate. Typically, this is where a section has subsections that have their own adequately distinguishing title, or documents that only have a single section. Most Implementation Guides will make section title to be a required element.

                                            Control1..1
                                            Typestring
                                            Is Modifierfalse
                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                            Summaryfalse
                                            Requirements

                                            Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized.

                                            Alternate Namesheader, label, caption
                                            Pattern ValueTransportmittel
                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                            190. Composition.section:sectionTransportmittel.code
                                            Definition

                                            A code identifying the kind of content contained within the section. This must be consistent with the section title.

                                            ShortClassification of section (recommended)
                                            Comments

                                            The code identifies the section for an automated processor of the document. This is particularly relevant when using profiles to control the structure of the document.

                                            If the section has content (instead of sub-sections), the section.code does not change the meaning or interpretation of the resource that is the content of the section in the comments for the section.code.

                                            Control1..1
                                            BindingFor example codes, see DocumentSectionCodes
                                            (example to http://hl7.org/fhir/ValueSet/doc-section-codes)

                                            Classification of a section of a composition/document.

                                            TypeCodeableConcept
                                            Is Modifierfalse
                                            Must Supporttrue
                                            Summaryfalse
                                            Requirements

                                            Provides computable standardized labels to topics within the document.

                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                            192. Composition.section:sectionTransportmittel.code.id
                                            Definition

                                            Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                            ShortUnique id for inter-element referencing
                                            Control0..1
                                            Typestring
                                            Is Modifierfalse
                                            XML FormatIn the XML format, this property is represented as an attribute.
                                            Summaryfalse
                                            194. Composition.section:sectionTransportmittel.code.extension
                                            Definition

                                            May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                            ShortAdditional content defined by implementations
                                            Comments

                                            There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                            Control0..*
                                            TypeExtension
                                            Is Modifierfalse
                                            Summaryfalse
                                            Alternate Namesextensions, user content
                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                            SlicingThis element introduces a set of slices on Composition.section.code.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                            • value @ url
                                            • 196. Composition.section:sectionTransportmittel.code.coding
                                              Definition

                                              A reference to a code defined by a terminology system.

                                              ShortCode defined by a terminology system
                                              Comments

                                              Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                                              Control1..*
                                              TypeCoding
                                              Is Modifierfalse
                                              Summarytrue
                                              Requirements

                                              Allows for alternative encodings within a code system, and translations to other code systems.

                                              Fixed Value{
                                                "system" : "http://loinc.org",
                                                "code" : "11459-5",
                                                "display" : "Transport mode EMS system"
                                              }
                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                              198. Composition.section:sectionTransportmittel.code.text
                                              Definition

                                              A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user.

                                              ShortPlain text representation of the concept
                                              Comments

                                              Very often the text is the same as a displayName of one of the codings.

                                              Control0..1
                                              Typestring
                                              Is Modifierfalse
                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                              Summarytrue
                                              Requirements

                                              The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source.

                                              Pattern ValueTransportmittel
                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                              200. Composition.section:sectionTransportmittel.author
                                              Definition

                                              Identifies who is responsible for the information in this section, not necessarily who typed it in.

                                              ShortWho and/or what authored the section
                                              Control0..*
                                              TypeReference(Practitioner, PractitionerRole, Device, Patient, RelatedPerson, Organization)
                                              Is Modifierfalse
                                              Summaryfalse
                                              Requirements

                                              Identifies who is responsible for the content.

                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                              202. Composition.section:sectionTransportmittel.focus
                                              Definition

                                              The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources).

                                              ShortWho/what the section is about, when it is not about the subject of composition
                                              Comments

                                              Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples.

                                              Control0..1
                                              TypeReference(Resource)
                                              Is Modifierfalse
                                              Summaryfalse
                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                              204. Composition.section:sectionTransportmittel.text
                                              Definition

                                              A human-readable narrative that contains the attested content of the section, used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative.

                                              ShortText summary of the section, for human interpretation
                                              Comments

                                              Document profiles may define what content should be represented in the narrative to ensure clinical safety.

                                              Control1..1
                                              This element is affected by the following invariants: cmp-1
                                              TypeNarrative
                                              Is Modifierfalse
                                              Must Supporttrue
                                              Summaryfalse
                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                              206. Composition.section:sectionTransportmittel.mode
                                              Definition

                                              How the entry list was prepared - whether it is a working list that is suitable for being maintained on an ongoing basis, or if it represents a snapshot of a list of items from another source, or whether it is a prepared list where items may be marked as added, modified or deleted.

                                              Shortworking | snapshot | changes
                                              Comments

                                              This element is labeled as a modifier because a change list must not be misunderstood as a complete list.

                                              Control0..1
                                              BindingThe codes SHALL be taken from ListMode
                                              (required to http://hl7.org/fhir/ValueSet/list-mode|4.0.1)

                                              The processing mode that applies to this section.

                                              Typecode
                                              Is Modifierfalse
                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                              Summaryfalse
                                              Requirements

                                              Sections are used in various ways, and it must be known in what way it is safe to use the entries in them.

                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                              208. Composition.section:sectionTransportmittel.orderedBy
                                              Definition

                                              Specifies the order applied to the items in the section entries.

                                              ShortOrder of section entries
                                              Comments

                                              Applications SHOULD render ordered lists in the order provided, but MAY allow users to re-order based on their own preferences as well. If there is no order specified, the order is unknown, though there may still be some order.

                                              Control0..1
                                              BindingThe codes SHOULD be taken from ListOrderCodes
                                              (preferred to http://hl7.org/fhir/ValueSet/list-order)

                                              What order applies to the items in the entry.

                                              TypeCodeableConcept
                                              Is Modifierfalse
                                              Summaryfalse
                                              Requirements

                                              Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries.

                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                              210. Composition.section:sectionTransportmittel.entry
                                              Definition

                                              Transportmittel

                                              ShortTransportmittel
                                              Comments

                                              If there are no entries in the list, an emptyReason SHOULD be provided.

                                              Control2..*
                                              This element is affected by the following invariants: cmp-2
                                              TypeReference(Resource)
                                              Is Modifierfalse
                                              Must Supporttrue
                                              Summaryfalse
                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                              SlicingThis element introduces a set of slices on Composition.section.entry. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                              • type @ resolve()
                                              • 212. Composition.section:sectionTransportmittel.entry:Transportmethode
                                                Slice NameTransportmethode
                                                Definition

                                                Transportmethode

                                                ShortTransportmethode
                                                Comments

                                                If there are no entries in the list, an emptyReason SHOULD be provided.

                                                Control0..1
                                                This element is affected by the following invariants: cmp-2
                                                TypeReference(Transportmittel (AKTIN))
                                                Is Modifierfalse
                                                Summaryfalse
                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                214. Composition.section:sectionTransportmittel.entry:MedizinischeBegleitung
                                                Slice NameMedizinischeBegleitung
                                                Definition

                                                Medizinische Begleitung

                                                ShortMedizinische Begleitung
                                                Comments

                                                If there are no entries in the list, an emptyReason SHOULD be provided.

                                                Control0..1
                                                This element is affected by the following invariants: cmp-2
                                                TypeReference(Medizinische Begleitung (AKTIN))
                                                Is Modifierfalse
                                                Summaryfalse
                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                216. Composition.section:sectionTransportmittel.emptyReason
                                                Definition

                                                If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason.

                                                ShortWhy the section is empty
                                                Comments

                                                The various reasons for an empty section make a significant interpretation to its interpretation. Note that this code is for use when the entire section content has been suppressed, and not for when individual items are omitted - implementers may consider using a text note or a flag on an entry in these cases.

                                                Control0..0
                                                This element is affected by the following invariants: cmp-2
                                                BindingThe codes SHOULD be taken from ListEmptyReasons
                                                (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)

                                                If a section is empty, why it is empty.

                                                TypeCodeableConcept
                                                Is Modifierfalse
                                                Must Supportfalse
                                                Summaryfalse
                                                Requirements

                                                Allows capturing things like "none exist" or "not asked" which can be important for most lists.

                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                218. Composition.section:sectionTransportmittel.section
                                                Definition

                                                A nested sub-section within this section.

                                                ShortNested Section
                                                Comments

                                                Nested sections are primarily used to help human readers navigate to particular portions of the document.

                                                Control0..*
                                                This element is affected by the following invariants: cmp-1
                                                TypeSeettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section
                                                Is Modifierfalse
                                                Summaryfalse
                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                220. Composition.section:sectionWiedervorstellung
                                                Slice NamesectionWiedervorstellung
                                                Definition

                                                Informationen zur Wiedervorstellung

                                                ShortWiedervorstellung Section
                                                Control0..1
                                                TypeBackboneElement
                                                Is Modifierfalse
                                                Summaryfalse
                                                Invariantscmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())
                                                cmp-2: A section can only have an emptyReason if it is empty (emptyReason.empty() or entry.empty())
                                                ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                222. Composition.section:sectionWiedervorstellung.id
                                                Definition

                                                Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                ShortUnique id for inter-element referencing
                                                Control0..1
                                                Typestring
                                                Is Modifierfalse
                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                Summaryfalse
                                                224. Composition.section:sectionWiedervorstellung.extension
                                                Definition

                                                May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                ShortAdditional content defined by implementations
                                                Comments

                                                There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                Control0..*
                                                TypeExtension
                                                Is Modifierfalse
                                                Summaryfalse
                                                Alternate Namesextensions, user content
                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                226. Composition.section:sectionWiedervorstellung.modifierExtension
                                                Definition

                                                May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                ShortExtensions that cannot be ignored even if unrecognized
                                                Comments

                                                There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                Control0..*
                                                TypeExtension
                                                Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                Summarytrue
                                                Requirements

                                                Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                                Alternate Namesextensions, user content, modifiers
                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                228. Composition.section:sectionWiedervorstellung.title
                                                Definition

                                                The label for this particular section. This will be part of the rendered content for the document, and is often used to build a table of contents.

                                                ShortLabel for section (e.g. for ToC)
                                                Comments

                                                The title identifies the section for a human reader. The title must be consistent with the narrative of the resource that is the target of the section.content reference. Generally, sections SHOULD have titles, but in some documents, it is unnecessary or inappropriate. Typically, this is where a section has subsections that have their own adequately distinguishing title, or documents that only have a single section. Most Implementation Guides will make section title to be a required element.

                                                Control1..1
                                                Typestring
                                                Is Modifierfalse
                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                Summaryfalse
                                                Requirements

                                                Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized.

                                                Alternate Namesheader, label, caption
                                                Pattern ValueWiedervorstellung
                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                230. Composition.section:sectionWiedervorstellung.code
                                                Definition

                                                A code identifying the kind of content contained within the section. This must be consistent with the section title.

                                                ShortClassification of section (recommended)
                                                Comments

                                                The code identifies the section for an automated processor of the document. This is particularly relevant when using profiles to control the structure of the document.

                                                If the section has content (instead of sub-sections), the section.code does not change the meaning or interpretation of the resource that is the content of the section in the comments for the section.code.

                                                Control1..1
                                                BindingFor example codes, see DocumentSectionCodes
                                                (example to http://hl7.org/fhir/ValueSet/doc-section-codes)

                                                Classification of a section of a composition/document.

                                                TypeCodeableConcept
                                                Is Modifierfalse
                                                Must Supporttrue
                                                Summaryfalse
                                                Requirements

                                                Provides computable standardized labels to topics within the document.

                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                232. Composition.section:sectionWiedervorstellung.code.id
                                                Definition

                                                Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                ShortUnique id for inter-element referencing
                                                Control0..1
                                                Typestring
                                                Is Modifierfalse
                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                Summaryfalse
                                                234. Composition.section:sectionWiedervorstellung.code.extension
                                                Definition

                                                May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                ShortAdditional content defined by implementations
                                                Comments

                                                There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                Control0..*
                                                TypeExtension
                                                Is Modifierfalse
                                                Summaryfalse
                                                Alternate Namesextensions, user content
                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                SlicingThis element introduces a set of slices on Composition.section.code.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                • value @ url
                                                • 236. Composition.section:sectionWiedervorstellung.code.coding
                                                  Definition

                                                  A reference to a code defined by a terminology system.

                                                  ShortCode defined by a terminology system
                                                  Comments

                                                  Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                                                  Control1..*
                                                  TypeCoding
                                                  Is Modifierfalse
                                                  Summarytrue
                                                  Requirements

                                                  Allows for alternative encodings within a code system, and translations to other code systems.

                                                  Fixed Value{
                                                    "system" : "http://loinc.org",
                                                    "code" : "LA21590-7",
                                                    "display" : "Follow-up visit"
                                                  }
                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                  238. Composition.section:sectionWiedervorstellung.code.text
                                                  Definition

                                                  A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user.

                                                  ShortPlain text representation of the concept
                                                  Comments

                                                  Very often the text is the same as a displayName of one of the codings.

                                                  Control0..1
                                                  Typestring
                                                  Is Modifierfalse
                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                  Summarytrue
                                                  Requirements

                                                  The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source.

                                                  Pattern ValueWiedervorstellung
                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                  240. Composition.section:sectionWiedervorstellung.author
                                                  Definition

                                                  Identifies who is responsible for the information in this section, not necessarily who typed it in.

                                                  ShortWho and/or what authored the section
                                                  Control0..*
                                                  TypeReference(Practitioner, PractitionerRole, Device, Patient, RelatedPerson, Organization)
                                                  Is Modifierfalse
                                                  Summaryfalse
                                                  Requirements

                                                  Identifies who is responsible for the content.

                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                  242. Composition.section:sectionWiedervorstellung.focus
                                                  Definition

                                                  The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources).

                                                  ShortWho/what the section is about, when it is not about the subject of composition
                                                  Comments

                                                  Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples.

                                                  Control0..1
                                                  TypeReference(Resource)
                                                  Is Modifierfalse
                                                  Summaryfalse
                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                  244. Composition.section:sectionWiedervorstellung.text
                                                  Definition

                                                  A human-readable narrative that contains the attested content of the section, used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative.

                                                  ShortText summary of the section, for human interpretation
                                                  Comments

                                                  Document profiles may define what content should be represented in the narrative to ensure clinical safety.

                                                  Control1..1
                                                  This element is affected by the following invariants: cmp-1
                                                  TypeNarrative
                                                  Is Modifierfalse
                                                  Must Supporttrue
                                                  Summaryfalse
                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                  246. Composition.section:sectionWiedervorstellung.mode
                                                  Definition

                                                  How the entry list was prepared - whether it is a working list that is suitable for being maintained on an ongoing basis, or if it represents a snapshot of a list of items from another source, or whether it is a prepared list where items may be marked as added, modified or deleted.

                                                  Shortworking | snapshot | changes
                                                  Comments

                                                  This element is labeled as a modifier because a change list must not be misunderstood as a complete list.

                                                  Control0..1
                                                  BindingThe codes SHALL be taken from ListMode
                                                  (required to http://hl7.org/fhir/ValueSet/list-mode|4.0.1)

                                                  The processing mode that applies to this section.

                                                  Typecode
                                                  Is Modifierfalse
                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                  Summaryfalse
                                                  Requirements

                                                  Sections are used in various ways, and it must be known in what way it is safe to use the entries in them.

                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                  248. Composition.section:sectionWiedervorstellung.orderedBy
                                                  Definition

                                                  Specifies the order applied to the items in the section entries.

                                                  ShortOrder of section entries
                                                  Comments

                                                  Applications SHOULD render ordered lists in the order provided, but MAY allow users to re-order based on their own preferences as well. If there is no order specified, the order is unknown, though there may still be some order.

                                                  Control0..1
                                                  BindingThe codes SHOULD be taken from ListOrderCodes
                                                  (preferred to http://hl7.org/fhir/ValueSet/list-order)

                                                  What order applies to the items in the entry.

                                                  TypeCodeableConcept
                                                  Is Modifierfalse
                                                  Summaryfalse
                                                  Requirements

                                                  Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries.

                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                  250. Composition.section:sectionWiedervorstellung.entry
                                                  Definition

                                                  Wiedervorstellung

                                                  ShortWiedervorstellung
                                                  Comments

                                                  If there are no entries in the list, an emptyReason SHOULD be provided.

                                                  Control0..*
                                                  This element is affected by the following invariants: cmp-2
                                                  TypeReference(Resource)
                                                  Is Modifierfalse
                                                  Must Supporttrue
                                                  Summaryfalse
                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                  SlicingThis element introduces a set of slices on Composition.section.entry. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                  • type @ resolve()
                                                  • 252. Composition.section:sectionWiedervorstellung.entry:Wiedervorstellung
                                                    Slice NameWiedervorstellung
                                                    Definition

                                                    A reference to the actual resource from which the narrative in the section is derived.

                                                    ShortA reference to data that supports this section
                                                    Comments

                                                    If there are no entries in the list, an emptyReason SHOULD be provided.

                                                    Control0..1
                                                    This element is affected by the following invariants: cmp-2
                                                    TypeReference(Ungeplante Vorstellung zum gleichen Vorstellungsgrund innerhalb von 28 Tagen (AKTIN))
                                                    Is Modifierfalse
                                                    Summaryfalse
                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                    254. Composition.section:sectionWiedervorstellung.emptyReason
                                                    Definition

                                                    If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason.

                                                    ShortWhy the section is empty
                                                    Comments

                                                    The various reasons for an empty section make a significant interpretation to its interpretation. Note that this code is for use when the entire section content has been suppressed, and not for when individual items are omitted - implementers may consider using a text note or a flag on an entry in these cases.

                                                    Control0..0
                                                    This element is affected by the following invariants: cmp-2
                                                    BindingThe codes SHOULD be taken from ListEmptyReasons
                                                    (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)

                                                    If a section is empty, why it is empty.

                                                    TypeCodeableConcept
                                                    Is Modifierfalse
                                                    Must Supportfalse
                                                    Summaryfalse
                                                    Requirements

                                                    Allows capturing things like "none exist" or "not asked" which can be important for most lists.

                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                    256. Composition.section:sectionWiedervorstellung.section
                                                    Definition

                                                    A nested sub-section within this section.

                                                    ShortNested Section
                                                    Comments

                                                    Nested sections are primarily used to help human readers navigate to particular portions of the document.

                                                    Control0..*
                                                    This element is affected by the following invariants: cmp-1
                                                    TypeSeettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section
                                                    Is Modifierfalse
                                                    Summaryfalse
                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                    258. Composition.section:sectionErsteinschatzung
                                                    Slice NamesectionErsteinschatzung
                                                    Definition

                                                    Informationen zur Ersteinschätzung

                                                    ShortErsteinschätzung Section
                                                    Control0..1
                                                    TypeBackboneElement
                                                    Is Modifierfalse
                                                    Summaryfalse
                                                    Invariantscmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())
                                                    cmp-2: A section can only have an emptyReason if it is empty (emptyReason.empty() or entry.empty())
                                                    ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                    260. Composition.section:sectionErsteinschatzung.id
                                                    Definition

                                                    Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                    ShortUnique id for inter-element referencing
                                                    Control0..1
                                                    Typestring
                                                    Is Modifierfalse
                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                    Summaryfalse
                                                    262. Composition.section:sectionErsteinschatzung.extension
                                                    Definition

                                                    May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                    ShortAdditional content defined by implementations
                                                    Comments

                                                    There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                    Control0..*
                                                    TypeExtension
                                                    Is Modifierfalse
                                                    Summaryfalse
                                                    Alternate Namesextensions, user content
                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                    264. Composition.section:sectionErsteinschatzung.modifierExtension
                                                    Definition

                                                    May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                    Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                    ShortExtensions that cannot be ignored even if unrecognized
                                                    Comments

                                                    There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                    Control0..*
                                                    TypeExtension
                                                    Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                    Summarytrue
                                                    Requirements

                                                    Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                                    Alternate Namesextensions, user content, modifiers
                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                    266. Composition.section:sectionErsteinschatzung.title
                                                    Definition

                                                    The label for this particular section. This will be part of the rendered content for the document, and is often used to build a table of contents.

                                                    ShortLabel for section (e.g. for ToC)
                                                    Comments

                                                    The title identifies the section for a human reader. The title must be consistent with the narrative of the resource that is the target of the section.content reference. Generally, sections SHOULD have titles, but in some documents, it is unnecessary or inappropriate. Typically, this is where a section has subsections that have their own adequately distinguishing title, or documents that only have a single section. Most Implementation Guides will make section title to be a required element.

                                                    Control1..1
                                                    Typestring
                                                    Is Modifierfalse
                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                    Summaryfalse
                                                    Requirements

                                                    Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized.

                                                    Alternate Namesheader, label, caption
                                                    Pattern ValueErsteinschätzung
                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                    268. Composition.section:sectionErsteinschatzung.code
                                                    Definition

                                                    A code identifying the kind of content contained within the section. This must be consistent with the section title.

                                                    ShortClassification of section (recommended)
                                                    Comments

                                                    The code identifies the section for an automated processor of the document. This is particularly relevant when using profiles to control the structure of the document.

                                                    If the section has content (instead of sub-sections), the section.code does not change the meaning or interpretation of the resource that is the content of the section in the comments for the section.code.

                                                    Control1..1
                                                    BindingFor example codes, see DocumentSectionCodes
                                                    (example to http://hl7.org/fhir/ValueSet/doc-section-codes)

                                                    Classification of a section of a composition/document.

                                                    TypeCodeableConcept
                                                    Is Modifierfalse
                                                    Must Supporttrue
                                                    Summaryfalse
                                                    Requirements

                                                    Provides computable standardized labels to topics within the document.

                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                    270. Composition.section:sectionErsteinschatzung.code.id
                                                    Definition

                                                    Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                    ShortUnique id for inter-element referencing
                                                    Control0..1
                                                    Typestring
                                                    Is Modifierfalse
                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                    Summaryfalse
                                                    272. Composition.section:sectionErsteinschatzung.code.extension
                                                    Definition

                                                    May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                    ShortAdditional content defined by implementations
                                                    Comments

                                                    There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                    Control0..*
                                                    TypeExtension
                                                    Is Modifierfalse
                                                    Summaryfalse
                                                    Alternate Namesextensions, user content
                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                    SlicingThis element introduces a set of slices on Composition.section.code.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                    • value @ url
                                                    • 274. Composition.section:sectionErsteinschatzung.code.coding
                                                      Definition

                                                      A reference to a code defined by a terminology system.

                                                      ShortCode defined by a terminology system
                                                      Comments

                                                      Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                                                      Control1..*
                                                      TypeCoding
                                                      Is Modifierfalse
                                                      Summarytrue
                                                      Requirements

                                                      Allows for alternative encodings within a code system, and translations to other code systems.

                                                      Fixed Value{
                                                        "system" : "http://loinc.org",
                                                        "code" : "11283-9",
                                                        "display" : "Acuity assessment [Function] at First encounter"
                                                      }
                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                      276. Composition.section:sectionErsteinschatzung.code.text
                                                      Definition

                                                      A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user.

                                                      ShortPlain text representation of the concept
                                                      Comments

                                                      Very often the text is the same as a displayName of one of the codings.

                                                      Control0..1
                                                      Typestring
                                                      Is Modifierfalse
                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                      Summarytrue
                                                      Requirements

                                                      The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source.

                                                      Pattern ValueErsteinschätzung
                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                      278. Composition.section:sectionErsteinschatzung.author
                                                      Definition

                                                      Identifies who is responsible for the information in this section, not necessarily who typed it in.

                                                      ShortWho and/or what authored the section
                                                      Control0..*
                                                      TypeReference(Practitioner, PractitionerRole, Device, Patient, RelatedPerson, Organization)
                                                      Is Modifierfalse
                                                      Summaryfalse
                                                      Requirements

                                                      Identifies who is responsible for the content.

                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                      280. Composition.section:sectionErsteinschatzung.focus
                                                      Definition

                                                      The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources).

                                                      ShortWho/what the section is about, when it is not about the subject of composition
                                                      Comments

                                                      Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples.

                                                      Control0..1
                                                      TypeReference(Resource)
                                                      Is Modifierfalse
                                                      Summaryfalse
                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                      282. Composition.section:sectionErsteinschatzung.text
                                                      Definition

                                                      A human-readable narrative that contains the attested content of the section, used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative.

                                                      ShortText summary of the section, for human interpretation
                                                      Comments

                                                      Document profiles may define what content should be represented in the narrative to ensure clinical safety.

                                                      Control1..1
                                                      This element is affected by the following invariants: cmp-1
                                                      TypeNarrative
                                                      Is Modifierfalse
                                                      Must Supporttrue
                                                      Summaryfalse
                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                      284. Composition.section:sectionErsteinschatzung.mode
                                                      Definition

                                                      How the entry list was prepared - whether it is a working list that is suitable for being maintained on an ongoing basis, or if it represents a snapshot of a list of items from another source, or whether it is a prepared list where items may be marked as added, modified or deleted.

                                                      Shortworking | snapshot | changes
                                                      Comments

                                                      This element is labeled as a modifier because a change list must not be misunderstood as a complete list.

                                                      Control0..1
                                                      BindingThe codes SHALL be taken from ListMode
                                                      (required to http://hl7.org/fhir/ValueSet/list-mode|4.0.1)

                                                      The processing mode that applies to this section.

                                                      Typecode
                                                      Is Modifierfalse
                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                      Summaryfalse
                                                      Requirements

                                                      Sections are used in various ways, and it must be known in what way it is safe to use the entries in them.

                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                      286. Composition.section:sectionErsteinschatzung.orderedBy
                                                      Definition

                                                      Specifies the order applied to the items in the section entries.

                                                      ShortOrder of section entries
                                                      Comments

                                                      Applications SHOULD render ordered lists in the order provided, but MAY allow users to re-order based on their own preferences as well. If there is no order specified, the order is unknown, though there may still be some order.

                                                      Control0..1
                                                      BindingThe codes SHOULD be taken from ListOrderCodes
                                                      (preferred to http://hl7.org/fhir/ValueSet/list-order)

                                                      What order applies to the items in the entry.

                                                      TypeCodeableConcept
                                                      Is Modifierfalse
                                                      Summaryfalse
                                                      Requirements

                                                      Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries.

                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                      288. Composition.section:sectionErsteinschatzung.entry
                                                      Definition

                                                      Ersteinschatzung

                                                      ShortErsteinschatzung
                                                      Comments

                                                      If there are no entries in the list, an emptyReason SHOULD be provided.

                                                      Control1..*
                                                      This element is affected by the following invariants: cmp-2
                                                      TypeReference(Resource)
                                                      Is Modifierfalse
                                                      Must Supporttrue
                                                      Summaryfalse
                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                      SlicingThis element introduces a set of slices on Composition.section.entry. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                      • type @ resolve()
                                                      • 290. Composition.section:sectionErsteinschatzung.entry:Ersteinschatzung
                                                        Slice NameErsteinschatzung
                                                        Definition

                                                        Ersteinschätzung

                                                        ShortErsteinschätzung
                                                        Comments

                                                        If there are no entries in the list, an emptyReason SHOULD be provided.

                                                        Control1..1
                                                        This element is affected by the following invariants: cmp-2
                                                        TypeReference(Ergebnis der Ersteinschätzung (AKTIN))
                                                        Is Modifierfalse
                                                        Summaryfalse
                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                        292. Composition.section:sectionErsteinschatzung.entry:Manchester
                                                        Slice NameManchester
                                                        Definition

                                                        Manchester Triage System

                                                        ShortManchester Triage System
                                                        Comments

                                                        If there are no entries in the list, an emptyReason SHOULD be provided.

                                                        Control0..1
                                                        This element is affected by the following invariants: cmp-2
                                                        TypeReference(Manchester Triage System (AKTIN))
                                                        Is Modifierfalse
                                                        Summaryfalse
                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                        294. Composition.section:sectionErsteinschatzung.entry:ESITriage
                                                        Slice NameESITriage
                                                        Definition

                                                        ESI Triage

                                                        ShortESI Triage
                                                        Comments

                                                        If there are no entries in the list, an emptyReason SHOULD be provided.

                                                        Control0..1
                                                        This element is affected by the following invariants: cmp-2
                                                        TypeReference(ESI-Triage (AKTIN))
                                                        Is Modifierfalse
                                                        Summaryfalse
                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                        296. Composition.section:sectionErsteinschatzung.emptyReason
                                                        Definition

                                                        If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason.

                                                        ShortWhy the section is empty
                                                        Comments

                                                        The various reasons for an empty section make a significant interpretation to its interpretation. Note that this code is for use when the entire section content has been suppressed, and not for when individual items are omitted - implementers may consider using a text note or a flag on an entry in these cases.

                                                        Control0..0
                                                        This element is affected by the following invariants: cmp-2
                                                        BindingThe codes SHOULD be taken from ListEmptyReasons
                                                        (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)

                                                        If a section is empty, why it is empty.

                                                        TypeCodeableConcept
                                                        Is Modifierfalse
                                                        Must Supportfalse
                                                        Summaryfalse
                                                        Requirements

                                                        Allows capturing things like "none exist" or "not asked" which can be important for most lists.

                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                        298. Composition.section:sectionErsteinschatzung.section
                                                        Definition

                                                        A nested sub-section within this section.

                                                        ShortNested Section
                                                        Comments

                                                        Nested sections are primarily used to help human readers navigate to particular portions of the document.

                                                        Control0..*
                                                        This element is affected by the following invariants: cmp-1
                                                        TypeSeettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section
                                                        Is Modifierfalse
                                                        Summaryfalse
                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                        300. Composition.section:sectionNotfallanamnese
                                                        Slice NamesectionNotfallanamnese
                                                        Definition

                                                        Notfallanamnese

                                                        ShortNotfallanamnese Section
                                                        Control0..1
                                                        TypeBackboneElement
                                                        Is Modifierfalse
                                                        Summaryfalse
                                                        Invariantscmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())
                                                        cmp-2: A section can only have an emptyReason if it is empty (emptyReason.empty() or entry.empty())
                                                        ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                        302. Composition.section:sectionNotfallanamnese.id
                                                        Definition

                                                        Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                        ShortUnique id for inter-element referencing
                                                        Control0..1
                                                        Typestring
                                                        Is Modifierfalse
                                                        XML FormatIn the XML format, this property is represented as an attribute.
                                                        Summaryfalse
                                                        304. Composition.section:sectionNotfallanamnese.extension
                                                        Definition

                                                        May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                        ShortAdditional content defined by implementations
                                                        Comments

                                                        There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                        Control0..*
                                                        TypeExtension
                                                        Is Modifierfalse
                                                        Summaryfalse
                                                        Alternate Namesextensions, user content
                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                        306. Composition.section:sectionNotfallanamnese.modifierExtension
                                                        Definition

                                                        May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                        Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                        ShortExtensions that cannot be ignored even if unrecognized
                                                        Comments

                                                        There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                        Control0..*
                                                        TypeExtension
                                                        Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                        Summarytrue
                                                        Requirements

                                                        Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                                        Alternate Namesextensions, user content, modifiers
                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                        308. Composition.section:sectionNotfallanamnese.title
                                                        Definition

                                                        The label for this particular section. This will be part of the rendered content for the document, and is often used to build a table of contents.

                                                        ShortLabel for section (e.g. for ToC)
                                                        Comments

                                                        The title identifies the section for a human reader. The title must be consistent with the narrative of the resource that is the target of the section.content reference. Generally, sections SHOULD have titles, but in some documents, it is unnecessary or inappropriate. Typically, this is where a section has subsections that have their own adequately distinguishing title, or documents that only have a single section. Most Implementation Guides will make section title to be a required element.

                                                        Control1..1
                                                        Typestring
                                                        Is Modifierfalse
                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                        Summaryfalse
                                                        Requirements

                                                        Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized.

                                                        Alternate Namesheader, label, caption
                                                        Pattern ValueNotfallanamnese
                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                        310. Composition.section:sectionNotfallanamnese.code
                                                        Definition

                                                        A code identifying the kind of content contained within the section. This must be consistent with the section title.

                                                        ShortClassification of section (recommended)
                                                        Comments

                                                        The code identifies the section for an automated processor of the document. This is particularly relevant when using profiles to control the structure of the document.

                                                        If the section has content (instead of sub-sections), the section.code does not change the meaning or interpretation of the resource that is the content of the section in the comments for the section.code.

                                                        Control1..1
                                                        BindingFor example codes, see DocumentSectionCodes
                                                        (example to http://hl7.org/fhir/ValueSet/doc-section-codes)

                                                        Classification of a section of a composition/document.

                                                        TypeCodeableConcept
                                                        Is Modifierfalse
                                                        Must Supporttrue
                                                        Summaryfalse
                                                        Requirements

                                                        Provides computable standardized labels to topics within the document.

                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                        312. Composition.section:sectionNotfallanamnese.code.id
                                                        Definition

                                                        Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                        ShortUnique id for inter-element referencing
                                                        Control0..1
                                                        Typestring
                                                        Is Modifierfalse
                                                        XML FormatIn the XML format, this property is represented as an attribute.
                                                        Summaryfalse
                                                        314. Composition.section:sectionNotfallanamnese.code.extension
                                                        Definition

                                                        May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                        ShortAdditional content defined by implementations
                                                        Comments

                                                        There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                        Control0..*
                                                        TypeExtension
                                                        Is Modifierfalse
                                                        Summaryfalse
                                                        Alternate Namesextensions, user content
                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                        SlicingThis element introduces a set of slices on Composition.section.code.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                        • value @ url
                                                        • 316. Composition.section:sectionNotfallanamnese.code.coding
                                                          Definition

                                                          A reference to a code defined by a terminology system.

                                                          ShortCode defined by a terminology system
                                                          Comments

                                                          Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                                                          Control1..*
                                                          TypeCoding
                                                          Is Modifierfalse
                                                          Summarytrue
                                                          Requirements

                                                          Allows for alternative encodings within a code system, and translations to other code systems.

                                                          Fixed Value{
                                                            "system" : "http://loinc.org",
                                                            "code" : "10164-2",
                                                            "display" : "History of Present illness Narrative"
                                                          }
                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                          318. Composition.section:sectionNotfallanamnese.code.text
                                                          Definition

                                                          A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user.

                                                          ShortPlain text representation of the concept
                                                          Comments

                                                          Very often the text is the same as a displayName of one of the codings.

                                                          Control0..1
                                                          Typestring
                                                          Is Modifierfalse
                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                          Summarytrue
                                                          Requirements

                                                          The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source.

                                                          Pattern ValueNotfallanamnese
                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                          320. Composition.section:sectionNotfallanamnese.author
                                                          Definition

                                                          Identifies who is responsible for the information in this section, not necessarily who typed it in.

                                                          ShortWho and/or what authored the section
                                                          Control0..*
                                                          TypeReference(Practitioner, PractitionerRole, Device, Patient, RelatedPerson, Organization)
                                                          Is Modifierfalse
                                                          Summaryfalse
                                                          Requirements

                                                          Identifies who is responsible for the content.

                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                          322. Composition.section:sectionNotfallanamnese.focus
                                                          Definition

                                                          The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources).

                                                          ShortWho/what the section is about, when it is not about the subject of composition
                                                          Comments

                                                          Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples.

                                                          Control0..1
                                                          TypeReference(Resource)
                                                          Is Modifierfalse
                                                          Summaryfalse
                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                          324. Composition.section:sectionNotfallanamnese.text
                                                          Definition

                                                          A human-readable narrative that contains the attested content of the section, used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative.

                                                          ShortText summary of the section, for human interpretation
                                                          Comments

                                                          Document profiles may define what content should be represented in the narrative to ensure clinical safety.

                                                          Control1..1
                                                          This element is affected by the following invariants: cmp-1
                                                          TypeNarrative
                                                          Is Modifierfalse
                                                          Must Supporttrue
                                                          Summaryfalse
                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                          326. Composition.section:sectionNotfallanamnese.mode
                                                          Definition

                                                          How the entry list was prepared - whether it is a working list that is suitable for being maintained on an ongoing basis, or if it represents a snapshot of a list of items from another source, or whether it is a prepared list where items may be marked as added, modified or deleted.

                                                          Shortworking | snapshot | changes
                                                          Comments

                                                          This element is labeled as a modifier because a change list must not be misunderstood as a complete list.

                                                          Control0..1
                                                          BindingThe codes SHALL be taken from ListMode
                                                          (required to http://hl7.org/fhir/ValueSet/list-mode|4.0.1)

                                                          The processing mode that applies to this section.

                                                          Typecode
                                                          Is Modifierfalse
                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                          Summaryfalse
                                                          Requirements

                                                          Sections are used in various ways, and it must be known in what way it is safe to use the entries in them.

                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                          328. Composition.section:sectionNotfallanamnese.orderedBy
                                                          Definition

                                                          Specifies the order applied to the items in the section entries.

                                                          ShortOrder of section entries
                                                          Comments

                                                          Applications SHOULD render ordered lists in the order provided, but MAY allow users to re-order based on their own preferences as well. If there is no order specified, the order is unknown, though there may still be some order.

                                                          Control0..1
                                                          BindingThe codes SHOULD be taken from ListOrderCodes
                                                          (preferred to http://hl7.org/fhir/ValueSet/list-order)

                                                          What order applies to the items in the entry.

                                                          TypeCodeableConcept
                                                          Is Modifierfalse
                                                          Summaryfalse
                                                          Requirements

                                                          Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries.

                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                          330. Composition.section:sectionNotfallanamnese.entry
                                                          Definition

                                                          Notfallanamnese

                                                          ShortNotfallanamnese
                                                          Comments

                                                          If there are no entries in the list, an emptyReason SHOULD be provided.

                                                          Control0..*
                                                          This element is affected by the following invariants: cmp-2
                                                          TypeReference(Resource)
                                                          Is Modifierfalse
                                                          Must Supporttrue
                                                          Summaryfalse
                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                          SlicingThis element introduces a set of slices on Composition.section.entry. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                          • type @ resolve()
                                                          • 332. Composition.section:sectionNotfallanamnese.entry:Cedis
                                                            Slice NameCedis
                                                            Definition

                                                            Cedis

                                                            ShortCedis
                                                            Comments

                                                            If there are no entries in the list, an emptyReason SHOULD be provided.

                                                            Control0..1
                                                            This element is affected by the following invariants: cmp-2
                                                            TypeReference(Beschwerden bei Vorstellung CEDIS (AKTIN))
                                                            Is Modifierfalse
                                                            Summaryfalse
                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                            334. Composition.section:sectionNotfallanamnese.entry:Unfallursache
                                                            Slice NameUnfallursache
                                                            Definition

                                                            Unfallursache

                                                            ShortUnfallursache
                                                            Comments

                                                            If there are no entries in the list, an emptyReason SHOULD be provided.

                                                            Control0..1
                                                            This element is affected by the following invariants: cmp-2
                                                            TypeReference(Unfallursache (AKTIN))
                                                            Is Modifierfalse
                                                            Summaryfalse
                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                            336. Composition.section:sectionNotfallanamnese.entry:Unfallkinetik
                                                            Slice NameUnfallkinetik
                                                            Definition

                                                            Unfallkinetik

                                                            ShortUnfallkinetik
                                                            Comments

                                                            If there are no entries in the list, an emptyReason SHOULD be provided.

                                                            Control0..1
                                                            This element is affected by the following invariants: cmp-2
                                                            TypeReference(Unfallkinetik (AKTIN))
                                                            Is Modifierfalse
                                                            Summaryfalse
                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                            338. Composition.section:sectionNotfallanamnese.entry:Unfallart
                                                            Slice NameUnfallart
                                                            Definition

                                                            Unfallart

                                                            ShortUnfallart
                                                            Comments

                                                            If there are no entries in the list, an emptyReason SHOULD be provided.

                                                            Control0..1
                                                            This element is affected by the following invariants: cmp-2
                                                            TypeReference(Unfallart TraumaRegister (AKTIN))
                                                            Is Modifierfalse
                                                            Summaryfalse
                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                            340. Composition.section:sectionNotfallanamnese.entry:Substanzeinfluss
                                                            Slice NameSubstanzeinfluss
                                                            Definition

                                                            Substanzeinfluss

                                                            ShortSubstanzeinfluss
                                                            Comments

                                                            If there are no entries in the list, an emptyReason SHOULD be provided.

                                                            Control0..1
                                                            This element is affected by the following invariants: cmp-2
                                                            TypeReference(Verdacht auf Alkohol-, Drogen-, Medikamenteneinfluss? (AKTIN))
                                                            Is Modifierfalse
                                                            Summaryfalse
                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                            342. Composition.section:sectionNotfallanamnese.emptyReason
                                                            Definition

                                                            If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason.

                                                            ShortWhy the section is empty
                                                            Comments

                                                            The various reasons for an empty section make a significant interpretation to its interpretation. Note that this code is for use when the entire section content has been suppressed, and not for when individual items are omitted - implementers may consider using a text note or a flag on an entry in these cases.

                                                            Control0..0
                                                            This element is affected by the following invariants: cmp-2
                                                            BindingThe codes SHOULD be taken from ListEmptyReasons
                                                            (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)

                                                            If a section is empty, why it is empty.

                                                            TypeCodeableConcept
                                                            Is Modifierfalse
                                                            Must Supportfalse
                                                            Summaryfalse
                                                            Requirements

                                                            Allows capturing things like "none exist" or "not asked" which can be important for most lists.

                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                            344. Composition.section:sectionNotfallanamnese.section
                                                            Definition

                                                            A nested sub-section within this section.

                                                            ShortNested Section
                                                            Comments

                                                            Nested sections are primarily used to help human readers navigate to particular portions of the document.

                                                            Control0..*
                                                            This element is affected by the following invariants: cmp-1
                                                            TypeSeettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section
                                                            Is Modifierfalse
                                                            Summaryfalse
                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                            346. Composition.section:sectionVitalparameter
                                                            Slice NamesectionVitalparameter
                                                            Definition

                                                            Vitalparameter und Scores

                                                            ShortVitalparameter/Scores Section
                                                            Control0..1
                                                            TypeBackboneElement
                                                            Is Modifierfalse
                                                            Summaryfalse
                                                            Invariantscmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())
                                                            cmp-2: A section can only have an emptyReason if it is empty (emptyReason.empty() or entry.empty())
                                                            ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                            348. Composition.section:sectionVitalparameter.id
                                                            Definition

                                                            Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                            ShortUnique id for inter-element referencing
                                                            Control0..1
                                                            Typestring
                                                            Is Modifierfalse
                                                            XML FormatIn the XML format, this property is represented as an attribute.
                                                            Summaryfalse
                                                            350. Composition.section:sectionVitalparameter.extension
                                                            Definition

                                                            May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                            ShortAdditional content defined by implementations
                                                            Comments

                                                            There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                            Control0..*
                                                            TypeExtension
                                                            Is Modifierfalse
                                                            Summaryfalse
                                                            Alternate Namesextensions, user content
                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                            352. Composition.section:sectionVitalparameter.modifierExtension
                                                            Definition

                                                            May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                            Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                            ShortExtensions that cannot be ignored even if unrecognized
                                                            Comments

                                                            There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                            Control0..*
                                                            TypeExtension
                                                            Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                            Summarytrue
                                                            Requirements

                                                            Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                                            Alternate Namesextensions, user content, modifiers
                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                            354. Composition.section:sectionVitalparameter.title
                                                            Definition

                                                            The label for this particular section. This will be part of the rendered content for the document, and is often used to build a table of contents.

                                                            ShortLabel for section (e.g. for ToC)
                                                            Comments

                                                            The title identifies the section for a human reader. The title must be consistent with the narrative of the resource that is the target of the section.content reference. Generally, sections SHOULD have titles, but in some documents, it is unnecessary or inappropriate. Typically, this is where a section has subsections that have their own adequately distinguishing title, or documents that only have a single section. Most Implementation Guides will make section title to be a required element.

                                                            Control1..1
                                                            Typestring
                                                            Is Modifierfalse
                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                            Summaryfalse
                                                            Requirements

                                                            Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized.

                                                            Alternate Namesheader, label, caption
                                                            Pattern ValueVitalparameter/Scores
                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                            356. Composition.section:sectionVitalparameter.code
                                                            Definition

                                                            A code identifying the kind of content contained within the section. This must be consistent with the section title.

                                                            ShortClassification of section (recommended)
                                                            Comments

                                                            The code identifies the section for an automated processor of the document. This is particularly relevant when using profiles to control the structure of the document.

                                                            If the section has content (instead of sub-sections), the section.code does not change the meaning or interpretation of the resource that is the content of the section in the comments for the section.code.

                                                            Control1..1
                                                            BindingFor example codes, see DocumentSectionCodes
                                                            (example to http://hl7.org/fhir/ValueSet/doc-section-codes)

                                                            Classification of a section of a composition/document.

                                                            TypeCodeableConcept
                                                            Is Modifierfalse
                                                            Must Supporttrue
                                                            Summaryfalse
                                                            Requirements

                                                            Provides computable standardized labels to topics within the document.

                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                            358. Composition.section:sectionVitalparameter.code.id
                                                            Definition

                                                            Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                            ShortUnique id for inter-element referencing
                                                            Control0..1
                                                            Typestring
                                                            Is Modifierfalse
                                                            XML FormatIn the XML format, this property is represented as an attribute.
                                                            Summaryfalse
                                                            360. Composition.section:sectionVitalparameter.code.extension
                                                            Definition

                                                            May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                            ShortAdditional content defined by implementations
                                                            Comments

                                                            There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                            Control0..*
                                                            TypeExtension
                                                            Is Modifierfalse
                                                            Summaryfalse
                                                            Alternate Namesextensions, user content
                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                            SlicingThis element introduces a set of slices on Composition.section.code.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                            • value @ url
                                                            • 362. Composition.section:sectionVitalparameter.code.coding
                                                              Definition

                                                              A reference to a code defined by a terminology system.

                                                              ShortCode defined by a terminology system
                                                              Comments

                                                              Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                                                              Control1..*
                                                              TypeCoding
                                                              Is Modifierfalse
                                                              Summarytrue
                                                              Requirements

                                                              Allows for alternative encodings within a code system, and translations to other code systems.

                                                              Fixed Value{
                                                                "system" : "http://loinc.org",
                                                                "code" : "8716-3",
                                                                "display" : "Vital signs"
                                                              }
                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                              364. Composition.section:sectionVitalparameter.code.text
                                                              Definition

                                                              A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user.

                                                              ShortPlain text representation of the concept
                                                              Comments

                                                              Very often the text is the same as a displayName of one of the codings.

                                                              Control0..1
                                                              Typestring
                                                              Is Modifierfalse
                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                              Summarytrue
                                                              Requirements

                                                              The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source.

                                                              Pattern ValueVitalparameter/Scores
                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                              366. Composition.section:sectionVitalparameter.author
                                                              Definition

                                                              Identifies who is responsible for the information in this section, not necessarily who typed it in.

                                                              ShortWho and/or what authored the section
                                                              Control0..*
                                                              TypeReference(Practitioner, PractitionerRole, Device, Patient, RelatedPerson, Organization)
                                                              Is Modifierfalse
                                                              Summaryfalse
                                                              Requirements

                                                              Identifies who is responsible for the content.

                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                              368. Composition.section:sectionVitalparameter.focus
                                                              Definition

                                                              The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources).

                                                              ShortWho/what the section is about, when it is not about the subject of composition
                                                              Comments

                                                              Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples.

                                                              Control0..1
                                                              TypeReference(Resource)
                                                              Is Modifierfalse
                                                              Summaryfalse
                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                              370. Composition.section:sectionVitalparameter.text
                                                              Definition

                                                              A human-readable narrative that contains the attested content of the section, used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative.

                                                              ShortText summary of the section, for human interpretation
                                                              Comments

                                                              Document profiles may define what content should be represented in the narrative to ensure clinical safety.

                                                              Control1..1
                                                              This element is affected by the following invariants: cmp-1
                                                              TypeNarrative
                                                              Is Modifierfalse
                                                              Must Supporttrue
                                                              Summaryfalse
                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                              372. Composition.section:sectionVitalparameter.mode
                                                              Definition

                                                              How the entry list was prepared - whether it is a working list that is suitable for being maintained on an ongoing basis, or if it represents a snapshot of a list of items from another source, or whether it is a prepared list where items may be marked as added, modified or deleted.

                                                              Shortworking | snapshot | changes
                                                              Comments

                                                              This element is labeled as a modifier because a change list must not be misunderstood as a complete list.

                                                              Control0..1
                                                              BindingThe codes SHALL be taken from ListMode
                                                              (required to http://hl7.org/fhir/ValueSet/list-mode|4.0.1)

                                                              The processing mode that applies to this section.

                                                              Typecode
                                                              Is Modifierfalse
                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                              Summaryfalse
                                                              Requirements

                                                              Sections are used in various ways, and it must be known in what way it is safe to use the entries in them.

                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                              374. Composition.section:sectionVitalparameter.orderedBy
                                                              Definition

                                                              Specifies the order applied to the items in the section entries.

                                                              ShortOrder of section entries
                                                              Comments

                                                              Applications SHOULD render ordered lists in the order provided, but MAY allow users to re-order based on their own preferences as well. If there is no order specified, the order is unknown, though there may still be some order.

                                                              Control0..1
                                                              BindingThe codes SHOULD be taken from ListOrderCodes
                                                              (preferred to http://hl7.org/fhir/ValueSet/list-order)

                                                              What order applies to the items in the entry.

                                                              TypeCodeableConcept
                                                              Is Modifierfalse
                                                              Summaryfalse
                                                              Requirements

                                                              Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries.

                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                              376. Composition.section:sectionVitalparameter.entry
                                                              Definition

                                                              Vitalparameter

                                                              ShortVitalparameter
                                                              Comments

                                                              If there are no entries in the list, an emptyReason SHOULD be provided.

                                                              Control0..*
                                                              This element is affected by the following invariants: cmp-2
                                                              TypeReference(Resource)
                                                              Is Modifierfalse
                                                              Must Supporttrue
                                                              Summaryfalse
                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                              SlicingThis element introduces a set of slices on Composition.section.entry. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                              • type @ resolve()
                                                              • 378. Composition.section:sectionVitalparameter.entry:Atemfrequenz
                                                                Slice NameAtemfrequenz
                                                                Definition

                                                                Atemfrequenz

                                                                ShortAtemfrequenz
                                                                Comments

                                                                If there are no entries in the list, an emptyReason SHOULD be provided.

                                                                Control0..1
                                                                This element is affected by the following invariants: cmp-2
                                                                TypeReference(Atemfrequenz)
                                                                Is Modifierfalse
                                                                Summaryfalse
                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                380. Composition.section:sectionVitalparameter.entry:PulsoximetrischeSauerstoffsättigung
                                                                Slice NamePulsoximetrischeSauerstoffsättigung
                                                                Definition

                                                                Pulsoximetrische Sauerstoffsättigung

                                                                ShortPulsoximetrische Sauerstoffsättigung
                                                                Comments

                                                                If there are no entries in the list, an emptyReason SHOULD be provided.

                                                                Control0..1
                                                                This element is affected by the following invariants: cmp-2
                                                                TypeReference(Pulsoximetrische Sauerstoffsättigung)
                                                                Is Modifierfalse
                                                                Summaryfalse
                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                382. Composition.section:sectionVitalparameter.entry:Blutdruck
                                                                Slice NameBlutdruck
                                                                Definition

                                                                Blutdruck

                                                                ShortBlutdruck
                                                                Comments

                                                                If there are no entries in the list, an emptyReason SHOULD be provided.

                                                                Control0..1
                                                                This element is affected by the following invariants: cmp-2
                                                                TypeReference(Blutdruck)
                                                                Is Modifierfalse
                                                                Summaryfalse
                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                384. Composition.section:sectionVitalparameter.entry:Herzfrequenz
                                                                Slice NameHerzfrequenz
                                                                Definition

                                                                Herzfrequenz

                                                                ShortHerzfrequenz
                                                                Comments

                                                                If there are no entries in the list, an emptyReason SHOULD be provided.

                                                                Control0..1
                                                                This element is affected by the following invariants: cmp-2
                                                                TypeReference(Herzfrequenz)
                                                                Is Modifierfalse
                                                                Summaryfalse
                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                386. Composition.section:sectionVitalparameter.entry:Pulsfrequenz
                                                                Slice NamePulsfrequenz
                                                                Definition

                                                                Pulsfrequenz

                                                                ShortPulsfrequenz
                                                                Comments

                                                                If there are no entries in the list, an emptyReason SHOULD be provided.

                                                                Control0..1
                                                                This element is affected by the following invariants: cmp-2
                                                                TypeReference(Pulsfrequenz)
                                                                Is Modifierfalse
                                                                Summaryfalse
                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                388. Composition.section:sectionVitalparameter.entry:Körperkerntemperatur
                                                                Slice NameKörperkerntemperatur
                                                                Definition

                                                                Körperkerntemperatur

                                                                ShortKörperkerntemperatur
                                                                Comments

                                                                If there are no entries in the list, an emptyReason SHOULD be provided.

                                                                Control0..1
                                                                This element is affected by the following invariants: cmp-2
                                                                TypeReference(Körperkerntemperatur)
                                                                Is Modifierfalse
                                                                Summaryfalse
                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                390. Composition.section:sectionVitalparameter.entry:GlasgowComaScale
                                                                Slice NameGlasgowComaScale
                                                                Definition

                                                                Glasgow Coma Scale

                                                                ShortGlasgow Coma Scale
                                                                Comments

                                                                If there are no entries in the list, an emptyReason SHOULD be provided.

                                                                Control0..1
                                                                This element is affected by the following invariants: cmp-2
                                                                TypeReference(Glasgow Coma Scale (GCS))
                                                                Is Modifierfalse
                                                                Summaryfalse
                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                392. Composition.section:sectionVitalparameter.entry:Schmerz
                                                                Slice NameSchmerz
                                                                Definition

                                                                Schmerz

                                                                ShortSchmerz
                                                                Comments

                                                                If there are no entries in the list, an emptyReason SHOULD be provided.

                                                                Control0..1
                                                                This element is affected by the following invariants: cmp-2
                                                                TypeReference(Schmerzmessung)
                                                                Is Modifierfalse
                                                                Summaryfalse
                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                394. Composition.section:sectionVitalparameter.entry:NiedrigsteGCSSumme
                                                                Slice NameNiedrigsteGCSSumme
                                                                Definition

                                                                Niedrigste GCS-Summe

                                                                ShortNiedrigste GCS-Summe
                                                                Comments

                                                                If there are no entries in the list, an emptyReason SHOULD be provided.

                                                                Control0..1
                                                                This element is affected by the following invariants: cmp-2
                                                                TypeReference(Niedrigste GCS-Summe)
                                                                Is Modifierfalse
                                                                Summaryfalse
                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                396. Composition.section:sectionVitalparameter.entry:ErsteSchmerzmessung
                                                                Slice NameErsteSchmerzmessung
                                                                Definition

                                                                Erste Schmerzmessung

                                                                ShortErste Schmerzmessung
                                                                Comments

                                                                If there are no entries in the list, an emptyReason SHOULD be provided.

                                                                Control0..1
                                                                This element is affected by the following invariants: cmp-2
                                                                TypeReference(Erste Schmerzmessung)
                                                                Is Modifierfalse
                                                                Summaryfalse
                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                398. Composition.section:sectionVitalparameter.emptyReason
                                                                Definition

                                                                If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason.

                                                                ShortWhy the section is empty
                                                                Comments

                                                                The various reasons for an empty section make a significant interpretation to its interpretation. Note that this code is for use when the entire section content has been suppressed, and not for when individual items are omitted - implementers may consider using a text note or a flag on an entry in these cases.

                                                                Control0..0
                                                                This element is affected by the following invariants: cmp-2
                                                                BindingThe codes SHOULD be taken from ListEmptyReasons
                                                                (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)

                                                                If a section is empty, why it is empty.

                                                                TypeCodeableConcept
                                                                Is Modifierfalse
                                                                Must Supportfalse
                                                                Summaryfalse
                                                                Requirements

                                                                Allows capturing things like "none exist" or "not asked" which can be important for most lists.

                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                400. Composition.section:sectionVitalparameter.section
                                                                Definition

                                                                A nested sub-section within this section.

                                                                ShortNested Section
                                                                Comments

                                                                Nested sections are primarily used to help human readers navigate to particular portions of the document.

                                                                Control0..*
                                                                This element is affected by the following invariants: cmp-1
                                                                TypeSeettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section
                                                                Is Modifierfalse
                                                                Summaryfalse
                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                402. Composition.section:sectionDiagnostik
                                                                Slice NamesectionDiagnostik
                                                                Definition

                                                                Angeforderte oder durchgeführte Diagnostik

                                                                ShortDiagnostik Section
                                                                Control0..1
                                                                TypeBackboneElement
                                                                Is Modifierfalse
                                                                Summaryfalse
                                                                Invariantscmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())
                                                                cmp-2: A section can only have an emptyReason if it is empty (emptyReason.empty() or entry.empty())
                                                                ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                404. Composition.section:sectionDiagnostik.id
                                                                Definition

                                                                Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                ShortUnique id for inter-element referencing
                                                                Control0..1
                                                                Typestring
                                                                Is Modifierfalse
                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                Summaryfalse
                                                                406. Composition.section:sectionDiagnostik.extension
                                                                Definition

                                                                May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                ShortAdditional content defined by implementations
                                                                Comments

                                                                There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                Control0..*
                                                                TypeExtension
                                                                Is Modifierfalse
                                                                Summaryfalse
                                                                Alternate Namesextensions, user content
                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                408. Composition.section:sectionDiagnostik.modifierExtension
                                                                Definition

                                                                May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                                Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                                ShortExtensions that cannot be ignored even if unrecognized
                                                                Comments

                                                                There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                Control0..*
                                                                TypeExtension
                                                                Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                Summarytrue
                                                                Requirements

                                                                Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                                                Alternate Namesextensions, user content, modifiers
                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                410. Composition.section:sectionDiagnostik.title
                                                                Definition

                                                                The label for this particular section. This will be part of the rendered content for the document, and is often used to build a table of contents.

                                                                ShortLabel for section (e.g. for ToC)
                                                                Comments

                                                                The title identifies the section for a human reader. The title must be consistent with the narrative of the resource that is the target of the section.content reference. Generally, sections SHOULD have titles, but in some documents, it is unnecessary or inappropriate. Typically, this is where a section has subsections that have their own adequately distinguishing title, or documents that only have a single section. Most Implementation Guides will make section title to be a required element.

                                                                Control1..1
                                                                Typestring
                                                                Is Modifierfalse
                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                Summaryfalse
                                                                Requirements

                                                                Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized.

                                                                Alternate Namesheader, label, caption
                                                                Pattern ValueDiagnostik
                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                412. Composition.section:sectionDiagnostik.code
                                                                Definition

                                                                A code identifying the kind of content contained within the section. This must be consistent with the section title.

                                                                ShortClassification of section (recommended)
                                                                Comments

                                                                The code identifies the section for an automated processor of the document. This is particularly relevant when using profiles to control the structure of the document.

                                                                If the section has content (instead of sub-sections), the section.code does not change the meaning or interpretation of the resource that is the content of the section in the comments for the section.code.

                                                                Control1..1
                                                                BindingFor example codes, see DocumentSectionCodes
                                                                (example to http://hl7.org/fhir/ValueSet/doc-section-codes)

                                                                Classification of a section of a composition/document.

                                                                TypeCodeableConcept
                                                                Is Modifierfalse
                                                                Must Supporttrue
                                                                Summaryfalse
                                                                Requirements

                                                                Provides computable standardized labels to topics within the document.

                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                414. Composition.section:sectionDiagnostik.code.id
                                                                Definition

                                                                Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                ShortUnique id for inter-element referencing
                                                                Control0..1
                                                                Typestring
                                                                Is Modifierfalse
                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                Summaryfalse
                                                                416. Composition.section:sectionDiagnostik.code.extension
                                                                Definition

                                                                May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                ShortAdditional content defined by implementations
                                                                Comments

                                                                There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                Control0..*
                                                                TypeExtension
                                                                Is Modifierfalse
                                                                Summaryfalse
                                                                Alternate Namesextensions, user content
                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                SlicingThis element introduces a set of slices on Composition.section.code.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                • value @ url
                                                                • 418. Composition.section:sectionDiagnostik.code.coding
                                                                  Definition

                                                                  A reference to a code defined by a terminology system.

                                                                  ShortCode defined by a terminology system
                                                                  Comments

                                                                  Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                                                                  Control1..*
                                                                  TypeCoding
                                                                  Is Modifierfalse
                                                                  Summarytrue
                                                                  Requirements

                                                                  Allows for alternative encodings within a code system, and translations to other code systems.

                                                                  Fixed Value{
                                                                    "system" : "http://loinc.org",
                                                                    "code" : "30954-2",
                                                                    "display" : "Relevant diagnostic tests/laboratory data Narrative"
                                                                  }
                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                  420. Composition.section:sectionDiagnostik.code.text
                                                                  Definition

                                                                  A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user.

                                                                  ShortPlain text representation of the concept
                                                                  Comments

                                                                  Very often the text is the same as a displayName of one of the codings.

                                                                  Control0..1
                                                                  Typestring
                                                                  Is Modifierfalse
                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                  Summarytrue
                                                                  Requirements

                                                                  The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source.

                                                                  Pattern ValueDiagnostik
                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                  422. Composition.section:sectionDiagnostik.author
                                                                  Definition

                                                                  Identifies who is responsible for the information in this section, not necessarily who typed it in.

                                                                  ShortWho and/or what authored the section
                                                                  Control0..*
                                                                  TypeReference(Practitioner, PractitionerRole, Device, Patient, RelatedPerson, Organization)
                                                                  Is Modifierfalse
                                                                  Summaryfalse
                                                                  Requirements

                                                                  Identifies who is responsible for the content.

                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                  424. Composition.section:sectionDiagnostik.focus
                                                                  Definition

                                                                  The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources).

                                                                  ShortWho/what the section is about, when it is not about the subject of composition
                                                                  Comments

                                                                  Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples.

                                                                  Control0..1
                                                                  TypeReference(Resource)
                                                                  Is Modifierfalse
                                                                  Summaryfalse
                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                  426. Composition.section:sectionDiagnostik.text
                                                                  Definition

                                                                  A human-readable narrative that contains the attested content of the section, used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative.

                                                                  ShortText summary of the section, for human interpretation
                                                                  Comments

                                                                  Document profiles may define what content should be represented in the narrative to ensure clinical safety.

                                                                  Control1..1
                                                                  This element is affected by the following invariants: cmp-1
                                                                  TypeNarrative
                                                                  Is Modifierfalse
                                                                  Must Supporttrue
                                                                  Summaryfalse
                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                  428. Composition.section:sectionDiagnostik.mode
                                                                  Definition

                                                                  How the entry list was prepared - whether it is a working list that is suitable for being maintained on an ongoing basis, or if it represents a snapshot of a list of items from another source, or whether it is a prepared list where items may be marked as added, modified or deleted.

                                                                  Shortworking | snapshot | changes
                                                                  Comments

                                                                  This element is labeled as a modifier because a change list must not be misunderstood as a complete list.

                                                                  Control0..1
                                                                  BindingThe codes SHALL be taken from ListMode
                                                                  (required to http://hl7.org/fhir/ValueSet/list-mode|4.0.1)

                                                                  The processing mode that applies to this section.

                                                                  Typecode
                                                                  Is Modifierfalse
                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                  Summaryfalse
                                                                  Requirements

                                                                  Sections are used in various ways, and it must be known in what way it is safe to use the entries in them.

                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                  430. Composition.section:sectionDiagnostik.orderedBy
                                                                  Definition

                                                                  Specifies the order applied to the items in the section entries.

                                                                  ShortOrder of section entries
                                                                  Comments

                                                                  Applications SHOULD render ordered lists in the order provided, but MAY allow users to re-order based on their own preferences as well. If there is no order specified, the order is unknown, though there may still be some order.

                                                                  Control0..1
                                                                  BindingThe codes SHOULD be taken from ListOrderCodes
                                                                  (preferred to http://hl7.org/fhir/ValueSet/list-order)

                                                                  What order applies to the items in the entry.

                                                                  TypeCodeableConcept
                                                                  Is Modifierfalse
                                                                  Summaryfalse
                                                                  Requirements

                                                                  Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries.

                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                  432. Composition.section:sectionDiagnostik.entry
                                                                  Definition

                                                                  Diagnostik

                                                                  ShortDiagnostik
                                                                  Comments

                                                                  If there are no entries in the list, an emptyReason SHOULD be provided.

                                                                  Control0..*
                                                                  This element is affected by the following invariants: cmp-2
                                                                  TypeReference(Resource)
                                                                  Is Modifierfalse
                                                                  Must Supporttrue
                                                                  Summaryfalse
                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                  SlicingThis element introduces a set of slices on Composition.section.entry. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                  • type @ resolve()
                                                                  • 434. Composition.section:sectionDiagnostik.entry:Laboruntersuchungangefordert
                                                                    Slice NameLaboruntersuchungangefordert
                                                                    Definition

                                                                    Laboruntersuchung angefordert

                                                                    ShortLaboruntersuchung angefordert
                                                                    Comments

                                                                    If there are no entries in the list, an emptyReason SHOULD be provided.

                                                                    Control0..1
                                                                    This element is affected by the following invariants: cmp-2
                                                                    TypeReference(Laboruntersuchung angefordert (AKTIN))
                                                                    Is Modifierfalse
                                                                    Summaryfalse
                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                    436. Composition.section:sectionDiagnostik.entry:Mikrobiologieangefordert
                                                                    Slice NameMikrobiologieangefordert
                                                                    Definition

                                                                    Mikrobiologie angefordert

                                                                    ShortMikrobiologie angefordert
                                                                    Comments

                                                                    If there are no entries in the list, an emptyReason SHOULD be provided.

                                                                    Control0..1
                                                                    This element is affected by the following invariants: cmp-2
                                                                    TypeReference(Mikrobiologie angefordert (AKTIN))
                                                                    Is Modifierfalse
                                                                    Summaryfalse
                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                    438. Composition.section:sectionDiagnostik.entry:BGAangefordert
                                                                    Slice NameBGAangefordert
                                                                    Definition

                                                                    BGA angefordert

                                                                    ShortBGA angefordert
                                                                    Comments

                                                                    If there are no entries in the list, an emptyReason SHOULD be provided.

                                                                    Control0..1
                                                                    This element is affected by the following invariants: cmp-2
                                                                    TypeReference(BGA angefordert (AKTIN))
                                                                    Is Modifierfalse
                                                                    Summaryfalse
                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                    440. Composition.section:sectionDiagnostik.entry:EKGangefordert
                                                                    Slice NameEKGangefordert
                                                                    Definition

                                                                    EKG angefordert

                                                                    ShortEKG angefordert
                                                                    Comments

                                                                    If there are no entries in the list, an emptyReason SHOULD be provided.

                                                                    Control0..1
                                                                    This element is affected by the following invariants: cmp-2
                                                                    TypeReference(EKG angefordert (AKTIN))
                                                                    Is Modifierfalse
                                                                    Summaryfalse
                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                    442. Composition.section:sectionDiagnostik.entry:Sonographieangefordert
                                                                    Slice NameSonographieangefordert
                                                                    Definition

                                                                    Sonographie angefordert

                                                                    ShortSonographie angefordert
                                                                    Comments

                                                                    If there are no entries in the list, an emptyReason SHOULD be provided.

                                                                    Control0..1
                                                                    This element is affected by the following invariants: cmp-2
                                                                    TypeReference(Sonographie angefordert (AKTIN))
                                                                    Is Modifierfalse
                                                                    Summaryfalse
                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                    444. Composition.section:sectionDiagnostik.entry:Rontgenthoraxangefordert
                                                                    Slice NameRontgenthoraxangefordert
                                                                    Definition

                                                                    Röntgenthorax angefordert

                                                                    ShortRöntgenthorax angefordert
                                                                    Comments

                                                                    If there are no entries in the list, an emptyReason SHOULD be provided.

                                                                    Control0..1
                                                                    This element is affected by the following invariants: cmp-2
                                                                    TypeReference(Röntgenthorax angefordert (AKTIN))
                                                                    Is Modifierfalse
                                                                    Summaryfalse
                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                    446. Composition.section:sectionDiagnostik.entry:RontgenThoraxdurchgefuhrt
                                                                    Slice NameRontgenThoraxdurchgefuhrt
                                                                    Definition

                                                                    Röntgen-Thorax durchgeführt

                                                                    ShortRöntgen-Thorax durchgeführt
                                                                    Comments

                                                                    If there are no entries in the list, an emptyReason SHOULD be provided.

                                                                    Control0..1
                                                                    This element is affected by the following invariants: cmp-2
                                                                    TypeReference(Röntgen-Thorax durchgeführt (AKTIN))
                                                                    Is Modifierfalse
                                                                    Summaryfalse
                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                    448. Composition.section:sectionDiagnostik.entry:RontgenBeckendurchgefuhrt
                                                                    Slice NameRontgenBeckendurchgefuhrt
                                                                    Definition

                                                                    Röntgen-Becken durchgeführt

                                                                    ShortRöntgen-Becken durchgeführt
                                                                    Comments

                                                                    If there are no entries in the list, an emptyReason SHOULD be provided.

                                                                    Control0..1
                                                                    This element is affected by the following invariants: cmp-2
                                                                    TypeReference(Röntgen-Becken durchgeführt (AKTIN))
                                                                    Is Modifierfalse
                                                                    Summaryfalse
                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                    450. Composition.section:sectionDiagnostik.entry:RontgenWirbelsauledurchgefuhrt
                                                                    Slice NameRontgenWirbelsauledurchgefuhrt
                                                                    Definition

                                                                    Röntgen-Wirbelsäule durchgeführt

                                                                    ShortRöntgen-Wirbelsäule durchgeführt
                                                                    Comments

                                                                    If there are no entries in the list, an emptyReason SHOULD be provided.

                                                                    Control0..1
                                                                    This element is affected by the following invariants: cmp-2
                                                                    TypeReference(Röntgen-Wirbelsäule durchgeführt (AKTIN))
                                                                    Is Modifierfalse
                                                                    Summaryfalse
                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                    452. Composition.section:sectionDiagnostik.entry:GanzkorperCTdurchgefuhrt
                                                                    Slice NameGanzkorperCTdurchgefuhrt
                                                                    Definition

                                                                    Ganzkörper-CT durchgeführt

                                                                    ShortGanzkörper-CT durchgeführt
                                                                    Comments

                                                                    If there are no entries in the list, an emptyReason SHOULD be provided.

                                                                    Control0..1
                                                                    This element is affected by the following invariants: cmp-2
                                                                    TypeReference(Ganzkörper-CT durchgeführt (AKTIN))
                                                                    Is Modifierfalse
                                                                    Summaryfalse
                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                    454. Composition.section:sectionDiagnostik.entry:CTKopfdurchgefuhrt
                                                                    Slice NameCTKopfdurchgefuhrt
                                                                    Definition

                                                                    CT Kopf durchgeführt

                                                                    ShortCT Kopf durchgeführt
                                                                    Comments

                                                                    If there are no entries in the list, an emptyReason SHOULD be provided.

                                                                    Control0..1
                                                                    This element is affected by the following invariants: cmp-2
                                                                    TypeReference(CT Kopf durchgeführt (AKTIN))
                                                                    Is Modifierfalse
                                                                    Summaryfalse
                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                    456. Composition.section:sectionDiagnostik.entry:CTHWSdurchgefuhrt
                                                                    Slice NameCTHWSdurchgefuhrt
                                                                    Definition

                                                                    CT HWS durchgeführt

                                                                    ShortCT HWS durchgeführt
                                                                    Comments

                                                                    If there are no entries in the list, an emptyReason SHOULD be provided.

                                                                    Control0..1
                                                                    This element is affected by the following invariants: cmp-2
                                                                    TypeReference(CT HWS durchgeführt (AKTIN))
                                                                    Is Modifierfalse
                                                                    Summaryfalse
                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                    458. Composition.section:sectionDiagnostik.entry:CTThoraxdurchgefuhrt
                                                                    Slice NameCTThoraxdurchgefuhrt
                                                                    Definition

                                                                    CT Thorax durchgeführt

                                                                    ShortCT Thorax durchgeführt
                                                                    Comments

                                                                    If there are no entries in the list, an emptyReason SHOULD be provided.

                                                                    Control0..1
                                                                    This element is affected by the following invariants: cmp-2
                                                                    TypeReference(CT Thorax durchgeführt (AKTIN))
                                                                    Is Modifierfalse
                                                                    Summaryfalse
                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                    460. Composition.section:sectionDiagnostik.entry:CTTAbdomendurchgefuhrt
                                                                    Slice NameCTTAbdomendurchgefuhrt
                                                                    Definition

                                                                    CT Abdomen durchgeführt

                                                                    ShortCT Abdomen durchgeführt
                                                                    Comments

                                                                    If there are no entries in the list, an emptyReason SHOULD be provided.

                                                                    Control0..1
                                                                    This element is affected by the following invariants: cmp-2
                                                                    TypeReference(CT Abdomen durchgeführt (AKTIN))
                                                                    Is Modifierfalse
                                                                    Summaryfalse
                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                    462. Composition.section:sectionDiagnostik.emptyReason
                                                                    Definition

                                                                    If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason.

                                                                    ShortWhy the section is empty
                                                                    Comments

                                                                    The various reasons for an empty section make a significant interpretation to its interpretation. Note that this code is for use when the entire section content has been suppressed, and not for when individual items are omitted - implementers may consider using a text note or a flag on an entry in these cases.

                                                                    Control0..0
                                                                    This element is affected by the following invariants: cmp-2
                                                                    BindingThe codes SHOULD be taken from ListEmptyReasons
                                                                    (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)

                                                                    If a section is empty, why it is empty.

                                                                    TypeCodeableConcept
                                                                    Is Modifierfalse
                                                                    Must Supportfalse
                                                                    Summaryfalse
                                                                    Requirements

                                                                    Allows capturing things like "none exist" or "not asked" which can be important for most lists.

                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                    464. Composition.section:sectionDiagnostik.section
                                                                    Definition

                                                                    A nested sub-section within this section.

                                                                    ShortNested Section
                                                                    Comments

                                                                    Nested sections are primarily used to help human readers navigate to particular portions of the document.

                                                                    Control0..*
                                                                    This element is affected by the following invariants: cmp-1
                                                                    TypeSeettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section
                                                                    Is Modifierfalse
                                                                    Summaryfalse
                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                    466. Composition.section:sectionMassnahmen
                                                                    Slice NamesectionMassnahmen
                                                                    Definition

                                                                    Durchgeführte Maßnahmen

                                                                    ShortMaßnahmen Section
                                                                    Control0..1
                                                                    TypeBackboneElement
                                                                    Is Modifierfalse
                                                                    Summaryfalse
                                                                    Invariantscmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())
                                                                    cmp-2: A section can only have an emptyReason if it is empty (emptyReason.empty() or entry.empty())
                                                                    ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                    468. Composition.section:sectionMassnahmen.id
                                                                    Definition

                                                                    Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                    ShortUnique id for inter-element referencing
                                                                    Control0..1
                                                                    Typestring
                                                                    Is Modifierfalse
                                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                                    Summaryfalse
                                                                    470. Composition.section:sectionMassnahmen.extension
                                                                    Definition

                                                                    May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                    ShortAdditional content defined by implementations
                                                                    Comments

                                                                    There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                    Control0..*
                                                                    TypeExtension
                                                                    Is Modifierfalse
                                                                    Summaryfalse
                                                                    Alternate Namesextensions, user content
                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                    472. Composition.section:sectionMassnahmen.modifierExtension
                                                                    Definition

                                                                    May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                                    Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                                    ShortExtensions that cannot be ignored even if unrecognized
                                                                    Comments

                                                                    There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                    Control0..*
                                                                    TypeExtension
                                                                    Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                    Summarytrue
                                                                    Requirements

                                                                    Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                                                    Alternate Namesextensions, user content, modifiers
                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                    474. Composition.section:sectionMassnahmen.title
                                                                    Definition

                                                                    The label for this particular section. This will be part of the rendered content for the document, and is often used to build a table of contents.

                                                                    ShortLabel for section (e.g. for ToC)
                                                                    Comments

                                                                    The title identifies the section for a human reader. The title must be consistent with the narrative of the resource that is the target of the section.content reference. Generally, sections SHOULD have titles, but in some documents, it is unnecessary or inappropriate. Typically, this is where a section has subsections that have their own adequately distinguishing title, or documents that only have a single section. Most Implementation Guides will make section title to be a required element.

                                                                    Control1..1
                                                                    Typestring
                                                                    Is Modifierfalse
                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                    Summaryfalse
                                                                    Requirements

                                                                    Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized.

                                                                    Alternate Namesheader, label, caption
                                                                    Pattern ValueProzeduren und Maßnahmen
                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                    476. Composition.section:sectionMassnahmen.code
                                                                    Definition

                                                                    A code identifying the kind of content contained within the section. This must be consistent with the section title.

                                                                    ShortClassification of section (recommended)
                                                                    Comments

                                                                    The code identifies the section for an automated processor of the document. This is particularly relevant when using profiles to control the structure of the document.

                                                                    If the section has content (instead of sub-sections), the section.code does not change the meaning or interpretation of the resource that is the content of the section in the comments for the section.code.

                                                                    Control1..1
                                                                    BindingFor example codes, see DocumentSectionCodes
                                                                    (example to http://hl7.org/fhir/ValueSet/doc-section-codes)

                                                                    Classification of a section of a composition/document.

                                                                    TypeCodeableConcept
                                                                    Is Modifierfalse
                                                                    Must Supporttrue
                                                                    Summaryfalse
                                                                    Requirements

                                                                    Provides computable standardized labels to topics within the document.

                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                    478. Composition.section:sectionMassnahmen.code.id
                                                                    Definition

                                                                    Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                    ShortUnique id for inter-element referencing
                                                                    Control0..1
                                                                    Typestring
                                                                    Is Modifierfalse
                                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                                    Summaryfalse
                                                                    480. Composition.section:sectionMassnahmen.code.extension
                                                                    Definition

                                                                    May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                    ShortAdditional content defined by implementations
                                                                    Comments

                                                                    There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                    Control0..*
                                                                    TypeExtension
                                                                    Is Modifierfalse
                                                                    Summaryfalse
                                                                    Alternate Namesextensions, user content
                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                    SlicingThis element introduces a set of slices on Composition.section.code.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                    • value @ url
                                                                    • 482. Composition.section:sectionMassnahmen.code.coding
                                                                      Definition

                                                                      A reference to a code defined by a terminology system.

                                                                      ShortCode defined by a terminology system
                                                                      Comments

                                                                      Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                                                                      Control1..*
                                                                      TypeCoding
                                                                      Is Modifierfalse
                                                                      Summarytrue
                                                                      Requirements

                                                                      Allows for alternative encodings within a code system, and translations to other code systems.

                                                                      Fixed Value{
                                                                        "system" : "http://loinc.org",
                                                                        "code" : "29554-3",
                                                                        "display" : "Procedure Narrative"
                                                                      }
                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                      484. Composition.section:sectionMassnahmen.code.text
                                                                      Definition

                                                                      A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user.

                                                                      ShortPlain text representation of the concept
                                                                      Comments

                                                                      Very often the text is the same as a displayName of one of the codings.

                                                                      Control0..1
                                                                      Typestring
                                                                      Is Modifierfalse
                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                      Summarytrue
                                                                      Requirements

                                                                      The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source.

                                                                      Pattern ValueProzeduren und Maßnahmen
                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                      486. Composition.section:sectionMassnahmen.author
                                                                      Definition

                                                                      Identifies who is responsible for the information in this section, not necessarily who typed it in.

                                                                      ShortWho and/or what authored the section
                                                                      Control0..*
                                                                      TypeReference(Practitioner, PractitionerRole, Device, Patient, RelatedPerson, Organization)
                                                                      Is Modifierfalse
                                                                      Summaryfalse
                                                                      Requirements

                                                                      Identifies who is responsible for the content.

                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                      488. Composition.section:sectionMassnahmen.focus
                                                                      Definition

                                                                      The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources).

                                                                      ShortWho/what the section is about, when it is not about the subject of composition
                                                                      Comments

                                                                      Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples.

                                                                      Control0..1
                                                                      TypeReference(Resource)
                                                                      Is Modifierfalse
                                                                      Summaryfalse
                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                      490. Composition.section:sectionMassnahmen.text
                                                                      Definition

                                                                      A human-readable narrative that contains the attested content of the section, used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative.

                                                                      ShortText summary of the section, for human interpretation
                                                                      Comments

                                                                      Document profiles may define what content should be represented in the narrative to ensure clinical safety.

                                                                      Control1..1
                                                                      This element is affected by the following invariants: cmp-1
                                                                      TypeNarrative
                                                                      Is Modifierfalse
                                                                      Must Supporttrue
                                                                      Summaryfalse
                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                      492. Composition.section:sectionMassnahmen.mode
                                                                      Definition

                                                                      How the entry list was prepared - whether it is a working list that is suitable for being maintained on an ongoing basis, or if it represents a snapshot of a list of items from another source, or whether it is a prepared list where items may be marked as added, modified or deleted.

                                                                      Shortworking | snapshot | changes
                                                                      Comments

                                                                      This element is labeled as a modifier because a change list must not be misunderstood as a complete list.

                                                                      Control0..1
                                                                      BindingThe codes SHALL be taken from ListMode
                                                                      (required to http://hl7.org/fhir/ValueSet/list-mode|4.0.1)

                                                                      The processing mode that applies to this section.

                                                                      Typecode
                                                                      Is Modifierfalse
                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                      Summaryfalse
                                                                      Requirements

                                                                      Sections are used in various ways, and it must be known in what way it is safe to use the entries in them.

                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                      494. Composition.section:sectionMassnahmen.orderedBy
                                                                      Definition

                                                                      Specifies the order applied to the items in the section entries.

                                                                      ShortOrder of section entries
                                                                      Comments

                                                                      Applications SHOULD render ordered lists in the order provided, but MAY allow users to re-order based on their own preferences as well. If there is no order specified, the order is unknown, though there may still be some order.

                                                                      Control0..1
                                                                      BindingThe codes SHOULD be taken from ListOrderCodes
                                                                      (preferred to http://hl7.org/fhir/ValueSet/list-order)

                                                                      What order applies to the items in the entry.

                                                                      TypeCodeableConcept
                                                                      Is Modifierfalse
                                                                      Summaryfalse
                                                                      Requirements

                                                                      Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries.

                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                      496. Composition.section:sectionMassnahmen.entry
                                                                      Definition

                                                                      Masnahmen

                                                                      ShortMasnahmen
                                                                      Comments

                                                                      If there are no entries in the list, an emptyReason SHOULD be provided.

                                                                      Control0..*
                                                                      This element is affected by the following invariants: cmp-2
                                                                      TypeReference(Resource)
                                                                      Is Modifierfalse
                                                                      Must Supporttrue
                                                                      Summaryfalse
                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                      SlicingThis element introduces a set of slices on Composition.section.entry. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                      • type @ resolve()
                                                                      • 498. Composition.section:sectionMassnahmen.entry:Isolation
                                                                        Slice NameIsolation
                                                                        Definition

                                                                        Isolation

                                                                        ShortIsolation
                                                                        Comments

                                                                        If there are no entries in the list, an emptyReason SHOULD be provided.

                                                                        Control0..1
                                                                        This element is affected by the following invariants: cmp-2
                                                                        TypeReference(Isolation (AKTIN))
                                                                        Is Modifierfalse
                                                                        Summaryfalse
                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                        500. Composition.section:sectionMassnahmen.emptyReason
                                                                        Definition

                                                                        If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason.

                                                                        ShortWhy the section is empty
                                                                        Comments

                                                                        The various reasons for an empty section make a significant interpretation to its interpretation. Note that this code is for use when the entire section content has been suppressed, and not for when individual items are omitted - implementers may consider using a text note or a flag on an entry in these cases.

                                                                        Control0..0
                                                                        This element is affected by the following invariants: cmp-2
                                                                        BindingThe codes SHOULD be taken from ListEmptyReasons
                                                                        (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)

                                                                        If a section is empty, why it is empty.

                                                                        TypeCodeableConcept
                                                                        Is Modifierfalse
                                                                        Must Supportfalse
                                                                        Summaryfalse
                                                                        Requirements

                                                                        Allows capturing things like "none exist" or "not asked" which can be important for most lists.

                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                        502. Composition.section:sectionMassnahmen.section
                                                                        Definition

                                                                        A nested sub-section within this section.

                                                                        ShortNested Section
                                                                        Comments

                                                                        Nested sections are primarily used to help human readers navigate to particular portions of the document.

                                                                        Control0..*
                                                                        This element is affected by the following invariants: cmp-1
                                                                        TypeSeettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section
                                                                        Is Modifierfalse
                                                                        Summaryfalse
                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                        504. Composition.section:sectionPharmakotherapie
                                                                        Slice NamesectionPharmakotherapie
                                                                        Definition

                                                                        Medikamentöse Therapie

                                                                        ShortPharmakotherapie Section
                                                                        Control0..1
                                                                        TypeBackboneElement
                                                                        Is Modifierfalse
                                                                        Summaryfalse
                                                                        Invariantscmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())
                                                                        cmp-2: A section can only have an emptyReason if it is empty (emptyReason.empty() or entry.empty())
                                                                        ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                        506. Composition.section:sectionPharmakotherapie.id
                                                                        Definition

                                                                        Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                        ShortUnique id for inter-element referencing
                                                                        Control0..1
                                                                        Typestring
                                                                        Is Modifierfalse
                                                                        XML FormatIn the XML format, this property is represented as an attribute.
                                                                        Summaryfalse
                                                                        508. Composition.section:sectionPharmakotherapie.extension
                                                                        Definition

                                                                        May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                        ShortAdditional content defined by implementations
                                                                        Comments

                                                                        There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                        Control0..*
                                                                        TypeExtension
                                                                        Is Modifierfalse
                                                                        Summaryfalse
                                                                        Alternate Namesextensions, user content
                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                        510. Composition.section:sectionPharmakotherapie.modifierExtension
                                                                        Definition

                                                                        May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                                        Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                                        ShortExtensions that cannot be ignored even if unrecognized
                                                                        Comments

                                                                        There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                        Control0..*
                                                                        TypeExtension
                                                                        Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                        Summarytrue
                                                                        Requirements

                                                                        Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                                                        Alternate Namesextensions, user content, modifiers
                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                        512. Composition.section:sectionPharmakotherapie.title
                                                                        Definition

                                                                        The label for this particular section. This will be part of the rendered content for the document, and is often used to build a table of contents.

                                                                        ShortLabel for section (e.g. for ToC)
                                                                        Comments

                                                                        The title identifies the section for a human reader. The title must be consistent with the narrative of the resource that is the target of the section.content reference. Generally, sections SHOULD have titles, but in some documents, it is unnecessary or inappropriate. Typically, this is where a section has subsections that have their own adequately distinguishing title, or documents that only have a single section. Most Implementation Guides will make section title to be a required element.

                                                                        Control1..1
                                                                        Typestring
                                                                        Is Modifierfalse
                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                        Summaryfalse
                                                                        Requirements

                                                                        Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized.

                                                                        Alternate Namesheader, label, caption
                                                                        Pattern ValueInformationen zur medikamentösen Therapie
                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                        514. Composition.section:sectionPharmakotherapie.code
                                                                        Definition

                                                                        A code identifying the kind of content contained within the section. This must be consistent with the section title.

                                                                        ShortClassification of section (recommended)
                                                                        Comments

                                                                        The code identifies the section for an automated processor of the document. This is particularly relevant when using profiles to control the structure of the document.

                                                                        If the section has content (instead of sub-sections), the section.code does not change the meaning or interpretation of the resource that is the content of the section in the comments for the section.code.

                                                                        Control1..1
                                                                        BindingFor example codes, see DocumentSectionCodes
                                                                        (example to http://hl7.org/fhir/ValueSet/doc-section-codes)

                                                                        Classification of a section of a composition/document.

                                                                        TypeCodeableConcept
                                                                        Is Modifierfalse
                                                                        Must Supporttrue
                                                                        Summaryfalse
                                                                        Requirements

                                                                        Provides computable standardized labels to topics within the document.

                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                        516. Composition.section:sectionPharmakotherapie.code.id
                                                                        Definition

                                                                        Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                        ShortUnique id for inter-element referencing
                                                                        Control0..1
                                                                        Typestring
                                                                        Is Modifierfalse
                                                                        XML FormatIn the XML format, this property is represented as an attribute.
                                                                        Summaryfalse
                                                                        518. Composition.section:sectionPharmakotherapie.code.extension
                                                                        Definition

                                                                        May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                        ShortAdditional content defined by implementations
                                                                        Comments

                                                                        There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                        Control0..*
                                                                        TypeExtension
                                                                        Is Modifierfalse
                                                                        Summaryfalse
                                                                        Alternate Namesextensions, user content
                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                        SlicingThis element introduces a set of slices on Composition.section.code.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                        • value @ url
                                                                        • 520. Composition.section:sectionPharmakotherapie.code.coding
                                                                          Definition

                                                                          A reference to a code defined by a terminology system.

                                                                          ShortCode defined by a terminology system
                                                                          Comments

                                                                          Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                                                                          Control1..*
                                                                          TypeCoding
                                                                          Is Modifierfalse
                                                                          Summarytrue
                                                                          Requirements

                                                                          Allows for alternative encodings within a code system, and translations to other code systems.

                                                                          Fixed Value{
                                                                            "system" : "http://loinc.org",
                                                                            "code" : "29549-3",
                                                                            "display" : "Medication administered Narrative"
                                                                          }
                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                          522. Composition.section:sectionPharmakotherapie.code.text
                                                                          Definition

                                                                          A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user.

                                                                          ShortPlain text representation of the concept
                                                                          Comments

                                                                          Very often the text is the same as a displayName of one of the codings.

                                                                          Control0..1
                                                                          Typestring
                                                                          Is Modifierfalse
                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                          Summarytrue
                                                                          Requirements

                                                                          The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source.

                                                                          Pattern ValueInformationen zur medikamentösen Therapie
                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                          524. Composition.section:sectionPharmakotherapie.author
                                                                          Definition

                                                                          Identifies who is responsible for the information in this section, not necessarily who typed it in.

                                                                          ShortWho and/or what authored the section
                                                                          Control0..*
                                                                          TypeReference(Practitioner, PractitionerRole, Device, Patient, RelatedPerson, Organization)
                                                                          Is Modifierfalse
                                                                          Summaryfalse
                                                                          Requirements

                                                                          Identifies who is responsible for the content.

                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                          526. Composition.section:sectionPharmakotherapie.focus
                                                                          Definition

                                                                          The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources).

                                                                          ShortWho/what the section is about, when it is not about the subject of composition
                                                                          Comments

                                                                          Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples.

                                                                          Control0..1
                                                                          TypeReference(Resource)
                                                                          Is Modifierfalse
                                                                          Summaryfalse
                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                          528. Composition.section:sectionPharmakotherapie.text
                                                                          Definition

                                                                          A human-readable narrative that contains the attested content of the section, used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative.

                                                                          ShortText summary of the section, for human interpretation
                                                                          Comments

                                                                          Document profiles may define what content should be represented in the narrative to ensure clinical safety.

                                                                          Control1..1
                                                                          This element is affected by the following invariants: cmp-1
                                                                          TypeNarrative
                                                                          Is Modifierfalse
                                                                          Must Supporttrue
                                                                          Summaryfalse
                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                          530. Composition.section:sectionPharmakotherapie.mode
                                                                          Definition

                                                                          How the entry list was prepared - whether it is a working list that is suitable for being maintained on an ongoing basis, or if it represents a snapshot of a list of items from another source, or whether it is a prepared list where items may be marked as added, modified or deleted.

                                                                          Shortworking | snapshot | changes
                                                                          Comments

                                                                          This element is labeled as a modifier because a change list must not be misunderstood as a complete list.

                                                                          Control0..1
                                                                          BindingThe codes SHALL be taken from ListMode
                                                                          (required to http://hl7.org/fhir/ValueSet/list-mode|4.0.1)

                                                                          The processing mode that applies to this section.

                                                                          Typecode
                                                                          Is Modifierfalse
                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                          Summaryfalse
                                                                          Requirements

                                                                          Sections are used in various ways, and it must be known in what way it is safe to use the entries in them.

                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                          532. Composition.section:sectionPharmakotherapie.orderedBy
                                                                          Definition

                                                                          Specifies the order applied to the items in the section entries.

                                                                          ShortOrder of section entries
                                                                          Comments

                                                                          Applications SHOULD render ordered lists in the order provided, but MAY allow users to re-order based on their own preferences as well. If there is no order specified, the order is unknown, though there may still be some order.

                                                                          Control0..1
                                                                          BindingThe codes SHOULD be taken from ListOrderCodes
                                                                          (preferred to http://hl7.org/fhir/ValueSet/list-order)

                                                                          What order applies to the items in the entry.

                                                                          TypeCodeableConcept
                                                                          Is Modifierfalse
                                                                          Summaryfalse
                                                                          Requirements

                                                                          Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries.

                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                          534. Composition.section:sectionPharmakotherapie.entry
                                                                          Definition

                                                                          A reference to the actual resource from which the narrative in the section is derived.

                                                                          ShortA reference to data that supports this section
                                                                          Comments

                                                                          If there are no entries in the list, an emptyReason SHOULD be provided.

                                                                          Control1..*
                                                                          This element is affected by the following invariants: cmp-2
                                                                          TypeReference(ISiKMedikationsVerabreichung)
                                                                          Is Modifierfalse
                                                                          Must Supporttrue
                                                                          Summaryfalse
                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                          536. Composition.section:sectionPharmakotherapie.emptyReason
                                                                          Definition

                                                                          If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason.

                                                                          ShortWhy the section is empty
                                                                          Comments

                                                                          The various reasons for an empty section make a significant interpretation to its interpretation. Note that this code is for use when the entire section content has been suppressed, and not for when individual items are omitted - implementers may consider using a text note or a flag on an entry in these cases.

                                                                          Control0..0
                                                                          This element is affected by the following invariants: cmp-2
                                                                          BindingThe codes SHOULD be taken from ListEmptyReasons
                                                                          (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)

                                                                          If a section is empty, why it is empty.

                                                                          TypeCodeableConcept
                                                                          Is Modifierfalse
                                                                          Must Supportfalse
                                                                          Summaryfalse
                                                                          Requirements

                                                                          Allows capturing things like "none exist" or "not asked" which can be important for most lists.

                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                          538. Composition.section:sectionPharmakotherapie.section
                                                                          Definition

                                                                          A nested sub-section within this section.

                                                                          ShortNested Section
                                                                          Comments

                                                                          Nested sections are primarily used to help human readers navigate to particular portions of the document.

                                                                          Control0..*
                                                                          This element is affected by the following invariants: cmp-1
                                                                          TypeSeettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section
                                                                          Is Modifierfalse
                                                                          Summaryfalse
                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                          540. Composition.section:sectionAbschlussdiagnosen
                                                                          Slice NamesectionAbschlussdiagnosen
                                                                          Definition

                                                                          Abschlussdiagnosen

                                                                          ShortAbschlussdiagnosen Section
                                                                          Control0..1
                                                                          TypeBackboneElement
                                                                          Is Modifierfalse
                                                                          Summaryfalse
                                                                          Invariantscmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())
                                                                          cmp-2: A section can only have an emptyReason if it is empty (emptyReason.empty() or entry.empty())
                                                                          ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                          542. Composition.section:sectionAbschlussdiagnosen.id
                                                                          Definition

                                                                          Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                          ShortUnique id for inter-element referencing
                                                                          Control0..1
                                                                          Typestring
                                                                          Is Modifierfalse
                                                                          XML FormatIn the XML format, this property is represented as an attribute.
                                                                          Summaryfalse
                                                                          544. Composition.section:sectionAbschlussdiagnosen.extension
                                                                          Definition

                                                                          May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                          ShortAdditional content defined by implementations
                                                                          Comments

                                                                          There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                          Control0..*
                                                                          TypeExtension
                                                                          Is Modifierfalse
                                                                          Summaryfalse
                                                                          Alternate Namesextensions, user content
                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                          546. Composition.section:sectionAbschlussdiagnosen.modifierExtension
                                                                          Definition

                                                                          May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                                          Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                                          ShortExtensions that cannot be ignored even if unrecognized
                                                                          Comments

                                                                          There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                          Control0..*
                                                                          TypeExtension
                                                                          Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                          Summarytrue
                                                                          Requirements

                                                                          Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                                                          Alternate Namesextensions, user content, modifiers
                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                          548. Composition.section:sectionAbschlussdiagnosen.title
                                                                          Definition

                                                                          The label for this particular section. This will be part of the rendered content for the document, and is often used to build a table of contents.

                                                                          ShortLabel for section (e.g. for ToC)
                                                                          Comments

                                                                          The title identifies the section for a human reader. The title must be consistent with the narrative of the resource that is the target of the section.content reference. Generally, sections SHOULD have titles, but in some documents, it is unnecessary or inappropriate. Typically, this is where a section has subsections that have their own adequately distinguishing title, or documents that only have a single section. Most Implementation Guides will make section title to be a required element.

                                                                          Control1..1
                                                                          Typestring
                                                                          Is Modifierfalse
                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                          Summaryfalse
                                                                          Requirements

                                                                          Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized.

                                                                          Alternate Namesheader, label, caption
                                                                          Pattern ValueAbschlussdiagnosen
                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                          550. Composition.section:sectionAbschlussdiagnosen.code
                                                                          Definition

                                                                          A code identifying the kind of content contained within the section. This must be consistent with the section title.

                                                                          ShortClassification of section (recommended)
                                                                          Comments

                                                                          The code identifies the section for an automated processor of the document. This is particularly relevant when using profiles to control the structure of the document.

                                                                          If the section has content (instead of sub-sections), the section.code does not change the meaning or interpretation of the resource that is the content of the section in the comments for the section.code.

                                                                          Control1..1
                                                                          BindingFor example codes, see DocumentSectionCodes
                                                                          (example to http://hl7.org/fhir/ValueSet/doc-section-codes)

                                                                          Classification of a section of a composition/document.

                                                                          TypeCodeableConcept
                                                                          Is Modifierfalse
                                                                          Must Supporttrue
                                                                          Summaryfalse
                                                                          Requirements

                                                                          Provides computable standardized labels to topics within the document.

                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                          552. Composition.section:sectionAbschlussdiagnosen.code.id
                                                                          Definition

                                                                          Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                          ShortUnique id for inter-element referencing
                                                                          Control0..1
                                                                          Typestring
                                                                          Is Modifierfalse
                                                                          XML FormatIn the XML format, this property is represented as an attribute.
                                                                          Summaryfalse
                                                                          554. Composition.section:sectionAbschlussdiagnosen.code.extension
                                                                          Definition

                                                                          May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                          ShortAdditional content defined by implementations
                                                                          Comments

                                                                          There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                          Control0..*
                                                                          TypeExtension
                                                                          Is Modifierfalse
                                                                          Summaryfalse
                                                                          Alternate Namesextensions, user content
                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                          SlicingThis element introduces a set of slices on Composition.section.code.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                          • value @ url
                                                                          • 556. Composition.section:sectionAbschlussdiagnosen.code.coding
                                                                            Definition

                                                                            A reference to a code defined by a terminology system.

                                                                            ShortCode defined by a terminology system
                                                                            Comments

                                                                            Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                                                                            Control1..*
                                                                            TypeCoding
                                                                            Is Modifierfalse
                                                                            Summarytrue
                                                                            Requirements

                                                                            Allows for alternative encodings within a code system, and translations to other code systems.

                                                                            Fixed Value{
                                                                              "system" : "http://loinc.org",
                                                                              "code" : "11300-1",
                                                                              "display" : "ED diagnosis"
                                                                            }
                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                            558. Composition.section:sectionAbschlussdiagnosen.code.text
                                                                            Definition

                                                                            A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user.

                                                                            ShortPlain text representation of the concept
                                                                            Comments

                                                                            Very often the text is the same as a displayName of one of the codings.

                                                                            Control0..1
                                                                            Typestring
                                                                            Is Modifierfalse
                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                            Summarytrue
                                                                            Requirements

                                                                            The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source.

                                                                            Pattern ValueAbschlussdiagnosen
                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                            560. Composition.section:sectionAbschlussdiagnosen.author
                                                                            Definition

                                                                            Identifies who is responsible for the information in this section, not necessarily who typed it in.

                                                                            ShortWho and/or what authored the section
                                                                            Control0..*
                                                                            TypeReference(Practitioner, PractitionerRole, Device, Patient, RelatedPerson, Organization)
                                                                            Is Modifierfalse
                                                                            Summaryfalse
                                                                            Requirements

                                                                            Identifies who is responsible for the content.

                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                            562. Composition.section:sectionAbschlussdiagnosen.focus
                                                                            Definition

                                                                            The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources).

                                                                            ShortWho/what the section is about, when it is not about the subject of composition
                                                                            Comments

                                                                            Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples.

                                                                            Control0..1
                                                                            TypeReference(Resource)
                                                                            Is Modifierfalse
                                                                            Summaryfalse
                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                            564. Composition.section:sectionAbschlussdiagnosen.text
                                                                            Definition

                                                                            A human-readable narrative that contains the attested content of the section, used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative.

                                                                            ShortText summary of the section, for human interpretation
                                                                            Comments

                                                                            Document profiles may define what content should be represented in the narrative to ensure clinical safety.

                                                                            Control1..1
                                                                            This element is affected by the following invariants: cmp-1
                                                                            TypeNarrative
                                                                            Is Modifierfalse
                                                                            Must Supporttrue
                                                                            Summaryfalse
                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                            566. Composition.section:sectionAbschlussdiagnosen.mode
                                                                            Definition

                                                                            How the entry list was prepared - whether it is a working list that is suitable for being maintained on an ongoing basis, or if it represents a snapshot of a list of items from another source, or whether it is a prepared list where items may be marked as added, modified or deleted.

                                                                            Shortworking | snapshot | changes
                                                                            Comments

                                                                            This element is labeled as a modifier because a change list must not be misunderstood as a complete list.

                                                                            Control0..1
                                                                            BindingThe codes SHALL be taken from ListMode
                                                                            (required to http://hl7.org/fhir/ValueSet/list-mode|4.0.1)

                                                                            The processing mode that applies to this section.

                                                                            Typecode
                                                                            Is Modifierfalse
                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                            Summaryfalse
                                                                            Requirements

                                                                            Sections are used in various ways, and it must be known in what way it is safe to use the entries in them.

                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                            568. Composition.section:sectionAbschlussdiagnosen.orderedBy
                                                                            Definition

                                                                            Specifies the order applied to the items in the section entries.

                                                                            ShortOrder of section entries
                                                                            Comments

                                                                            Applications SHOULD render ordered lists in the order provided, but MAY allow users to re-order based on their own preferences as well. If there is no order specified, the order is unknown, though there may still be some order.

                                                                            Control0..1
                                                                            BindingThe codes SHOULD be taken from ListOrderCodes
                                                                            (preferred to http://hl7.org/fhir/ValueSet/list-order)

                                                                            What order applies to the items in the entry.

                                                                            TypeCodeableConcept
                                                                            Is Modifierfalse
                                                                            Summaryfalse
                                                                            Requirements

                                                                            Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries.

                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                            570. Composition.section:sectionAbschlussdiagnosen.entry
                                                                            Definition

                                                                            A reference to the actual resource from which the narrative in the section is derived.

                                                                            ShortA reference to data that supports this section
                                                                            Comments

                                                                            If there are no entries in the list, an emptyReason SHOULD be provided.

                                                                            Control1..*
                                                                            This element is affected by the following invariants: cmp-2
                                                                            TypeReference(ISiKDiagnose)
                                                                            Is Modifierfalse
                                                                            Must Supporttrue
                                                                            Summaryfalse
                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                            572. Composition.section:sectionAbschlussdiagnosen.emptyReason
                                                                            Definition

                                                                            If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason.

                                                                            ShortWhy the section is empty
                                                                            Comments

                                                                            The various reasons for an empty section make a significant interpretation to its interpretation. Note that this code is for use when the entire section content has been suppressed, and not for when individual items are omitted - implementers may consider using a text note or a flag on an entry in these cases.

                                                                            Control0..0
                                                                            This element is affected by the following invariants: cmp-2
                                                                            BindingThe codes SHOULD be taken from ListEmptyReasons
                                                                            (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)

                                                                            If a section is empty, why it is empty.

                                                                            TypeCodeableConcept
                                                                            Is Modifierfalse
                                                                            Must Supportfalse
                                                                            Summaryfalse
                                                                            Requirements

                                                                            Allows capturing things like "none exist" or "not asked" which can be important for most lists.

                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                            574. Composition.section:sectionAbschlussdiagnosen.section
                                                                            Definition

                                                                            A nested sub-section within this section.

                                                                            ShortNested Section
                                                                            Comments

                                                                            Nested sections are primarily used to help human readers navigate to particular portions of the document.

                                                                            Control0..*
                                                                            This element is affected by the following invariants: cmp-1
                                                                            TypeSeettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section
                                                                            Is Modifierfalse
                                                                            Summaryfalse
                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                            576. Composition.section:sectionVerlegungEntlassung
                                                                            Slice NamesectionVerlegungEntlassung
                                                                            Definition

                                                                            Verlegungs-/Entlassungsinformationen

                                                                            ShortVerlegungs-/Entlassungsinformationen Section
                                                                            Control0..1
                                                                            TypeBackboneElement
                                                                            Is Modifierfalse
                                                                            Summaryfalse
                                                                            Invariantscmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())
                                                                            cmp-2: A section can only have an emptyReason if it is empty (emptyReason.empty() or entry.empty())
                                                                            ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                            578. Composition.section:sectionVerlegungEntlassung.id
                                                                            Definition

                                                                            Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                            ShortUnique id for inter-element referencing
                                                                            Control0..1
                                                                            Typestring
                                                                            Is Modifierfalse
                                                                            XML FormatIn the XML format, this property is represented as an attribute.
                                                                            Summaryfalse
                                                                            580. Composition.section:sectionVerlegungEntlassung.extension
                                                                            Definition

                                                                            May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                            ShortAdditional content defined by implementations
                                                                            Comments

                                                                            There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                            Control0..*
                                                                            TypeExtension
                                                                            Is Modifierfalse
                                                                            Summaryfalse
                                                                            Alternate Namesextensions, user content
                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                            582. Composition.section:sectionVerlegungEntlassung.modifierExtension
                                                                            Definition

                                                                            May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                                            Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                                            ShortExtensions that cannot be ignored even if unrecognized
                                                                            Comments

                                                                            There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                            Control0..*
                                                                            TypeExtension
                                                                            Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                            Summarytrue
                                                                            Requirements

                                                                            Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                                                            Alternate Namesextensions, user content, modifiers
                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                            584. Composition.section:sectionVerlegungEntlassung.title
                                                                            Definition

                                                                            The label for this particular section. This will be part of the rendered content for the document, and is often used to build a table of contents.

                                                                            ShortLabel for section (e.g. for ToC)
                                                                            Comments

                                                                            The title identifies the section for a human reader. The title must be consistent with the narrative of the resource that is the target of the section.content reference. Generally, sections SHOULD have titles, but in some documents, it is unnecessary or inappropriate. Typically, this is where a section has subsections that have their own adequately distinguishing title, or documents that only have a single section. Most Implementation Guides will make section title to be a required element.

                                                                            Control1..1
                                                                            Typestring
                                                                            Is Modifierfalse
                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                            Summaryfalse
                                                                            Requirements

                                                                            Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized.

                                                                            Alternate Namesheader, label, caption
                                                                            Pattern ValueVerlegungs-/Entlassungsinformationen
                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                            586. Composition.section:sectionVerlegungEntlassung.code
                                                                            Definition

                                                                            A code identifying the kind of content contained within the section. This must be consistent with the section title.

                                                                            ShortClassification of section (recommended)
                                                                            Comments

                                                                            The code identifies the section for an automated processor of the document. This is particularly relevant when using profiles to control the structure of the document.

                                                                            If the section has content (instead of sub-sections), the section.code does not change the meaning or interpretation of the resource that is the content of the section in the comments for the section.code.

                                                                            Control1..1
                                                                            BindingFor example codes, see DocumentSectionCodes
                                                                            (example to http://hl7.org/fhir/ValueSet/doc-section-codes)

                                                                            Classification of a section of a composition/document.

                                                                            TypeCodeableConcept
                                                                            Is Modifierfalse
                                                                            Must Supporttrue
                                                                            Summaryfalse
                                                                            Requirements

                                                                            Provides computable standardized labels to topics within the document.

                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                            588. Composition.section:sectionVerlegungEntlassung.code.id
                                                                            Definition

                                                                            Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                            ShortUnique id for inter-element referencing
                                                                            Control0..1
                                                                            Typestring
                                                                            Is Modifierfalse
                                                                            XML FormatIn the XML format, this property is represented as an attribute.
                                                                            Summaryfalse
                                                                            590. Composition.section:sectionVerlegungEntlassung.code.extension
                                                                            Definition

                                                                            May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                            ShortAdditional content defined by implementations
                                                                            Comments

                                                                            There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                            Control0..*
                                                                            TypeExtension
                                                                            Is Modifierfalse
                                                                            Summaryfalse
                                                                            Alternate Namesextensions, user content
                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                            SlicingThis element introduces a set of slices on Composition.section.code.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                            • value @ url
                                                                            • 592. Composition.section:sectionVerlegungEntlassung.code.coding
                                                                              Definition

                                                                              A reference to a code defined by a terminology system.

                                                                              ShortCode defined by a terminology system
                                                                              Comments

                                                                              Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                                                                              Control1..*
                                                                              TypeCoding
                                                                              Is Modifierfalse
                                                                              Summarytrue
                                                                              Requirements

                                                                              Allows for alternative encodings within a code system, and translations to other code systems.

                                                                              Fixed Value{
                                                                                "system" : "http://loinc.org",
                                                                                "code" : "67661-9",
                                                                                "display" : "EMS disposition Narrative NEMSIS"
                                                                              }
                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                              594. Composition.section:sectionVerlegungEntlassung.code.text
                                                                              Definition

                                                                              A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user.

                                                                              ShortPlain text representation of the concept
                                                                              Comments

                                                                              Very often the text is the same as a displayName of one of the codings.

                                                                              Control0..1
                                                                              Typestring
                                                                              Is Modifierfalse
                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                              Summarytrue
                                                                              Requirements

                                                                              The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source.

                                                                              Pattern ValueVerlegungs-/Entlassungsinformationen
                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                              596. Composition.section:sectionVerlegungEntlassung.author
                                                                              Definition

                                                                              Identifies who is responsible for the information in this section, not necessarily who typed it in.

                                                                              ShortWho and/or what authored the section
                                                                              Control0..*
                                                                              TypeReference(Practitioner, PractitionerRole, Device, Patient, RelatedPerson, Organization)
                                                                              Is Modifierfalse
                                                                              Summaryfalse
                                                                              Requirements

                                                                              Identifies who is responsible for the content.

                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                              598. Composition.section:sectionVerlegungEntlassung.focus
                                                                              Definition

                                                                              The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources).

                                                                              ShortWho/what the section is about, when it is not about the subject of composition
                                                                              Comments

                                                                              Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples.

                                                                              Control0..1
                                                                              TypeReference(Resource)
                                                                              Is Modifierfalse
                                                                              Summaryfalse
                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                              600. Composition.section:sectionVerlegungEntlassung.text
                                                                              Definition

                                                                              A human-readable narrative that contains the attested content of the section, used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative.

                                                                              ShortText summary of the section, for human interpretation
                                                                              Comments

                                                                              Document profiles may define what content should be represented in the narrative to ensure clinical safety.

                                                                              Control1..1
                                                                              This element is affected by the following invariants: cmp-1
                                                                              TypeNarrative
                                                                              Is Modifierfalse
                                                                              Must Supporttrue
                                                                              Summaryfalse
                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                              602. Composition.section:sectionVerlegungEntlassung.mode
                                                                              Definition

                                                                              How the entry list was prepared - whether it is a working list that is suitable for being maintained on an ongoing basis, or if it represents a snapshot of a list of items from another source, or whether it is a prepared list where items may be marked as added, modified or deleted.

                                                                              Shortworking | snapshot | changes
                                                                              Comments

                                                                              This element is labeled as a modifier because a change list must not be misunderstood as a complete list.

                                                                              Control0..1
                                                                              BindingThe codes SHALL be taken from ListMode
                                                                              (required to http://hl7.org/fhir/ValueSet/list-mode|4.0.1)

                                                                              The processing mode that applies to this section.

                                                                              Typecode
                                                                              Is Modifierfalse
                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                              Summaryfalse
                                                                              Requirements

                                                                              Sections are used in various ways, and it must be known in what way it is safe to use the entries in them.

                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                              604. Composition.section:sectionVerlegungEntlassung.orderedBy
                                                                              Definition

                                                                              Specifies the order applied to the items in the section entries.

                                                                              ShortOrder of section entries
                                                                              Comments

                                                                              Applications SHOULD render ordered lists in the order provided, but MAY allow users to re-order based on their own preferences as well. If there is no order specified, the order is unknown, though there may still be some order.

                                                                              Control0..1
                                                                              BindingThe codes SHOULD be taken from ListOrderCodes
                                                                              (preferred to http://hl7.org/fhir/ValueSet/list-order)

                                                                              What order applies to the items in the entry.

                                                                              TypeCodeableConcept
                                                                              Is Modifierfalse
                                                                              Summaryfalse
                                                                              Requirements

                                                                              Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries.

                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                              606. Composition.section:sectionVerlegungEntlassung.entry
                                                                              Definition

                                                                              A reference to the actual resource from which the narrative in the section is derived.

                                                                              ShortA reference to data that supports this section
                                                                              Comments

                                                                              If there are no entries in the list, an emptyReason SHOULD be provided.

                                                                              Control0..*
                                                                              This element is affected by the following invariants: cmp-2
                                                                              TypeReference(Resource)
                                                                              Is Modifierfalse
                                                                              Must Supporttrue
                                                                              Summaryfalse
                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                              608. Composition.section:sectionVerlegungEntlassung.emptyReason
                                                                              Definition

                                                                              If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason.

                                                                              ShortWhy the section is empty
                                                                              Comments

                                                                              The various reasons for an empty section make a significant interpretation to its interpretation. Note that this code is for use when the entire section content has been suppressed, and not for when individual items are omitted - implementers may consider using a text note or a flag on an entry in these cases.

                                                                              Control0..0
                                                                              This element is affected by the following invariants: cmp-2
                                                                              BindingThe codes SHOULD be taken from ListEmptyReasons
                                                                              (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)

                                                                              If a section is empty, why it is empty.

                                                                              TypeCodeableConcept
                                                                              Is Modifierfalse
                                                                              Must Supportfalse
                                                                              Summaryfalse
                                                                              Requirements

                                                                              Allows capturing things like "none exist" or "not asked" which can be important for most lists.

                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                              610. Composition.section:sectionVerlegungEntlassung.section
                                                                              Definition

                                                                              A nested sub-section within this section.

                                                                              ShortNested Section
                                                                              Comments

                                                                              Nested sections are primarily used to help human readers navigate to particular portions of the document.

                                                                              Control0..*
                                                                              This element is affected by the following invariants: cmp-1
                                                                              TypeSeettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section
                                                                              Is Modifierfalse
                                                                              Summaryfalse
                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                              612. Composition.section:sectionAddendumDokument
                                                                              Slice NamesectionAddendumDokument
                                                                              Definition

                                                                              Addendum Dokumentationsinformationen

                                                                              ShortAddendum Dokumentationsinformationen Section
                                                                              Control0..1
                                                                              TypeBackboneElement
                                                                              Is Modifierfalse
                                                                              Summaryfalse
                                                                              Invariantscmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())
                                                                              cmp-2: A section can only have an emptyReason if it is empty (emptyReason.empty() or entry.empty())
                                                                              ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                              614. Composition.section:sectionAddendumDokument.id
                                                                              Definition

                                                                              Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                              ShortUnique id for inter-element referencing
                                                                              Control0..1
                                                                              Typestring
                                                                              Is Modifierfalse
                                                                              XML FormatIn the XML format, this property is represented as an attribute.
                                                                              Summaryfalse
                                                                              616. Composition.section:sectionAddendumDokument.extension
                                                                              Definition

                                                                              May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                              ShortAdditional content defined by implementations
                                                                              Comments

                                                                              There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                              Control0..*
                                                                              TypeExtension
                                                                              Is Modifierfalse
                                                                              Summaryfalse
                                                                              Alternate Namesextensions, user content
                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                              618. Composition.section:sectionAddendumDokument.modifierExtension
                                                                              Definition

                                                                              May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                                              Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                                              ShortExtensions that cannot be ignored even if unrecognized
                                                                              Comments

                                                                              There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                              Control0..*
                                                                              TypeExtension
                                                                              Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                              Summarytrue
                                                                              Requirements

                                                                              Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                                                              Alternate Namesextensions, user content, modifiers
                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                              620. Composition.section:sectionAddendumDokument.title
                                                                              Definition

                                                                              The label for this particular section. This will be part of the rendered content for the document, and is often used to build a table of contents.

                                                                              ShortLabel for section (e.g. for ToC)
                                                                              Comments

                                                                              The title identifies the section for a human reader. The title must be consistent with the narrative of the resource that is the target of the section.content reference. Generally, sections SHOULD have titles, but in some documents, it is unnecessary or inappropriate. Typically, this is where a section has subsections that have their own adequately distinguishing title, or documents that only have a single section. Most Implementation Guides will make section title to be a required element.

                                                                              Control1..1
                                                                              Typestring
                                                                              Is Modifierfalse
                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                              Summaryfalse
                                                                              Requirements

                                                                              Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized.

                                                                              Alternate Namesheader, label, caption
                                                                              Pattern ValueAddendum Dokumentationsinformationen
                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                              622. Composition.section:sectionAddendumDokument.code
                                                                              Definition

                                                                              A code identifying the kind of content contained within the section. This must be consistent with the section title.

                                                                              ShortClassification of section (recommended)
                                                                              Comments

                                                                              The code identifies the section for an automated processor of the document. This is particularly relevant when using profiles to control the structure of the document.

                                                                              If the section has content (instead of sub-sections), the section.code does not change the meaning or interpretation of the resource that is the content of the section in the comments for the section.code.

                                                                              Control1..1
                                                                              BindingFor example codes, see DocumentSectionCodes
                                                                              (example to http://hl7.org/fhir/ValueSet/doc-section-codes)

                                                                              Classification of a section of a composition/document.

                                                                              TypeCodeableConcept
                                                                              Is Modifierfalse
                                                                              Must Supporttrue
                                                                              Summaryfalse
                                                                              Requirements

                                                                              Provides computable standardized labels to topics within the document.

                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                              624. Composition.section:sectionAddendumDokument.code.id
                                                                              Definition

                                                                              Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                              ShortUnique id for inter-element referencing
                                                                              Control0..1
                                                                              Typestring
                                                                              Is Modifierfalse
                                                                              XML FormatIn the XML format, this property is represented as an attribute.
                                                                              Summaryfalse
                                                                              626. Composition.section:sectionAddendumDokument.code.extension
                                                                              Definition

                                                                              May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                              ShortAdditional content defined by implementations
                                                                              Comments

                                                                              There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                              Control0..*
                                                                              TypeExtension
                                                                              Is Modifierfalse
                                                                              Summaryfalse
                                                                              Alternate Namesextensions, user content
                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                              SlicingThis element introduces a set of slices on Composition.section.code.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                              • value @ url
                                                                              • 628. Composition.section:sectionAddendumDokument.code.coding
                                                                                Definition

                                                                                A reference to a code defined by a terminology system.

                                                                                ShortCode defined by a terminology system
                                                                                Comments

                                                                                Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                                                                                Control1..*
                                                                                TypeCoding
                                                                                Is Modifierfalse
                                                                                Summarytrue
                                                                                Requirements

                                                                                Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                Fixed Value{
                                                                                  "system" : "http://loinc.org",
                                                                                  "code" : "55107-7",
                                                                                  "display" : "Addendum Document"
                                                                                }
                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                630. Composition.section:sectionAddendumDokument.code.text
                                                                                Definition

                                                                                A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user.

                                                                                ShortPlain text representation of the concept
                                                                                Comments

                                                                                Very often the text is the same as a displayName of one of the codings.

                                                                                Control0..1
                                                                                Typestring
                                                                                Is Modifierfalse
                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                Summarytrue
                                                                                Requirements

                                                                                The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source.

                                                                                Pattern ValueAddendum Dokumentationsinformationen
                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                632. Composition.section:sectionAddendumDokument.author
                                                                                Definition

                                                                                Identifies who is responsible for the information in this section, not necessarily who typed it in.

                                                                                ShortWho and/or what authored the section
                                                                                Control0..*
                                                                                TypeReference(Practitioner, PractitionerRole, Device, Patient, RelatedPerson, Organization)
                                                                                Is Modifierfalse
                                                                                Summaryfalse
                                                                                Requirements

                                                                                Identifies who is responsible for the content.

                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                634. Composition.section:sectionAddendumDokument.focus
                                                                                Definition

                                                                                The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources).

                                                                                ShortWho/what the section is about, when it is not about the subject of composition
                                                                                Comments

                                                                                Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples.

                                                                                Control0..1
                                                                                TypeReference(Resource)
                                                                                Is Modifierfalse
                                                                                Summaryfalse
                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                636. Composition.section:sectionAddendumDokument.text
                                                                                Definition

                                                                                A human-readable narrative that contains the attested content of the section, used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative.

                                                                                ShortText summary of the section, for human interpretation
                                                                                Comments

                                                                                Document profiles may define what content should be represented in the narrative to ensure clinical safety.

                                                                                Control1..1
                                                                                This element is affected by the following invariants: cmp-1
                                                                                TypeNarrative
                                                                                Is Modifierfalse
                                                                                Must Supporttrue
                                                                                Summaryfalse
                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                638. Composition.section:sectionAddendumDokument.mode
                                                                                Definition

                                                                                How the entry list was prepared - whether it is a working list that is suitable for being maintained on an ongoing basis, or if it represents a snapshot of a list of items from another source, or whether it is a prepared list where items may be marked as added, modified or deleted.

                                                                                Shortworking | snapshot | changes
                                                                                Comments

                                                                                This element is labeled as a modifier because a change list must not be misunderstood as a complete list.

                                                                                Control0..1
                                                                                BindingThe codes SHALL be taken from ListMode
                                                                                (required to http://hl7.org/fhir/ValueSet/list-mode|4.0.1)

                                                                                The processing mode that applies to this section.

                                                                                Typecode
                                                                                Is Modifierfalse
                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                Summaryfalse
                                                                                Requirements

                                                                                Sections are used in various ways, and it must be known in what way it is safe to use the entries in them.

                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                640. Composition.section:sectionAddendumDokument.orderedBy
                                                                                Definition

                                                                                Specifies the order applied to the items in the section entries.

                                                                                ShortOrder of section entries
                                                                                Comments

                                                                                Applications SHOULD render ordered lists in the order provided, but MAY allow users to re-order based on their own preferences as well. If there is no order specified, the order is unknown, though there may still be some order.

                                                                                Control0..1
                                                                                BindingThe codes SHOULD be taken from ListOrderCodes
                                                                                (preferred to http://hl7.org/fhir/ValueSet/list-order)

                                                                                What order applies to the items in the entry.

                                                                                TypeCodeableConcept
                                                                                Is Modifierfalse
                                                                                Summaryfalse
                                                                                Requirements

                                                                                Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries.

                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                642. Composition.section:sectionAddendumDokument.entry
                                                                                Definition

                                                                                Dokumentationsinformationen

                                                                                ShortDokumentationsinformationen
                                                                                Comments

                                                                                If there are no entries in the list, an emptyReason SHOULD be provided.

                                                                                Control0..*
                                                                                This element is affected by the following invariants: cmp-2
                                                                                TypeReference(Resource)
                                                                                Is Modifierfalse
                                                                                Must Supporttrue
                                                                                Summaryfalse
                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                SlicingThis element introduces a set of slices on Composition.section.entry. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                • type @ resolve()
                                                                                • 644. Composition.section:sectionAddendumDokument.entry:ZeitpunktEntscheidungzurVerlegungEntlassung
                                                                                  Slice NameZeitpunktEntscheidungzurVerlegungEntlassung
                                                                                  Definition

                                                                                  Zeitpunkt Entscheidung zur Verlegung / Entlassung

                                                                                  ShortZeitpunkt Entscheidung zur Verlegung / Entlassung
                                                                                  Comments

                                                                                  If there are no entries in the list, an emptyReason SHOULD be provided.

                                                                                  Control0..1
                                                                                  This element is affected by the following invariants: cmp-2
                                                                                  TypeReference(Zeitpunkt Entscheidung zur Verlegung / Entlassung (AKTIN))
                                                                                  Is Modifierfalse
                                                                                  Summaryfalse
                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                  646. Composition.section:sectionAddendumDokument.entry:ZeitpunktPatientverlegungsentlassungsfahig
                                                                                  Slice NameZeitpunktPatientverlegungsentlassungsfahig
                                                                                  Definition

                                                                                  Zeitpunkt Patient verlegungs- / entlassungsfähig

                                                                                  ShortZeitpunkt Patient verlegungs- / entlassungsfähig
                                                                                  Comments

                                                                                  If there are no entries in the list, an emptyReason SHOULD be provided.

                                                                                  Control0..1
                                                                                  This element is affected by the following invariants: cmp-2
                                                                                  TypeReference(Zeitpunkt Patient verlegungs- / entlassungsfähig (AKTIN))
                                                                                  Is Modifierfalse
                                                                                  Summaryfalse
                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                  648. Composition.section:sectionAddendumDokument.entry:ZeitpunktPatientverlegtentlassennach
                                                                                  Slice NameZeitpunktPatientverlegtentlassennach
                                                                                  Definition

                                                                                  Zeitpunkt Patient verlegt / entlassen nach

                                                                                  ShortZeitpunkt Patient verlegt / entlassen nach
                                                                                  Comments

                                                                                  If there are no entries in the list, an emptyReason SHOULD be provided.

                                                                                  Control0..1
                                                                                  This element is affected by the following invariants: cmp-2
                                                                                  TypeReference(Zeitpunkt Patient verlegt / entlassen nach (AKTIN))
                                                                                  Is Modifierfalse
                                                                                  Summaryfalse
                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                  650. Composition.section:sectionAddendumDokument.entry:ZeitpunktBeginnpatientenbezogeneDokumentation
                                                                                  Slice NameZeitpunktBeginnpatientenbezogeneDokumentation
                                                                                  Definition

                                                                                  Zeitpunkt Beginn patientenbezogene Dokumentation

                                                                                  ShortZeitpunkt Beginn patientenbezogene Dokumentation
                                                                                  Comments

                                                                                  If there are no entries in the list, an emptyReason SHOULD be provided.

                                                                                  Control0..1
                                                                                  This element is affected by the following invariants: cmp-2
                                                                                  TypeReference(Zeitpunkt Beginn patientenbezogene Dokumentation (AKTIN))
                                                                                  Is Modifierfalse
                                                                                  Summaryfalse
                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                  652. Composition.section:sectionAddendumDokument.entry:ZeitAnkunftAufnahme
                                                                                  Slice NameZeitAnkunftAufnahme
                                                                                  Definition

                                                                                  Zeit zwischen Ankunft und Aufnahme

                                                                                  ShortZeit zwischen Ankunft und Aufnahme
                                                                                  Comments

                                                                                  If there are no entries in the list, an emptyReason SHOULD be provided.

                                                                                  Control0..1
                                                                                  This element is affected by the following invariants: cmp-2
                                                                                  TypeReference(Zeit zwischen Ankunft und Aufnahme (AKTIN))
                                                                                  Is Modifierfalse
                                                                                  Summaryfalse
                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                  654. Composition.section:sectionAddendumDokument.entry:ZeitAufnahmeErsteinschatzung
                                                                                  Slice NameZeitAufnahmeErsteinschatzung
                                                                                  Definition

                                                                                  Zeit zwischen Aufnahme und erster Ersteinschätzung

                                                                                  ShortZeit zwischen Aufnahme und erster Ersteinschätzung
                                                                                  Comments

                                                                                  If there are no entries in the list, an emptyReason SHOULD be provided.

                                                                                  Control0..1
                                                                                  This element is affected by the following invariants: cmp-2
                                                                                  TypeReference(Zeit zwischen Aufnahme und erster Ersteinschätzung (AKTIN))
                                                                                  Is Modifierfalse
                                                                                  Summaryfalse
                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                  656. Composition.section:sectionAddendumDokument.entry:ZeitAufnahmeArztkontakt
                                                                                  Slice NameZeitAufnahmeArztkontakt
                                                                                  Definition

                                                                                  Zeit zwischen Aufnahme und erstem Arztkontakt

                                                                                  ShortZeit zwischen Aufnahme und erstem Arztkontakt
                                                                                  Comments

                                                                                  If there are no entries in the list, an emptyReason SHOULD be provided.

                                                                                  Control0..1
                                                                                  This element is affected by the following invariants: cmp-2
                                                                                  TypeReference(Zeit zwischen Aufnahme und erstem Arztkontakt (AKTIN))
                                                                                  Is Modifierfalse
                                                                                  Summaryfalse
                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                  658. Composition.section:sectionAddendumDokument.entry:ZeitEntlassungsfahig
                                                                                  Slice NameZeitEntlassungsfahig
                                                                                  Definition

                                                                                  Zeit zwischen Aufnahme und Verlegungs-/Entlassungsfähigkeit des Patienten

                                                                                  ShortZeit zwischen Aufnahme und Verlegungs-/Entlassungsfähigkeit des Patienten
                                                                                  Comments

                                                                                  If there are no entries in the list, an emptyReason SHOULD be provided.

                                                                                  Control0..1
                                                                                  This element is affected by the following invariants: cmp-2
                                                                                  TypeReference(Zeitpunkt Patient verlegungs- / entlassungsfähig (AKTIN))
                                                                                  Is Modifierfalse
                                                                                  Summaryfalse
                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                  660. Composition.section:sectionAddendumDokument.entry:ZeitbiszEntlassung
                                                                                  Slice NameZeitbiszEntlassung
                                                                                  Definition

                                                                                  Zeit zwischen Aufnahme und Verlassen des Patienten

                                                                                  ShortZeit zwischen Aufnahme und Verlassen des Patienten
                                                                                  Comments

                                                                                  If there are no entries in the list, an emptyReason SHOULD be provided.

                                                                                  Control0..1
                                                                                  This element is affected by the following invariants: cmp-2
                                                                                  TypeReference(Zeit zwischen Aufnahme und Verlassen des Patienten (AKTIN))
                                                                                  Is Modifierfalse
                                                                                  Summaryfalse
                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                  662. Composition.section:sectionAddendumDokument.entry:ZeitbiszumExport
                                                                                  Slice NameZeitbiszumExport
                                                                                  Definition

                                                                                  Zeit bis zum Export

                                                                                  ShortZeit bis zum Export
                                                                                  Comments

                                                                                  If there are no entries in the list, an emptyReason SHOULD be provided.

                                                                                  Control0..1
                                                                                  This element is affected by the following invariants: cmp-2
                                                                                  TypeReference(Zeit bis zum Export (AKTIN))
                                                                                  Is Modifierfalse
                                                                                  Summaryfalse
                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                  664. Composition.section:sectionAddendumDokument.entry:EDIS
                                                                                  Slice NameEDIS
                                                                                  Definition

                                                                                  EDIS

                                                                                  ShortEDIS
                                                                                  Comments

                                                                                  If there are no entries in the list, an emptyReason SHOULD be provided.

                                                                                  Control0..1
                                                                                  This element is affected by the following invariants: cmp-2
                                                                                  TypeReference(EDIS (AKTIN))
                                                                                  Is Modifierfalse
                                                                                  Summaryfalse
                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                  666. Composition.section:sectionAddendumDokument.emptyReason
                                                                                  Definition

                                                                                  If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason.

                                                                                  ShortWhy the section is empty
                                                                                  Comments

                                                                                  The various reasons for an empty section make a significant interpretation to its interpretation. Note that this code is for use when the entire section content has been suppressed, and not for when individual items are omitted - implementers may consider using a text note or a flag on an entry in these cases.

                                                                                  Control0..0
                                                                                  This element is affected by the following invariants: cmp-2
                                                                                  BindingThe codes SHOULD be taken from ListEmptyReasons
                                                                                  (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)

                                                                                  If a section is empty, why it is empty.

                                                                                  TypeCodeableConcept
                                                                                  Is Modifierfalse
                                                                                  Must Supportfalse
                                                                                  Summaryfalse
                                                                                  Requirements

                                                                                  Allows capturing things like "none exist" or "not asked" which can be important for most lists.

                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                  668. Composition.section:sectionAddendumDokument.section
                                                                                  Definition

                                                                                  A nested sub-section within this section.

                                                                                  ShortNested Section
                                                                                  Comments

                                                                                  Nested sections are primarily used to help human readers navigate to particular portions of the document.

                                                                                  Control0..*
                                                                                  This element is affected by the following invariants: cmp-1
                                                                                  TypeSeettp://hl7.org/fhir/StructureDefinition/Composition#Composition.section
                                                                                  Is Modifierfalse
                                                                                  Summaryfalse
                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))