Class FhirPrimitive
A class representing a FHIR primitive (r2:simple) type.
Implements
ICloneable
Inherited Members
Namespace: Microsoft.Health.Fhir.CodeGenCommon.Models
Assembly: Microsoft.Health.Fhir.CodeGenCommon.dll
Syntax
public class FhirPrimitive : FhirModelBase
Constructors
| Improve this Doc View SourceFhirPrimitive(FhirPrimitive)
Initializes a new instance of the Fhir
Declaration
public FhirPrimitive(FhirPrimitive source)
Parameters
Type | Name | Description |
---|---|---|
Fhir |
source | Source for the. |
FhirPrimitive(String, String, String, String, String, Uri, String, String, Nullable<Int32>, Boolean, String, String, String, String, String, String, String)
Initializes a new instance of the Fhir
Declaration
public FhirPrimitive(string id, string name, string baseTypeName, string baseTypeCanonical, string version, Uri url, string publicationStatus, string standardStatus, int? fmmLevel, bool isExperimental, string shortDescription, string purpose, string comment, string validationRegEx, string narrative, string narrativeStatus, string fhirVersion)
Parameters
Type | Name | Description |
---|---|---|
System. |
id | The identifier. |
System. |
name | Name of this FHIR primitive. |
System. |
baseTypeName | The base type name for this primitive type. |
System. |
baseTypeCanonical | |
System. |
version | Version of this definition. |
Uri | url | URL of the resource. |
System. |
publicationStatus | The publication status. |
System. |
standardStatus | The standard status. |
System. |
fmmLevel | The FHIR Maturity Model level. |
System. |
isExperimental | If this primitive type is marked experimental. |
System. |
shortDescription | Information describing the short. |
System. |
purpose | The purpose of this definition. |
System. |
comment | The comment. |
System. |
validationRegEx | The validation RegEx. |
System. |
narrative | |
System. |
narrativeStatus | |
System. |
fhirVersion |
Methods
| Improve this Doc View SourceClone()
Deep copy.
Declaration
public object Clone()
Returns
Type | Description |
---|---|
System. |
A FhirPrimitive. |
Implements
ICloneable