Class ValueSetExpansion
A value set can also be "expanded", where the value set is turned into a simple collection of enumerated codes. This element holds the expansion, if it has been performed.
Implements
Inherited Members
Namespace: fhirCsR2.Models
Assembly: fhirCsR2.dll
Syntax
public class ValueSetExpansion : BackboneElement, IFhirJsonSerializable
Properties
| Improve this Doc View Source_Identifier
Extension container element for Identifier
Declaration
public Element _Identifier { get; set; }
Property Value
Type | Description |
---|---|
Element |
_Offset
Extension container element for Offset
Declaration
public Element _Offset { get; set; }
Property Value
Type | Description |
---|---|
Element |
_Timestamp
Extension container element for Timestamp
Declaration
public Element _Timestamp { get; set; }
Property Value
Type | Description |
---|---|
Element |
_Total
Extension container element for Total
Declaration
public Element _Total { get; set; }
Property Value
Type | Description |
---|---|
Element |
Contains
The codes that are contained in the value set expansion.
Declaration
public List<ValueSetExpansionContains> Contains { get; set; }
Property Value
Type | Description |
---|---|
fhir |
Identifier
An identifier that uniquely identifies this expansion of the valueset. Systems may re-use the same identifier as long as the expansion and the definition remain the same, but are not required to do so.
Declaration
public string Identifier { get; set; }
Property Value
Type | Description |
---|---|
System. |
Offset
If paging is being used, the offset at which this resource starts. I.e. this resource is a partial view into the expansion. If paging is not being used, this element SHALL not be present.
Declaration
public int? Offset { get; set; }
Property Value
Type | Description |
---|---|
System. |
Parameter
A parameter that controlled the expansion process. These parameters may be used by users of expanded value sets to check whether the expansion is suitable for a particular purpose, or to pick the correct expansion.
Declaration
public List<ValueSetExpansionParameter> Parameter { get; set; }
Property Value
Type | Description |
---|---|
fhir |
Timestamp
The time at which the expansion was produced by the expanding system.
Declaration
public string Timestamp { get; set; }
Property Value
Type | Description |
---|---|
System. |
Total
The total number of concepts in the expansion. If the number of concept nodes in this resource is less than the stated number, then the server can return more using the offset parameter.
Declaration
public int? Total { 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 |