Show / Hide Table of Contents

Class List

A set of information summarized from a list of other resources.

Inheritance
System.Object
Resource
DomainResource
List
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 List : DomainResource, IFhirJsonSerializable

Properties

| 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

_Mode

Extension container element for Mode

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

_Note

Extension container element for Note

Declaration
public Element _Note { 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

Code

Lists often contain subsets of resources rather than an exhaustive list. The code identifies what type of subset is included.

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

Date

Identifies how current the list is which affects relevance.

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

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
CodeableConcept
| Improve this Doc View Source

Encounter

The encounter that is the context in which this list was created.

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

Entry

Entries in this list.

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

Identifier

Identifier for the List assigned for business purposes outside the context of FHIR.

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

Mode

Lists are used in various ways, and it must be known in what way it is safe to use them.

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

Note

Comments that apply to the overall list.

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

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
CodeableConcept
| 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

Source

Allows follow-up as well as context.

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

Status

Indicates the current state of this list.

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

Subject

The primary purpose of listing the subject explicitly is to help with finding the right list.

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

Title

Allows customization beyond just the code identifying the kind of list.

Declaration
public string Title { get; set; }
Property Value
Type Description
System.String

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