spark_auto_mapper_fhir.value_sets.test_script_request_method_code

Module Contents

Classes

TestScriptRequestMethodCodeCode

TestScriptRequestMethodCode

TestScriptRequestMethodCodeCodeValues

HTTP DELETE operation.

class spark_auto_mapper_fhir.value_sets.test_script_request_method_code.TestScriptRequestMethodCodeCode(value)

Bases: spark_auto_mapper_fhir.value_sets.generic_type.GenericTypeCode

TestScriptRequestMethodCode From: http://hl7.org/fhir/http-operations in valuesets.xml

The allowable request method or HTTP operation codes.

Parameters

value (spark_auto_mapper.type_definitions.defined_types.AutoMapperTextInputType) –

codeset :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://hl7.org/fhir/http-operations
class spark_auto_mapper_fhir.value_sets.test_script_request_method_code.TestScriptRequestMethodCodeCodeValues

HTTP DELETE operation. From: http://hl7.org/fhir/http-operations in valuesets.xml

DELETE

HTTP GET operation. From: http://hl7.org/fhir/http-operations in valuesets.xml

GET

HTTP OPTIONS operation. From: http://hl7.org/fhir/http-operations in valuesets.xml

OPTIONS

HTTP PATCH operation. From: http://hl7.org/fhir/http-operations in valuesets.xml

PATCH

HTTP POST operation. From: http://hl7.org/fhir/http-operations in valuesets.xml

POST

HTTP PUT operation. From: http://hl7.org/fhir/http-operations in valuesets.xml

PUT

HTTP HEAD operation. From: http://hl7.org/fhir/http-operations in valuesets.xml

HEAD