Composition

open class Composition: DomainResource

A set of resources composed into a single coherent clinical statement with clinical attestation.

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. While a Composition defines the structure, it does not actually contain the content: rather the full content of a document is contained in a Bundle, of which the Composition is the first resource contained.

  • A set of resources composed into a single coherent clinical statement with clinical attestation.

    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. While a Composition defines the structure, it does not actually contain the content: rather the full content of a document is contained in a Bundle, of which the Composition is the first resource contained.

    Declaration

    Swift

    override open class var resourceType: String
  • Categorization of Composition.

    Declaration

    Swift

    public var `class`: CodeableConcept?
  • Attests to accuracy of composition.

    Declaration

    Swift

    public var attester: [CompositionAttester]?
  • Who and/or what authored the composition.

    Declaration

    Swift

    public var author: [Reference]?
  • As defined by affinity domain.

    Declaration

    Swift

    public var confidentiality: FHIRString?
  • Organization which maintains the composition.

    Declaration

    Swift

    public var custodian: Reference?
  • Composition editing time.

    Declaration

    Swift

    public var date: DateTime?
  • Context of the Composition.

    Declaration

    Swift

    public var encounter: Reference?
  • The clinical service(s) being documented.

    Declaration

    Swift

    public var event: [CompositionEvent]?
  • Logical identifier of composition (version-independent).

    Declaration

    Swift

    public var identifier: Identifier?
  • Relationships to other compositions/documents.

    Declaration

    Swift

    public var relatesTo: [CompositionRelatesTo]?
  • Composition is broken into sections.

    Declaration

    Swift

    public var section: [CompositionSection]?
  • The workflow/clinical status of this composition. The status is a marker for the clinical standing of the document.

    Declaration

    Swift

    public var status: CompositionStatus?
  • Who and/or what the composition is about.

    Declaration

    Swift

    public var subject: Reference?
  • Human Readable name/title.

    Declaration

    Swift

    public var title: FHIRString?
  • Kind of composition (LOINC if possible).

    Declaration

    Swift

    public var type: CodeableConcept?
  • Convenience initializer, taking all required properties as arguments.

    Declaration

    Swift

    public convenience init(author: [Reference], date: DateTime, status: CompositionStatus, subject: Reference, title: FHIRString, type: CodeableConcept)
  • Convenience initializer, taking all required properties as arguments.

    Declaration

    Swift

    override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext)
  • Undocumented

    Declaration

    Swift

    open class Composition: DomainResource