2nd DSTU Draft For Comment

This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2

6.9.6 Resource Composition - Detailed Descriptions

Detailed Descriptions for the elements in the Composition resource.

Composition
Definition

A set of healthcare-related information that is assembled together into a single logical document 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.

Control1..1
Requirements

To support documents, and also to capture the EN13606 notion of an attested commit to the patient EHR, and to allow a set of disparate resources at the information/engineering level to be gathered into a clinical statement.

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.

Composition.identifier
Definition

Logical Identifier for the composition, assigned when created. This identifier stays constant as the composition is changed over time.

Control0..1
TypeIdentifier
Summarytrue
Comments

See discussion in resource definition for how these relate.

Composition.date
Definition

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

Control1..1
TypedateTime
Requirements

dateTime is used for tracking, organizing versions and searching.

Summarytrue
Comments

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

Composition.type
Definition

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

Control1..1
BindingDocumentType: Preferred: See http://hl7.org/fhir/vs/doc-codes (Type of a composition)
TypeCodeableConcept
Requirements

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

Summarytrue
Composition.class
Definition

A categorization for the type of the composition. This may be implied by or derived from the code specified in the Composition Type.

Control0..1
BindingDocumentClass: Example: See http://hl7.org/fhir/vs/xds-typecodes (SubType of a clinical document)
TypeCodeableConcept
Requirements

Helps humans to assess whether the composition is of interest when viewing an index of compositions or documents.

Summarytrue
Composition.title
Definition

Official human-readable label for the composition.

Control0..1
Typestring
Summarytrue
Comments

If compositions do not have a title, the text or a display name of Composition.type (e.g. a "consultation" or "progress note") can be used in its place.

Composition.status
Definition

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

Control1..1
BindingCompositionStatus: Required: http://hl7.org/fhir/composition-status (The workflow/clinical status of the composition)
Typecode
Is Modifiertrue
Requirements

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

Summarytrue
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 "withdrawn" is why this element is labeled as a modifier of other elements.

Composition.confidentiality
Definition

The code specifying the level of confidentiality of the Composition.

Control1..1
BindingDocumentConfidentiality: Codes specifying the level of confidentiality of the composition (Preferred)
TypeCoding
Is Modifiertrue
Summarytrue
Comments

The exact use of this element, and enforcement and issues related to highly sensitive documents are out of scope for FHIR, and delegated to implementation profiles (see security section).

Composition.subject
Definition

Who or what the composition is about. The composition can be about a person, (patient or healthcare practitioner), a device (I.e. 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).

Control1..1
TypeReference(Patient | Practitioner | Group | Device | Location)
Requirements

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

Summarytrue
Comments

For clinical documents, this is usually the patient.

Composition.author
Definition

Identifies who is responsible for the information in the composition. (Not necessarily who typed it in.).

Control1..*
TypeReference(Practitioner | Device | Patient | RelatedPerson)
Requirements

Identifies who is responsible for the content.

Summarytrue
Composition.attester
Definition

A participant who has attested to the accuracy of the composition/document.

Control0..*
Requirements

Identifies responsibility for the accuracy of the composition content.

Summarytrue
Comments

Only list each attester once.

Composition.attester.mode
Definition

The type of attestation the authenticator offers.

Control1..*
BindingCompositionAttestationMode: Required: http://hl7.org/fhir/composition-attestation-mode (The way in which a person authenticated a composition)
Typecode
Requirements

Indicates the level of officialness of the attestation.

Summarytrue
Comments

Use more than one code where a single attester has more than one mode (professional and legal are often paired).

Composition.attester.time
Definition

When composition was attested by the party.

Control0..1
TypedateTime
Requirements

Identifies when the information in the composition was deemed accurate. (Things may have changed since then.).

Summarytrue
Composition.attester.party
Definition

Who attested the composition in the specified way.

Control0..1
TypeReference(Patient | Practitioner | Organization)
Requirements

Identifies who has taken on the responsibility for accuracy of the composition content.

Summarytrue
Composition.custodian
Definition

Identifies the organization or group who is responsible for ongoing maintenance of and access to the composition/document information.

Control0..1
TypeReference(Organization)
Requirements

Identifies where to go to find the current version, where to report issues, etc.

Summarytrue
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 knowing this is sometimes not known by the authoring system, and can be inferred by context. However it's important that this information be known when working with a derived document, so providing a custodian is encouraged.

Composition.event
Definition

The clinical service, such as a colonoscopy or an appendectomy, being documented.

Control0..*
Requirements

Provides context for the composition and creates a linkage between a resource describing an event and the composition created describing the event.

Summarytrue
Comments

The event needs to be consistent with the type element, though can provide further information if desired.

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.

Control0..*
BindingDocumentEventType: This list of codes represents the main clinical acts being documented (Preferred)
TypeCodeableConcept
Summarytrue
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.

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.

Control0..1
TypePeriod
Summarytrue
Composition.event.detail
Definition

Full details for the event(s) the composition/documentation consents.

Control0..*
TypeReference(Any)
Summarytrue
Composition.encounter
Definition

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

Control0..1
TypeReference(Encounter)
Requirements

Provides context for the composition and supports searching.

Summarytrue
Composition.section
Definition

The root of the sections that make up the composition.

Control0..*
InvariantsDefined on this element
cmp-1: A section can only have a code if it has no content (xpath: not(exists(f:code)) or not(exists(f:content)))
cmp-2: A section must have either subsections or content (xpath: (exists(f:content) and not(exists(f:section))) or (exists(f:section) and not(exists(f:content))))
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.

Control0..1
Typestring
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
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.

Composition.section.code
Definition

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

Control0..1
BindingCompositionSectionType: Preferred: See http://hl7.org/fhir/vs/doc-section-codes (Classification of a composition / document)
TypeCodeableConcept
Requirements

Provides computable standardized labels to topics within the document.

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. Code is not required or allowed if there is content, since the meaning of the section can be ascertained from the resource that is the target of the section.content reference.

InvariantsAffect this element
cmp-1: A section can only have a code if it has no content (xpath: not(exists(f:code)) or not(exists(f:content)))
Composition.section.section
Definition

A nested sub-section within this section.

Control0..*
TypeSee Composition.section
Comments

Nested sections are primarily used to help human readers navigate to particular portions of the document.

Composition.section.content
Definition

The content (narrative and data) associated with the section.

Control0..1
TypeReference(Any)
Comments

Because composition represent point-in-time snapshots, resource references should either be to a specific version, or made against resources on the same server with full version tracking, so that the correct versions can easily be assembled.

InvariantsAffect this element
cmp-1: A section can only have a code if it has no content (xpath: not(exists(f:code)) or not(exists(f:content)))