Class FhirElementDefMapping
A FHIR element definition mapping - map an element to another set of definitions.
Inheritance
System.Object
FhirElementDefMapping
Namespace: Microsoft.Health.Fhir.CodeGenCommon.Models
Assembly: Microsoft.Health.Fhir.CodeGenCommon.dll
Syntax
public class FhirElementDefMapping : ICloneable
Properties
| Improve this Doc View SourceComment
Gets or sets comments about the mapping or its use.
Declaration
public string Comment { get; set; }
Property Value
Type | Description |
---|---|
System. |
Identity
Gets or sets the reference to mapping declaration.
Declaration
public string Identity { get; set; }
Property Value
Type | Description |
---|---|
System. |
Language
Gets or sets the computable language of mapping.
Declaration
public string Language { get; set; }
Property Value
Type | Description |
---|---|
System. |
Map
Gets or sets the details of the mapping.
Declaration
public string Map { get; set; }
Property Value
Type | Description |
---|---|
System. |
Methods
| Improve this Doc View SourceClone()
Creates a new object that is a copy of the current instance.
Declaration
public object Clone()
Returns
Type | Description |
---|---|
System. |
A new object that is a copy of this instance. |