Show / Hide Table of Contents

Enum ExporterOptions.FhirExportClassType

Values that represent FHIR export class types.

Namespace: Microsoft.Health.Fhir.SpecManager.Manager
Assembly: Microsoft.Health.Fhir.SpecManager.dll
Syntax
public enum FhirExportClassType : int

Fields

Name Description
ComplexType

Complex Types (e.g., Address, Coding). See http://hl7.org/fhir/datatypes.html#complex

Enum

Enumerations (e.g., instances of Codes and Value Sets).

Interaction

Interactions (e.g., read, create). See http://hl7.org/fhir/http.html#3.1.0

PrimitiveType

Primitive Types (e.g., string, uri). See http://hl7.org/fhir/datatypes.html#primitive

Profile

A resource or data type profile.

Resource

Resources (e.g., Patient, Bundle). See http://hl7.org/fhir/resourcelist.html

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX