FHIR Cross-Version Extensions package for FHIR R5 from FHIR R4
0.0.1-snapshot-2 - informative International flag

FHIR Cross-Version Extensions package for FHIR R5 from FHIR R4 - Version 0.0.1-snapshot-2. See the Directory of published versions

: AggregationMode - XML Representation

Page standards status: Normative Maturity Level: 2

Raw xml | Download


<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="resource-aggregation-mode"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: CodeSystem resource-aggregation-mode</b></p><a name="resource-aggregation-mode"> </a><a name="hcresource-aggregation-mode"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/resource-aggregation-mode</code> defines the following codes in an undefined hierarchy:</p><table class="codes"><tr><td><b>Lvl</b></td><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td>1</td><td style="white-space:nowrap">contained<a name="resource-aggregation-mode-contained"> </a></td><td>Contained</td><td>The reference is a local reference to a contained resource.</td></tr><tr><td>1</td><td style="white-space:nowrap">referenced<a name="resource-aggregation-mode-referenced"> </a></td><td>Referenced</td><td>The reference to a resource that has to be resolved externally to the resource that includes the reference.</td></tr><tr><td>2</td><td style="white-space:nowrap">  bundled<a name="resource-aggregation-mode-bundled"> </a></td><td>Bundled</td><td>The resource the reference points to will be found in the same bundle as the resource that includes the reference.</td></tr></table></div>
  </text>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
    <valueCode value="normative"/>
  </extension>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version">
    <valueCode value="4.0.0"/>
  </extension>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
    <valueInteger value="2"/>
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/package-source">
    <extension url="packageId">
      <valueId value="hl7.fhir.uv.xver-r4.r5"/>
    </extension>
    <extension url="version">
      <valueString value="0.0.1-snapshot-2"/>
    </extension>
  </extension>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="fhir"/>
  </extension>
  <url value="http://hl7.org/fhir/resource-aggregation-mode"/>
  <version value="4.0.1"/>
  <name value="AggregationMode"/>
  <title value="AggregationMode"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2019-11-01T08:29:23+10:00"/>
  <publisher value="FHIR Infrastructure"/>
  <contact>
    <name value="FHIR Infrastructure"/>
    <telecom>
      <system value="url"/>
      <value value="http://www.hl7.org/Special/committees/fiwg"/>
    </telecom>
  </contact>
  <description value="How resource references can be aggregated."/>
  <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/resource-aggregation-mode|5.0.0"/>
  <content value="complete"/>
  <concept>
    <code value="contained"/>
    <display value="Contained"/>
    <definition
                value="The reference is a local reference to a contained resource."/>
  </concept>
  <concept>
    <code value="referenced"/>
    <display value="Referenced"/>
    <definition
                value="The reference to a resource that has to be resolved externally to the resource that includes the reference."/>
    <concept>
      <code value="bundled"/>
      <display value="Bundled"/>
      <definition
                  value="The resource the reference points to will be found in the same bundle as the resource that includes the reference."/>
    </concept>
  </concept>
</CodeSystem>