This page is part of the Canonical Resource Management Infrastructure Implementation Guide (v1.0.0-ballot: STU1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions
: CRMI Release Version Behavior Codes - XML Representation
Raw xml | Download
<CodeSystem xmlns="http://hl7.org/fhir">
<id value="crmi-release-version-behavior-codes"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p>This code system <code>http://hl7.org/fhir/uv/crmi/CodeSystem/crmi-release-version-behavior-codes</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">default<a name="crmi-release-version-behavior-codes-default"> </a></td><td>Default</td><td>The version provided will be applied to the root artifact and all owned components if a version is not specified.</td></tr><tr><td style="white-space:nowrap">check<a name="crmi-release-version-behavior-codes-check"> </a></td><td>Check</td><td>If the root artifact has a specified version different from the version passed to the operation, an error will be returned.</td></tr><tr><td style="white-space:nowrap">force<a name="crmi-release-version-behavior-codes-force"> </a></td><td>Force</td><td>The version provided will be applied to the root artifact and all owned components, regardless of whether or not a version was already specified.</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-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/uv/crmi/CodeSystem/crmi-release-version-behavior-codes"/>
<version value="1.0.0-ballot"/>
<name value="CRMIReleaseVersionBehavior"/>
<title value="CRMI Release Version Behavior Codes"/>
<status value="active"/>
<experimental value="false"/>
<date value="2023-02-03T23:21:03-06:00"/>
<publisher value="Clinical Decision Support WG"/>
<contact>
<telecom>
<system value="url"/>
<value value="http://www.hl7.org/Special/committees/dss"/>
</telecom>
</contact>
<description
value="Behaviors of 'version' parameter application in the $release operation."/>
<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/uv/crmi/ValueSet/crmi-release-version-behavior"/>
<content value="complete"/>
<concept>
<code value="default"/>
<display value="Default"/>
<definition
value="The version provided will be applied to the root artifact and all owned components if a version is not specified."/>
</concept>
<concept>
<code value="check"/>
<display value="Check"/>
<definition
value="If the root artifact has a specified version different from the version passed to the operation, an error will be returned."/>
</concept>
<concept>
<code value="force"/>
<display value="Force"/>
<definition
value="The version provided will be applied to the root artifact and all owned components, regardless of whether or not a version was already specified."/>
</concept>
</CodeSystem>