Skip to main content

HS.FHIR.vDSTU2.Repository.Resource.Resource

deprecated abstract class HS.FHIR.vDSTU2.Repository.Resource.Resource

THIS CLASS IS DEPRECATED Use HS.FHIRServer.* instead.
This class exists solely as a container for the SearchParams common to all FHIR resource types. It is abstract and cannot be instantiated or used to store data. The name was chosen over other options (Abstract, Common, BaseResource, etc.) because the FHIR ResourceType value set (http://www.hl7.org/fhir/valueset-resource-types.html) contains the value "Resource" as the abstract resource type that is the base for all other types. So for example, SearchParameter resources that are meant to apply to all resource types will have base="Resource".
FeedbackOpens in a new tab