Class ElementDefinitionBinding
Binds to a value set if this element is coded (code, Coding, CodeableConcept).
Implements
Inherited Members
Namespace: fhirCsR2.Models
Assembly: fhirCsR2.dll
Syntax
public class ElementDefinitionBinding : Element, IFhirJsonSerializable
Properties
| Improve this Doc View Source_Description
Extension container element for Description
Declaration
public Element _Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Element |
_Strength
Extension container element for Strength
Declaration
public Element _Strength { get; set; }
Property Value
| Type | Description |
|---|---|
| Element |
_ValueSetUri
Extension container element for ValueSetUri
Declaration
public Element _ValueSetUri { get; set; }
Property Value
| Type | Description |
|---|---|
| Element |
Description
Describes the intended use of this particular set of codes.
Declaration
public string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Strength
Indicates the degree of conformance expectations associated with this binding - that is, the degree to which the provided value set must be adhered to in the instances.
Declaration
public string Strength { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ValueSetReference
Points to the value set or external definition (e.g. implicit value set) that identifies the set of codes to be used.
Declaration
public Reference ValueSetReference { get; set; }
Property Value
| Type | Description |
|---|---|
| Reference |
ValueSetUri
Points to the value set or external definition (e.g. implicit value set) that identifies the set of codes to be used.
Declaration
public string ValueSetUri { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
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 |
|---|---|---|
| Utf8JsonReader | reader | |
| JsonSerializerOptions | 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 |
|---|---|---|
| Utf8JsonReader | reader | |
| JsonSerializerOptions | options | |
| System.String | 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 |
|---|---|---|
| Utf8JsonWriter | writer | |
| JsonSerializerOptions | options | |
| System.Boolean | includeStartObject |