Canonical Resource Management Infrastructure Implementation Guide
2.0.0 - STU 2 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 2.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

: CRMI Infer Manifest Parameters Operation

Page standards status: Trial-use Maturity Level: 4

Raw xml | Download


<OperationDefinition xmlns="http://hl7.org/fhir">
  <id value="crmi-infer-manifest-parameters"/>
  <language value="en"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: OperationDefinition crmi-infer-manifest-parameters</b></p><a name="crmi-infer-manifest-parameters"> </a><a name="hccrmi-infer-manifest-parameters"> </a><p>URL: [base]/Library/$infer-manifest-parameters</p><p>URL: [base]/Library/[id]/$infer-manifest-parameters</p><h3>Parameters</h3><table class="grid"><tr><td><b>Use</b></td><td><b>Name</b></td><td><b>Scope</b></td><td><b>Cardinality</b></td><td><b>Type</b></td><td><b>Binding</b></td><td><b>Documentation</b></td></tr><tr><td>IN</td><td>id</td><td/><td>0..1</td><td><a href="http://hl7.org/fhir/R4/datatypes.html#string">string</a></td><td/><td><div><p>The logical id of the module-definition library to process. Only one of id, url, or library may be provided.</p>
</div></td></tr><tr><td>IN</td><td>url</td><td/><td>0..1</td><td><a href="http://hl7.org/fhir/R4/datatypes.html#canonical">canonical</a></td><td/><td><div><p>A canonical or artifact reference to the module-definition library to process. Only one of id, url, or library may be provided.</p>
</div></td></tr><tr><td>IN</td><td>library</td><td/><td>0..1</td><td><a href="http://hl7.org/fhir/R4/library.html">Library</a></td><td/><td><div><p>The module-definition library to processs. Only one of id, url, or library may be provided.</p>
</div></td></tr><tr><td>IN</td><td>v1Compatible</td><td/><td>0..1</td><td><a href="http://hl7.org/fhir/R4/datatypes.html#boolean">boolean</a></td><td/><td><div><p>Indicates whether the resulting manifest parameters should be for a CRMI v1 or v2 server</p>
</div></td></tr><tr><td>OUT</td><td>return</td><td/><td>1..1</td><td><a href="http://hl7.org/fhir/R4/library.html">Library</a></td><td/><td><div><p>The result of the infer manifest operation is an asset-collection Library
with the expansion parameters as a contained Parameters resource.</p>
</div></td></tr></table></div>
  </text>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="cds"/>
  </extension>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
    <valueInteger value="4">
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom">
        <valueCanonical
                        value="http://hl7.org/fhir/uv/crmi/ImplementationGuide/hl7.fhir.uv.crmi"/>
      </extension>
    </valueInteger>
  </extension>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
    <valueCode value="trial-use">
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom">
        <valueCanonical
                        value="http://hl7.org/fhir/uv/crmi/ImplementationGuide/hl7.fhir.uv.crmi"/>
      </extension>
    </valueCode>
  </extension>
  <url
       value="http://hl7.org/fhir/uv/crmi/OperationDefinition/crmi-infer-manifest-parameters"/>
  <version value="2.0.0"/>
  <name value="CRMIInferManifestParameters"/>
  <title value="CRMI Infer Manifest Parameters"/>
  <status value="active"/>
  <kind value="operation"/>
  <date value="2026-05-11T04:30:28+00:00"/>
  <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="Infers manifest expansion parameters from a module-definition Library.
This operation takes a module-definition Library (the output of $data-requirements)
and converts its relatedArtifacts into manifest expansion parameters:

* CodeSystem -&gt; default-system-version parameter (format: &quot;system|version&quot;)
* ValueSet -&gt; default-valueset-version parameter (format: &quot;valueset|version&quot;)
* Other resources -&gt; default-canonical-version parameter with a resourceType extension

If the v1Compatible parameter is true, then the following parameter names will be used (consistent 
with CRMI STU1 parameter names):
* CodeSystem -&gt; system-version parameter (format: &quot;system|version&quot;)
* ValueSet -&gt; canonicalVersion parameter (format: &quot;valueset|version&quot;) with resourceType extension
* Other resources -&gt; canonicalVersion parameter (format: &quot;canonical|version&quot;) with resourceType extension"/>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
      <display value="World"/>
    </coding>
  </jurisdiction>
  <code value="infer-manifest-parameters"/>
  <resource value="Library"/>
  <system value="false"/>
  <type value="true"/>
  <instance value="true"/>
  <parameter>
    <name value="id"/>
    <use value="in"/>
    <min value="0"/>
    <max value="1"/>
    <documentation
                   value="The logical id of the module-definition library to process. Only one of id, url, or library may be provided."/>
    <type value="string"/>
  </parameter>
  <parameter>
    <name value="url"/>
    <use value="in"/>
    <min value="0"/>
    <max value="1"/>
    <documentation
                   value="A canonical or artifact reference to the module-definition library to process. Only one of id, url, or library may be provided."/>
    <type value="canonical"/>
  </parameter>
  <parameter>
    <name value="library"/>
    <use value="in"/>
    <min value="0"/>
    <max value="1"/>
    <documentation
                   value="The module-definition library to processs. Only one of id, url, or library may be provided."/>
    <type value="Library"/>
  </parameter>
  <parameter>
    <name value="v1Compatible"/>
    <use value="in"/>
    <min value="0"/>
    <max value="1"/>
    <documentation
                   value="Indicates whether the resulting manifest parameters should be for a CRMI v1 or v2 server"/>
    <type value="boolean"/>
  </parameter>
  <parameter>
    <name value="return"/>
    <use value="out"/>
    <min value="1"/>
    <max value="1"/>
    <documentation
                   value="The result of the infer manifest operation is an asset-collection Library 
with the expansion parameters as a contained Parameters resource."/>
    <type value="Library"/>
  </parameter>
</OperationDefinition>