:py:mod:`spark_auto_mapper_fhir.value_sets.fhir_restful_interactions` ===================================================================== .. py:module:: spark_auto_mapper_fhir.value_sets.fhir_restful_interactions Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: spark_auto_mapper_fhir.value_sets.fhir_restful_interactions.FHIRRestfulInteractionsCode spark_auto_mapper_fhir.value_sets.fhir_restful_interactions.FHIRRestfulInteractionsCodeValues .. py:class:: FHIRRestfulInteractionsCode(value) Bases: :py:obj:`spark_auto_mapper_fhir.value_sets.generic_type.GenericTypeCode` FHIR Restful Interactions From: http://hl7.org/fhir/restful-interaction in valuesets.xml The set of interactions defined by the RESTful part of the FHIR specification. .. py:attribute:: codeset :annotation: :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://hl7.org/fhir/restful-interaction .. py:class:: FHIRRestfulInteractionsCodeValues Read the current state of the resource. From: http://hl7.org/fhir/restful-interaction in valuesets.xml .. py:attribute:: Read Read the state of a specific version of the resource. From: http://hl7.org/fhir/restful-interaction in valuesets.xml .. py:attribute:: Vread Update an existing resource by its id (or create it if it is new). From: http://hl7.org/fhir/restful-interaction in valuesets.xml .. py:attribute:: Update Update an existing resource by posting a set of changes to it. From: http://hl7.org/fhir/restful-interaction in valuesets.xml .. py:attribute:: Patch Delete a resource. From: http://hl7.org/fhir/restful-interaction in valuesets.xml .. py:attribute:: Delete Retrieve the change history for a particular resource, type of resource, or the entire system. From: http://hl7.org/fhir/restful-interaction in valuesets.xml .. py:attribute:: History Create a new resource with a server assigned id. From: http://hl7.org/fhir/restful-interaction in valuesets.xml .. py:attribute:: Create Search a resource type or all resources based on some filter criteria. From: http://hl7.org/fhir/restful-interaction in valuesets.xml .. py:attribute:: Search Get a Capability Statement for the system. From: http://hl7.org/fhir/restful-interaction in valuesets.xml .. py:attribute:: Capabilities Update, create or delete a set of resources as a single transaction. From: http://hl7.org/fhir/restful-interaction in valuesets.xml .. py:attribute:: Transaction perform a set of a separate interactions in a single http operation From: http://hl7.org/fhir/restful-interaction in valuesets.xml .. py:attribute:: Batch Perform an operation as defined by an OperationDefinition. From: http://hl7.org/fhir/restful-interaction in valuesets.xml .. py:attribute:: Operation