contentType property

FhirCode? contentType
inherited

contentType The MIME type to send the payload in - e.g., application/fhir+xml or application/fhir+json. Note that:

  • clients may request notifications in a specific FHIR version by using the FHIR Version Parameter - e.g., application/fhir+json; fhirVersion=4.0.
  • additional MIME types can be allowed by channels - e.g., text/plain and text/html are defined by the Email channel.

Implementation

FhirCode? get contentType => throw _privateConstructorUsedError;