supportedProfile property

List<FhirCanonical>? supportedProfile
inherited

supportedProfile A list of profiles representing different use cases the system hosts/produces. A supported profile is a statement about the functionality of the data and services provided by the server (or the client) for supported use cases. For example, a system can define and declare multiple Observation profiles for laboratory observations, vital sign observations, etc. By declaring supported profiles, systems provide a way to determine whether individual resources are conformant. See further discussion in Using Profiles.

Implementation

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