Class FhirStructureDefMapping
External specification that the content is mapped to - e.g., FiveWs, RIM, Workflow.
Inheritance
System.Object
FhirStructureDefMapping
Namespace: Microsoft.Health.Fhir.CodeGenCommon.Models
Assembly: Microsoft.Health.Fhir.CodeGenCommon.dll
Syntax
public class FhirStructureDefMapping : ICloneable
Properties
| Improve this Doc View SourceCanonicalUri
Gets or sets canonical uri - identifies what this mapping refers to.
Declaration
public string CanonicalUri { get; set; }
Property Value
Type | Description |
---|---|
System. |
Comment
Gets or sets the comment - Versions, Issues, Scope limitations etc..
Declaration
public string Comment { get; set; }
Property Value
Type | Description |
---|---|
System. |
Identity
Gets or sets the internal id when this mapping is used.
Declaration
public string Identity { get; set; }
Property Value
Type | Description |
---|---|
System. |
Name
Gets or sets the name of what this mapping refers to.
Declaration
public string Name { 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. |