supportedProfile property

List<FhirCanonical>? supportedProfile
inherited

supportedProfile A list of profiles that represent different use cases supported by the system. For a server, "supported by the system" means the system hosts/produces a set of resources that are conformant to a particular profile, and allows clients that use its services to search using this profile and to find appropriate data. For a client, it means the system will search by this profile and process data according to the guidance implicit in the profile. See further discussion in Using Profiles.

Implementation

List<FhirCanonical>? get supportedProfile =>
    throw _privateConstructorUsedError;