FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example CodeSystem/code-search-support (XML)

Terminology Infrastructure Work GroupMaturity Level: N/AStandards Status: Informative

Raw XML (canonical form + also see XML Format Specification)

Definition for Code SystemCodeSearchSupport

<?xml version="1.0" encoding="UTF-8"?>

<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="code-search-support"/> 
  <meta> 
    <lastUpdated value="2024-04-22T14:44:42.841+00:00"/> 
    <profile value="http://hl7.org/fhir/StructureDefinition/shareablecodesystem"/> 
  </meta> 
  <text> 
    <status value="generated"/> 
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p> This case-sensitive code system 
        <code> http://hl7.org/fhir/code-search-support</code>  defines the following codes:
      </p> 
      <table class="codes">
        <tr> 
          <td style="white-space:nowrap">
            <b> Code</b> 
          </td> 
          <td> 
            <b> Display</b> 
          </td> 
          <td> 
            <b> Definition</b> 
          </td> 
        </tr> 
        <tr> 
          <td style="white-space:nowrap">in-compose
            <a name="code-search-support-in-compose"> </a> 
          </td> 
          <td> In Compose</td> 
          <td> The search for code on ValueSet returns ValueSet resources where the code is included
             in the extensional definition of the ValueSet.</td> 
        </tr> 
        <tr> 
          <td style="white-space:nowrap">in-expansion
            <a name="code-search-support-in-expansion"> </a> 
          </td> 
          <td> In Expansion</td> 
          <td> The search for code on ValueSet returns ValueSet resources where the code is contained
             in the  ValueSet expansion.</td> 
        </tr> 
        <tr> 
          <td style="white-space:nowrap">in-compose-or-expansion
            <a name="code-search-support-in-compose-or-expansion"> </a> 
          </td> 
          <td> In Compose Or Expansion</td> 
          <td> The search for code on ValueSet returns ValueSet resources where the code is included
             in the extensional definition or contained in the ValueSet expansion.</td> 
        </tr> 
      </table> 
    </div> 
  </text> 
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="vocab"/> 
  </extension> 
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
    <valueCode value="trial-use"/> 
  </extension> 
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
    <valueInteger value="1"/> 
  </extension> 
  <url value="http://hl7.org/fhir/code-search-support"/> 
  <identifier> 
    <system value="urn:ietf:rfc:3986"/> 
    <value value="urn:oid:2.16.840.1.113883.4.642.4.861"/> 
  </identifier> 
  <version value="6.0.0-cibuild"/> 
  <name value="CodeSearchSupport"/> 
  <title value="Code Search Support"/> 
  <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."/> 
  <jurisdiction> 
    <coding> 
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/> 
      <code value="001"/> 
      <display value="World"/> 
    </coding> 
  </jurisdiction> 
  <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> 

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.