Class CompositionSection
The root of the sections that make up the composition.
Implements
Inherited Members
Namespace: fhirCsR2.Models
Assembly: fhirCsR2.dll
Syntax
public class CompositionSection : BackboneElement, IFhirJsonSerializable
Properties
| Improve this Doc View Source_Mode
Extension container element for Mode
Declaration
public Element _Mode { get; set; }
Property Value
Type | Description |
---|---|
Element |
_Title
Extension container element for Title
Declaration
public Element _Title { get; set; }
Property Value
Type | Description |
---|---|
Element |
Code
Provides computable standardized labels to topics within the document.
Declaration
public CodeableConcept Code { get; set; }
Property Value
Type | Description |
---|---|
Codeable |
EmptyReason
Allows capturing things like "none exist" or "not asked" which can be important for most lists.
Declaration
public CodeableConcept EmptyReason { get; set; }
Property Value
Type | Description |
---|---|
Codeable |
Entry
A reference to the actual resource from which the narrative in the section is derived.
Declaration
public List<Reference> Entry { get; set; }
Property Value
Type | Description |
---|---|
fhir |
Mode
Sections are used in various ways, and it must be known in what way it is safe to use the entries in them.
Declaration
public string Mode { get; set; }
Property Value
Type | Description |
---|---|
System. |
OrderedBy
Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries.
Declaration
public CodeableConcept OrderedBy { get; set; }
Property Value
Type | Description |
---|---|
Codeable |
Section
A nested sub-section within this section.
Declaration
public List<CompositionSection> Section { get; set; }
Property Value
Type | Description |
---|---|
fhir |
Text
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.
Declaration
public Narrative Text { get; set; }
Property Value
Type | Description |
---|---|
Narrative |
Title
Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized.
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
System. |
Methods
| Improve this Doc View SourceDeserializeJson(ref Utf8JsonReader, JsonSerializerOptions)
Deserialize a JSON object
Declaration
public void DeserializeJson(ref Utf8JsonReader reader, JsonSerializerOptions options)
Parameters
Type | Name | Description |
---|---|---|
Utf8Json |
reader | |
Json |
options |
DeserializeJsonProperty(ref Utf8JsonReader, JsonSerializerOptions, String)
Deserialize a JSON property
Declaration
public void DeserializeJsonProperty(ref Utf8JsonReader reader, JsonSerializerOptions options, string propertyName)
Parameters
Type | Name | Description |
---|---|---|
Utf8Json |
reader | |
Json |
options | |
System. |
propertyName |
SerializeJson(Utf8JsonWriter, JsonSerializerOptions, Boolean)
Serialize to a JSON object
Declaration
public void SerializeJson(Utf8JsonWriter writer, JsonSerializerOptions options, bool includeStartObject = true)
Parameters
Type | Name | Description |
---|---|---|
Utf8Json |
writer | |
Json |
options | |
System. |
includeStartObject |