Class FhirImplementationGuide
Class representing normalized ImplementationGuide resources.
Implements
ICloneable
Inherited Members
Namespace: Microsoft.Health.Fhir.CodeGenCommon.Models
Assembly: Microsoft.Health.Fhir.CodeGenCommon.dll
Syntax
public class FhirImplementationGuide : FhirModelBase
Constructors
| Improve this Doc View SourceFhirImplementationGuide(FhirImplementationGuide)
Initializes a new instance of the Fhir
Declaration
public FhirImplementationGuide(FhirImplementationGuide source)
Parameters
Type | Name | Description |
---|---|---|
Fhir |
source | Source for the. |
FhirImplementationGuide(String, String, Uri, String, String, String, Nullable<Int32>, Boolean, String, String, String, String, IEnumerable<String>, Dictionary<String, FhirImplementationGuide.IgDependsOn>, String, String, String)
Initializes a new instance of the Fhir
Declaration
public FhirImplementationGuide(string id, string name, Uri url, string version, string publicationStatus, string standardStatus, int? fmmLevel, bool isExperimental, string shortDescription, string purpose, string comment, string packageId, IEnumerable<string> fhirVersion, Dictionary<string, FhirImplementationGuide.IgDependsOn> dependsOn, string validationRegEx, string narrative, string narrativeStatus)
Parameters
Type | Name | Description |
---|---|---|
System. |
id | The identifier. |
System. |
name | The name. |
Uri | url | URL of the resource. |
System. |
version | Version of this definition. |
System. |
publicationStatus | The publication status. |
System. |
standardStatus | The standard status. |
System. |
fmmLevel | The fmm level. |
System. |
isExperimental | A value indicating whether this object is experimental. |
System. |
shortDescription | Information describing the short. |
System. |
purpose | The purpose. |
System. |
comment | The comment. |
System. |
packageId | Package ID that contains this IG. |
IEnumerable<System. |
fhirVersion | FHIR versions this IG applies to. |
Dictionary<System. |
dependsOn | Package dependencies for this IG. |
System. |
validationRegEx | Validation regex pattern for this definition. |
System. |
narrative | Narrative content for this resource. |
System. |
narrativeStatus | Narrative status for the narrative of this resource. |
Properties
| Improve this Doc View SourceDependsOn
Declaration
public Dictionary<string, FhirImplementationGuide.IgDependsOn> DependsOn { get; }
Property Value
Type | Description |
---|---|
Dictionary<System. |
FhirVersions
Declaration
public IEnumerable<string> FhirVersions { get; }
Property Value
Type | Description |
---|---|
IEnumerable<System. |
PackageId
Declaration
public string PackageId { get; }
Property Value
Type | Description |
---|---|
System. |
Methods
| Improve this Doc View SourceClone()
Makes a deep copy of this object.
Declaration
public object Clone()
Returns
Type | Description |
---|---|
System. |
A copy of this object. |
Implements
ICloneable