Show / Hide Table of Contents

Class Composition

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.

Inheritance
System.Object
Resource
DomainResource
Composition
Implements
IFhirJsonSerializable
Inherited Members
DomainResource.Contained
DomainResource.Extension
DomainResource.ModifierExtension
DomainResource.Text
Resource.Id
Resource._Id
Resource.ImplicitRules
Resource._ImplicitRules
Resource.Language
Resource._Language
Resource.Meta
Namespace: fhirCsR2.Models
Assembly: fhirCsR2.dll
Syntax
public class Composition : DomainResource, IFhirJsonSerializable

Properties

| Improve this Doc View Source

_Confidentiality

Extension container element for Confidentiality

Declaration
public Element _Confidentiality { get; set; }
Property Value
Type Description
Element
| Improve this Doc View Source

_Date

Extension container element for Date

Declaration
public Element _Date { get; set; }
Property Value
Type Description
Element
| Improve this Doc View Source

_Status

Extension container element for Status

Declaration
public Element _Status { get; set; }
Property Value
Type Description
Element
| Improve this Doc View Source

_Title

Extension container element for Title

Declaration
public Element _Title { get; set; }
Property Value
Type Description
Element
| Improve this Doc View Source

Attester

Identifies responsibility for the accuracy of the composition content.

Declaration
public List<CompositionAttester> Attester { get; set; }
Property Value
Type Description
fhirCsR2.Models.List<CompositionAttester>
| Improve this Doc View Source

Author

Identifies who is responsible for the content.

Declaration
public List<Reference> Author { get; set; }
Property Value
Type Description
fhirCsR2.Models.List<Reference>
| Improve this Doc View Source

Class

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

Declaration
public CodeableConcept Class { get; set; }
Property Value
Type Description
CodeableConcept
| Improve this Doc View Source

Confidentiality

The code specifying the level of confidentiality of the Composition.

Declaration
public string Confidentiality { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Custodian

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

Declaration
public Reference Custodian { get; set; }
Property Value
Type Description
Reference
| Improve this Doc View Source

Date

dateTime is used for tracking, organizing versions and searching.

Declaration
public string Date { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Encounter

Provides context for the composition and supports searching.

Declaration
public Reference Encounter { get; set; }
Property Value
Type Description
Reference
| Improve this Doc View Source

Event

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

Declaration
public List<CompositionEvent> Event { get; set; }
Property Value
Type Description
fhirCsR2.Models.List<CompositionEvent>
| Improve this Doc View Source

Identifier

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

Declaration
public Identifier Identifier { get; set; }
Property Value
Type Description
Identifier
| Improve this Doc View Source

ResourceType

Resource Type Name

Declaration
public override string ResourceType { get; }
Property Value
Type Description
System.String
Overrides
Resource.ResourceType
| Improve this Doc View Source

Section

The root of the sections that make up the composition.

Declaration
public List<CompositionSection> Section { get; set; }
Property Value
Type Description
fhirCsR2.Models.List<CompositionSection>
| Improve this Doc View Source

Status

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

Declaration
public string Status { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Subject

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

Declaration
public Reference Subject { get; set; }
Property Value
Type Description
Reference
| Improve this Doc View Source

Title

Official human-readable label for the composition.

Declaration
public string Title { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Type

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

Declaration
public CodeableConcept Type { get; set; }
Property Value
Type Description
CodeableConcept

Methods

| Improve this Doc View Source

DeserializeJson(ref Utf8JsonReader, JsonSerializerOptions)

Deserialize a JSON object

Declaration
public void DeserializeJson(ref Utf8JsonReader reader, JsonSerializerOptions options)
Parameters
Type Name Description
Utf8JsonReader reader
JsonSerializerOptions options
| Improve this Doc View Source

DeserializeJsonProperty(ref Utf8JsonReader, JsonSerializerOptions, String)

Deserialize a JSON property

Declaration
public void DeserializeJsonProperty(ref Utf8JsonReader reader, JsonSerializerOptions options, string propertyName)
Parameters
Type Name Description
Utf8JsonReader reader
JsonSerializerOptions options
System.String propertyName
| Improve this Doc View Source

SerializeJson(Utf8JsonWriter, JsonSerializerOptions, Boolean)

Serialize to a JSON object

Declaration
public void SerializeJson(Utf8JsonWriter writer, JsonSerializerOptions options, bool includeStartObject = true)
Parameters
Type Name Description
Utf8JsonWriter writer
JsonSerializerOptions options
System.Boolean includeStartObject

Implements

IFhirJsonSerializable
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX