ResourceTypeLink

public enum ResourceTypeLink: String

The type of payee Resource

URL: http://hl7.org/fhir/resource-type-link ValueSet: http://hl7.org/fhir/ValueSet/resource-type-link

  • Organization resource

    Declaration

    Swift

    case organization = "organization"
  • Patient resource

    Declaration

    Swift

    case patient = "patient"
  • Practitioner resource

    Declaration

    Swift

    case practitioner = "practitioner"
  • RelatedPerson resource

    Declaration

    Swift

    case relatedperson = "relatedperson"