:py:mod:`spark_auto_mapper_fhir.resources.resource` =================================================== .. py:module:: spark_auto_mapper_fhir.resources.resource Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: spark_auto_mapper_fhir.resources.resource.Resource .. py:class:: Resource(*, id_ = None, meta = None, implicitRules = None, language = None) Bases: :py:obj:`spark_auto_mapper_fhir.base_types.fhir_resource_base.FhirResourceBase` Resource fhir-base.xsd This is the base resource type for everything. This is the base resource type for everything. :param id_: The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes. :param meta: The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource. :param implicitRules: A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc. :param language: The base language in which the resource is written. .. py:method:: get_schema(self, include_extension)