Show / Hide Table of Contents

Class FhirPrimitive

A class representing a FHIR primitive (r2:simple) type.

Inheritance
System.Object
FhirTypeBase
FhirModelBase
FhirPrimitive
Implements
ICloneable
Inherited Members
FhirModelBase.PublicationStatus
FhirModelBase.StandardStatus
FhirModelBase.FhirMaturityLevel
FhirModelBase.IsExperimental
FhirModelBase.ArtifactClass
FhirModelBase.FhirVersion
FhirModelBase.NarrativeText
FhirModelBase.NarrativeStatus
FhirModelBase.Url
FhirModelBase.Version
FhirModelBase.VersionAlgorithm
FhirModelBase.Title
FhirModelBase.Description
FhirTypeBase.Id
FhirTypeBase.Name
FhirTypeBase.NameCapitalized
FhirTypeBase.Path
FhirTypeBase.URL
FhirTypeBase.BaseTypeName
FhirTypeBase.BaseTypeCanonical
FhirTypeBase.ShortDescription
FhirTypeBase.Purpose
FhirTypeBase.Comment
FhirTypeBase.ValidationRegEx
FhirTypeBase.TypeForExport(FhirTypeBase.NamingConvention, Dictionary<String, String>, Boolean, String, HashSet<String>)
FhirTypeBase.NameForExport(FhirTypeBase.NamingConvention, Boolean, String, HashSet<String>)
Namespace: Microsoft.Health.Fhir.CodeGenCommon.Models
Assembly: Microsoft.Health.Fhir.CodeGenCommon.dll
Syntax
public class FhirPrimitive : FhirModelBase

Constructors

| Improve this Doc View Source

FhirPrimitive(FhirPrimitive)

Initializes a new instance of the FhirPrimitive class.

Declaration
public FhirPrimitive(FhirPrimitive source)
Parameters
Type Name Description
FhirPrimitive source

Source for the.

| Improve this Doc View Source

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 FhirPrimitive class.

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.String id

The identifier.

System.String name

Name of this FHIR primitive.

System.String baseTypeName

The base type name for this primitive type.

System.String baseTypeCanonical
System.String version

Version of this definition.

Uri url

URL of the resource.

System.String publicationStatus

The publication status.

System.String standardStatus

The standard status.

System.Nullable<System.Int32> fmmLevel

The FHIR Maturity Model level.

System.Boolean isExperimental

If this primitive type is marked experimental.

System.String shortDescription

Information describing the short.

System.String purpose

The purpose of this definition.

System.String comment

The comment.

System.String validationRegEx

The validation RegEx.

System.String narrative
System.String narrativeStatus
System.String fhirVersion

Methods

| Improve this Doc View Source

Clone()

Deep copy.

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

A FhirPrimitive.

Implements

ICloneable
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • FhirPrimitive(FhirPrimitive)
    • FhirPrimitive(String, String, String, String, String, Uri, String, String, Nullable<Int32>, Boolean, String, String, String, String, String, String, String)
  • Methods
    • Clone()
  • Implements
Back to top Generated by DocFX