--- type: "codesystem" title: "Code Search Support" codesystem: "code-search-support" --- # Code Search Support - **Official URL**: http://hl7.org/fhir/code-search-support - **Version**: 6.0.0 - **Status**: active - **Name**: CodeSearchSupport - **Title**: Code Search Support - **Publisher**: HL7 (FHIR Project) - **Description**: The degree to which the server supports the code search parameter on ValueSet, if it is supported. - **Case Sensitive**: true - **Content**: complete ## Concepts | Code | Display | Definition | | --- | --- | --- | | in-compose | In Compose | The search for code on ValueSet returns ValueSet resources where the code is included in the extensional definition of the ValueSet. | | in-expansion | In Expansion | The search for code on ValueSet returns ValueSet resources where the code is contained in the ValueSet expansion. | | in-compose-or-expansion | In Compose Or Expansion | The search for code on ValueSet returns ValueSet resources where the code is included in the extensional definition or contained in the ValueSet expansion. | ## CodeSystem XML ```xml <status value="active"/> <experimental value="false"/> <date value="2022-08-31T10:21:22+10: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="The degree to which the server supports the code search parameter on ValueSet, if it is supported."/> <caseSensitive value="true"/> <valueSet value="http://hl7.org/fhir/ValueSet/code-search-support"/> <content value="complete"/> <concept> <code value="in-compose"/> <display value="In Compose"/> <definition value="The search for code on ValueSet returns ValueSet resources where the code is included in the extensional definition of the ValueSet."/> </concept> <concept> <code value="in-expansion"/> <display value="In Expansion"/> <definition value="The search for code on ValueSet returns ValueSet resources where the code is contained in the ValueSet expansion."/> </concept> <concept> <code value="in-compose-or-expansion"/> <display value="In Compose Or Expansion"/> <definition value="The search for code on ValueSet returns ValueSet resources where the code is included in the extensional definition or contained in the ValueSet expansion."/> </concept> </CodeSystem> ```