:py:mod:`spark_auto_mapper_fhir.value_sets.operation_parameter_use` =================================================================== .. py:module:: spark_auto_mapper_fhir.value_sets.operation_parameter_use Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: spark_auto_mapper_fhir.value_sets.operation_parameter_use.OperationParameterUseCode spark_auto_mapper_fhir.value_sets.operation_parameter_use.OperationParameterUseCodeValues .. py:class:: OperationParameterUseCode(value) Bases: :py:obj:`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. .. py:attribute:: codeset :annotation: :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://hl7.org/fhir/operation-parameter-use .. py:class:: OperationParameterUseCodeValues This is an input parameter. From: http://hl7.org/fhir/operation-parameter-use in valuesets.xml .. py:attribute:: In This is an output parameter. From: http://hl7.org/fhir/operation-parameter-use in valuesets.xml .. py:attribute:: Out