Show / Hide Table of Contents

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 Source

Comment

Gets or sets comments about the mapping or its use.

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

Identity

Gets or sets the reference to mapping declaration.

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

Language

Gets or sets the computable language of mapping.

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

Map

Gets or sets the details of the mapping.

Declaration
public string Map { get; set; }
Property Value
Type Description
System.String

Methods

| Improve this Doc View Source

Clone()

Creates a new object that is a copy of the current instance.

Declaration
public object Clone()
Returns
Type Description
System.Object

A new object that is a copy of this instance.

  • Improve this Doc
  • View Source
In This Article
  • Properties
    • Comment
    • Identity
    • Language
    • Map
  • Methods
    • Clone()
Back to top Generated by DocFX