Show / Hide Table of Contents

Class ElementDefinitionBinding

Binds to a value set if this element is coded (code, Coding, CodeableConcept).

Inheritance
System.Object
Element
ElementDefinitionBinding
Implements
IFhirJsonSerializable
Inherited Members
Element.Extension
Element.Fhir_comments
Element._Fhir_comments
Element.Id
Element._Id
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
| Improve this Doc View Source

_Strength

Extension container element for Strength

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

_ValueSetUri

Extension container element for ValueSetUri

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

Description

Describes the intended use of this particular set of codes.

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

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

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

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