Class List
A set of information summarized from a list of other resources.
Implements
Inherited Members
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 |
_Mode
Extension container element for Mode
Declaration
public Element _Mode { get; set; }
Property Value
Type | Description |
---|---|
Element |
_Note
Extension container element for Note
Declaration
public Element _Note { get; set; }
Property Value
Type | Description |
---|---|
Element |
_Status
Extension container element for Status
Declaration
public Element _Status { 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
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 |
---|---|
Codeable |
Date
Identifies how current the list is which affects relevance.
Declaration
public string Date { get; set; }
Property Value
Type | Description |
---|---|
System. |
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 |
Encounter
The encounter that is the context in which this list was created.
Declaration
public Reference Encounter { get; set; }
Property Value
Type | Description |
---|---|
Reference |
Entry
Entries in this list.
Declaration
public List<ListEntry> Entry { get; set; }
Property Value
Type | Description |
---|---|
fhir |
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 |
---|---|
fhir |
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. |
Note
Comments that apply to the overall list.
Declaration
public string Note { 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 |
ResourceType
Resource Type Name
Declaration
public override string ResourceType { get; }
Property Value
Type | Description |
---|---|
System. |
Overrides
| Improve this Doc View SourceSource
Allows follow-up as well as context.
Declaration
public Reference Source { get; set; }
Property Value
Type | Description |
---|---|
Reference |
Status
Indicates the current state of this list.
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
System. |
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 |
Title
Allows customization beyond just the code identifying the kind of list.
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 |