--- type: "codesystem" title: "Operation Kind" codesystem: "operation-kind" --- # Operation Kind - **Official URL**: http://hl7.org/fhir/operation-kind - **Version**: 6.0.0 - **Status**: active - **Name**: OperationKind - **Title**: Operation Kind - **Publisher**: HL7 (FHIR Project) - **Description**: Whether an operation is a normal operation or a query. - **Case Sensitive**: true - **Content**: complete ## Concepts | Code | Display | Definition | | --- | --- | --- | | operation | Operation | This operation is invoked as an operation. | | query | Query | This operation is a named query, invoked using the search mechanism. | ## 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 is a normal operation or a query."/> <caseSensitive value="true"/> <valueSet value="http://hl7.org/fhir/ValueSet/operation-kind"/> <content value="complete"/> <concept> <code value="operation"/> <display value="Operation"/> <definition value="This operation is invoked as an operation."/> </concept> <concept> <code value="query"/> <display value="Query"/> <definition value="This operation is a named query, invoked using the search mechanism."/> </concept> </CodeSystem> ```