spark_auto_mapper_fhir.value_sets.fhir_restful_interactions

Module Contents

Classes

FHIRRestfulInteractionsCode

FHIR Restful Interactions

FHIRRestfulInteractionsCodeValues

Read the current state of the resource.

class spark_auto_mapper_fhir.value_sets.fhir_restful_interactions.FHIRRestfulInteractionsCode(value)

Bases: 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.

Parameters

value (spark_auto_mapper.type_definitions.defined_types.AutoMapperTextInputType) –

codeset :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://hl7.org/fhir/restful-interaction
class spark_auto_mapper_fhir.value_sets.fhir_restful_interactions.FHIRRestfulInteractionsCodeValues

Read the current state of the resource. From: http://hl7.org/fhir/restful-interaction in valuesets.xml

Read

Read the state of a specific version of the resource. From: http://hl7.org/fhir/restful-interaction in valuesets.xml

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

Update

Update an existing resource by posting a set of changes to it. From: http://hl7.org/fhir/restful-interaction in valuesets.xml

Patch

Delete a resource. From: http://hl7.org/fhir/restful-interaction in valuesets.xml

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

History

Create a new resource with a server assigned id. From: http://hl7.org/fhir/restful-interaction in valuesets.xml

Create

Search a resource type or all resources based on some filter criteria. From: http://hl7.org/fhir/restful-interaction in valuesets.xml

Search

Get a Capability Statement for the system. From: http://hl7.org/fhir/restful-interaction in valuesets.xml

Capabilities

Update, create or delete a set of resources as a single transaction. From: http://hl7.org/fhir/restful-interaction in valuesets.xml

Transaction

perform a set of a separate interactions in a single http operation From: http://hl7.org/fhir/restful-interaction in valuesets.xml

Batch

Perform an operation as defined by an OperationDefinition. From: http://hl7.org/fhir/restful-interaction in valuesets.xml

Operation