Show / Hide Table of Contents

Class Extension

Optional Extensions Element - found in all resources.

Inheritance
System.Object
Element
Extension
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 Extension : Element, IFhirJsonSerializable

Properties

| Improve this Doc View Source

_Url

Extension container element for Url

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

_ValueBoolean

Extension container element for ValueBoolean

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

_ValueCode

Extension container element for ValueCode

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

_ValueDate

Extension container element for ValueDate

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

_ValueDateTime

Extension container element for ValueDateTime

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

_ValueDecimal

Extension container element for ValueDecimal

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

_ValueId

Extension container element for ValueId

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

_ValueInstant

Extension container element for ValueInstant

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

_ValueInteger

Extension container element for ValueInteger

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

_ValueMarkdown

Extension container element for ValueMarkdown

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

_ValueOid

Extension container element for ValueOid

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

_ValueString

Extension container element for ValueString

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

_ValueTime

Extension container element for ValueTime

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

_ValueUri

Extension container element for ValueUri

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

Url

Source of the definition for the extension code - a logical name or a URL.

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

ValueAddress

Value of extension - may be a resource or one of a constrained set of the data types (see Extensibility in the spec for list).

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

ValueAnnotation

Value of extension - may be a resource or one of a constrained set of the data types (see Extensibility in the spec for list).

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

ValueAttachment

Value of extension - may be a resource or one of a constrained set of the data types (see Extensibility in the spec for list).

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

ValueBase64Binary

Value of extension - may be a resource or one of a constrained set of the data types (see Extensibility in the spec for list).

Declaration
public byte[] ValueBase64Binary { get; set; }
Property Value
Type Description
System.Byte[]
| Improve this Doc View Source

ValueBoolean

Value of extension - may be a resource or one of a constrained set of the data types (see Extensibility in the spec for list).

Declaration
public bool? ValueBoolean { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
| Improve this Doc View Source

ValueCode

Value of extension - may be a resource or one of a constrained set of the data types (see Extensibility in the spec for list).

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

ValueCodeableConcept

Value of extension - may be a resource or one of a constrained set of the data types (see Extensibility in the spec for list).

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

ValueCoding

Value of extension - may be a resource or one of a constrained set of the data types (see Extensibility in the spec for list).

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

ValueContactPoint

Value of extension - may be a resource or one of a constrained set of the data types (see Extensibility in the spec for list).

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

ValueDate

Value of extension - may be a resource or one of a constrained set of the data types (see Extensibility in the spec for list).

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

ValueDateTime

Value of extension - may be a resource or one of a constrained set of the data types (see Extensibility in the spec for list).

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

ValueDecimal

Value of extension - may be a resource or one of a constrained set of the data types (see Extensibility in the spec for list).

Declaration
public decimal? ValueDecimal { get; set; }
Property Value
Type Description
System.Nullable<System.Decimal>
| Improve this Doc View Source

ValueHumanName

Value of extension - may be a resource or one of a constrained set of the data types (see Extensibility in the spec for list).

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

ValueId

Value of extension - may be a resource or one of a constrained set of the data types (see Extensibility in the spec for list).

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

ValueIdentifier

Value of extension - may be a resource or one of a constrained set of the data types (see Extensibility in the spec for list).

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

ValueInstant

Value of extension - may be a resource or one of a constrained set of the data types (see Extensibility in the spec for list).

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

ValueInteger

Value of extension - may be a resource or one of a constrained set of the data types (see Extensibility in the spec for list).

Declaration
public int? ValueInteger { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

ValueMarkdown

Value of extension - may be a resource or one of a constrained set of the data types (see Extensibility in the spec for list).

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

ValueMeta

Value of extension - may be a resource or one of a constrained set of the data types (see Extensibility in the spec for list).

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

ValueOid

Value of extension - may be a resource or one of a constrained set of the data types (see Extensibility in the spec for list).

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

ValuePeriod

Value of extension - may be a resource or one of a constrained set of the data types (see Extensibility in the spec for list).

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

ValuePositiveInt

Value of extension - may be a resource or one of a constrained set of the data types (see Extensibility in the spec for list).

Declaration
public uint? ValuePositiveInt { get; set; }
Property Value
Type Description
System.Nullable<System.UInt32>
| Improve this Doc View Source

ValueQuantity

Value of extension - may be a resource or one of a constrained set of the data types (see Extensibility in the spec for list).

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

ValueRange

Value of extension - may be a resource or one of a constrained set of the data types (see Extensibility in the spec for list).

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

ValueRatio

Value of extension - may be a resource or one of a constrained set of the data types (see Extensibility in the spec for list).

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

ValueReference

Value of extension - may be a resource or one of a constrained set of the data types (see Extensibility in the spec for list).

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

ValueSampledData

Value of extension - may be a resource or one of a constrained set of the data types (see Extensibility in the spec for list).

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

ValueSignature

Value of extension - may be a resource or one of a constrained set of the data types (see Extensibility in the spec for list).

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

ValueString

Value of extension - may be a resource or one of a constrained set of the data types (see Extensibility in the spec for list).

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

ValueTime

Value of extension - may be a resource or one of a constrained set of the data types (see Extensibility in the spec for list).

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

ValueTiming

Value of extension - may be a resource or one of a constrained set of the data types (see Extensibility in the spec for list).

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

ValueUnsignedInt

Value of extension - may be a resource or one of a constrained set of the data types (see Extensibility in the spec for list).

Declaration
public uint? ValueUnsignedInt { get; set; }
Property Value
Type Description
System.Nullable<System.UInt32>
| Improve this Doc View Source

ValueUri

Value of extension - may be a resource or one of a constrained set of the data types (see Extensibility in the spec for list).

Declaration
public string ValueUri { 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