Class ElementDefinitionMapping
Provides guidance to implementers familiar with or converting content from other specifications.
Implements
Inherited Members
Namespace: fhirCsR2.Models
Assembly: fhirCsR2.dll
Syntax
public class ElementDefinitionMapping : Element, IFhirJsonSerializable
Properties
| Improve this Doc View Source_Identity
Extension container element for Identity
Declaration
public Element _Identity { get; set; }
Property Value
Type | Description |
---|---|
Element |
_Language
Extension container element for Language
Declaration
public Element _Language { get; set; }
Property Value
Type | Description |
---|---|
Element |
_Map
Extension container element for Map
Declaration
public Element _Map { get; set; }
Property Value
Type | Description |
---|---|
Element |
Identity
An internal reference to the definition of a mapping.
Declaration
public string Identity { get; set; }
Property Value
Type | Description |
---|---|
System. |
Language
Identifies the computable language in which mapping.map is expressed.
Declaration
public string Language { get; set; }
Property Value
Type | Description |
---|---|
System. |
Map
Expresses what part of the target specification corresponds to this element.
Declaration
public string Map { 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 |