Canonical Resource Management Infrastructure Implementation Guide
1.0.0 - STU1 International flag

Canonical Resource Management Infrastructure Implementation Guide, published by HL7 International / Clinical Decision Support. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/crmi-ig/ and changes regularly. See the Directory of published versions

: PublishableSearchParameterExample - XML Representation

Draft as of 2013-10-23

Raw xml | Download



<SearchParameter xmlns="http://hl7.org/fhir">
  <id value="publishable-example"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-publishablesearchparameter"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><h2>PublishableSearchParameterExample</h2><p>Parameter <code>_id</code>:<code>token</code></p><div><p>Search by resource identifier - e.g. same as the read interaction, but can return included resources</p>
</div><table class="grid"><tr><td>Resource</td><td><a href="http://hl7.org/fhir/R4/resource.html">Resource</a></td></tr><tr><td>Expression</td><td><code>id</code></td></tr><tr><td>Processing Mode</td><td>Normal</td></tr><tr><td>Multiples</td><td><ul><li>multipleAnd: It's up to the server whether the parameter may repeat in order to specify multiple values that must all be true</li><li>multipleOr: It's up to the server whether the parameter can have multiple values (separated by comma) where at least one must be true</li></ul></td></tr><tr><td>Comparators</td><td>Allowed: eq</td></tr></table></div>
  </text>
  <extension url="http://hl7.org/fhir/StructureDefinition/artifact-title">
    <valueString value="Publishable SearchParameter Example"/>
  </extension>
  <url
       value="http://hl7.org/fhir/uv/crmi/SearchParameter/publishable-example"/>
  <version value="1.0.0"/>
  <name value="PublishableSearchParameterExample"/>
  <status value="draft"/>
  <experimental value="true"/>
  <date value="2013-10-23"/>
  <publisher value="HL7 International / Clinical Decision Support"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://www.hl7.org/Special/committees/dss"/>
    </telecom>
  </contact>
  <description
               value="Search by resource identifier - e.g. same as the read interaction, but can return included resources"/>
  <useContext>
    <code>
      <system
              value="http://terminology.hl7.org/CodeSystem/usage-context-type"/>
      <code value="focus"/>
    </code>
    <valueCodeableConcept>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/variant-state"/>
        <code value="positive"/>
      </coding>
    </valueCodeableConcept>
  </useContext>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
      <display value="World"/>
    </coding>
  </jurisdiction>
  <purpose
           value="Need to search by identifier for various infrastructural cases - mainly retrieving packages, and matching as part of a chain"/>
  <code value="_id"/>
  <base value="Resource"/>
  <type value="token"/>
  <expression value="id"/>
  <xpathUsage value="normal"/>
  <comparator value="eq"/>
</SearchParameter>