AbstractType

public enum AbstractType: String

A type defined by FHIR that is an abstract type

URL: http://hl7.org/fhir/abstract-types ValueSet: http://hl7.org/fhir/ValueSet/abstract-types

  • A place holder that means any kind of data type

    Declaration

    Swift

    case type = "Type"
  • any

    A place holder that means any kind of resource

    Declaration

    Swift

    case any = "Any"