--- type: "codesystem" title: "Operation Parameter Use" codesystem: "operation-parameter-use" --- # Operation Parameter Use - **Official URL**: http://hl7.org/fhir/operation-parameter-use - **Version**: 6.0.0 - **Status**: active - **Name**: OperationParameterUse - **Title**: Operation Parameter Use - **Publisher**: HL7 (FHIR Project) - **Description**: Whether an operation parameter is an input or an output parameter. - **Case Sensitive**: true - **Content**: complete ## Concepts | Code | Display | Definition | | --- | --- | --- | | in | In | This is an input parameter. | | out | Out | This is an output parameter. | ## CodeSystem XML ```xml <status value="active"/> <experimental value="false"/> <date value="2021-01-05T10:01:24+11:00"/> <publisher value="HL7 (FHIR Project)"/> <contact> <telecom> <system value="url"/> <value value="http://hl7.org/fhir"/> </telecom> <telecom> <system value="email"/> <value value="fhir@lists.hl7.org"/> </telecom> </contact> <description value="Whether an operation parameter is an input or an output parameter."/> <caseSensitive value="true"/> <valueSet value="http://hl7.org/fhir/ValueSet/operation-parameter-use"/> <content value="complete"/> <concept> <code value="in"/> <display value="In"/> <definition value="This is an input parameter."/> </concept> <concept> <code value="out"/> <display value="Out"/> <definition value="This is an output parameter."/> </concept> </CodeSystem> ```