Show / Hide Table of Contents

Enum OpenApiCommon.OaFhirMimeCodes

Values that represent FHIR MIME configuration options.

Namespace: Microsoft.Health.Fhir.SpecManager.Language.OpenApi
Assembly: Microsoft.Health.Fhir.SpecManager.dll
Syntax
public enum OaFhirMimeCodes : int

Fields

Name Description
All

All known FHIR MIME types.

Common

Support application/fhir+json and application/fhir+xml.

FhirJson

Support application/fhir+json.

FhirTurtle

Support application/x-turtle.

FhirXml

Support application/fhir+xml.

FromCapabilities

Select FHIR MIME types based on capability statement options.

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