ClaimPayeeResourceType

public enum ClaimPayeeResourceType: String

The type of Claim payee Resource

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

  • 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"