ReferralMethod

public enum ReferralMethod: String

The methods of referral can be used when referring to a specific HealthCareService resource.

URL: http://hl7.org/fhir/service-referral-method ValueSet: http://hl7.org/fhir/ValueSet/service-referral-method

  • fax

    Referrals may be accepted by fax.

    Declaration

    Swift

    case fax = "fax"
  • Referrals may be accepted over the phone from a practitioner.

    Declaration

    Swift

    case phone = "phone"
  • Referrals may be accepted via a secure messaging system. To determine the types of secure messaging systems supported, refer to the identifiers collection. Callers will need to understand the specific identifier system used to know that they are able to transmit messages.

    Declaration

    Swift

    case elec = "elec"
  • Referrals may be accepted via a secure email. To send please encrypt with the services public key.

    Declaration

    Swift

    case semail = "semail"
  • Referrals may be accepted via regular postage (or hand delivered).

    Declaration

    Swift

    case mail = "mail"