spark_auto_mapper_fhir.value_sets.operation_parameter_use

Module Contents

Classes

OperationParameterUseCode

OperationParameterUse

OperationParameterUseCodeValues

This is an input parameter.

class spark_auto_mapper_fhir.value_sets.operation_parameter_use.OperationParameterUseCode(value)

Bases: spark_auto_mapper_fhir.value_sets.generic_type.GenericTypeCode

OperationParameterUse From: http://hl7.org/fhir/operation-parameter-use in valuesets.xml

Whether an operation parameter is an input or an output parameter.

Parameters

value (spark_auto_mapper.type_definitions.defined_types.AutoMapperTextInputType) –

codeset :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://hl7.org/fhir/operation-parameter-use
class spark_auto_mapper_fhir.value_sets.operation_parameter_use.OperationParameterUseCodeValues

This is an input parameter. From: http://hl7.org/fhir/operation-parameter-use in valuesets.xml

In

This is an output parameter. From: http://hl7.org/fhir/operation-parameter-use in valuesets.xml

Out