DocumentMode

public enum DocumentMode: String

Whether the application produces or consumes documents.

URL: http://hl7.org/fhir/document-mode ValueSet: http://hl7.org/fhir/ValueSet/document-mode

  • The application produces documents of the specified type.

    Declaration

    Swift

    case producer = "producer"
  • The application consumes documents of the specified type.

    Declaration

    Swift

    case consumer = "consumer"