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

<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="v3-IdentifierScope"/>
  <text>
    <status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: CodeSystem v3-IdentifierScope</b></p><a name="v3-IdentifierScope"> </a><a name="hcv3-IdentifierScope"> </a><p>This case-sensitive code system <code>http://terminology.hl7.org/CodeSystem/v3-IdentifierScope</code> defines the following codes in a Is-A hierarchy:</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">BUSN<a name="v3-IdentifierScope-BUSN"> </a></td><td>Business Identifier</td><td><div><p>Description: An identifier whose scope is defined by the business practices associated with the object. In contrast to the other scope identifiers, the scope of the use of the id is not necessarily restricted to a single object, but may be reused for other objects closely associated with the object due to business practice.</p>
</div></td></tr><tr><td style="white-space:nowrap">OBJ<a name="v3-IdentifierScope-OBJ"> </a></td><td>Object Identifier</td><td><div><p>Description: The identifier associated with a particular object. It remains consistent as the object undergoes state transitions.</p>
</div></td></tr><tr><td style="white-space:nowrap">VER<a name="v3-IdentifierScope-VER"> </a></td><td>Version Identifier</td><td><div><p>Description: An identifier that references a particular object as it existed at a given point in time. The identifier SHALL change with each state transition on the object. I.e. The version identifier of an object prior to a 'suspend' state transition is distinct from the identifier of the object after the state transition. Each version identifier can be tied to exactly one ControlAct event which brought that version into being (though the control act may never be instantiated).</p>
<pre><code>                        NOTE: Applications that do not support versioning of objects must ignore and not persist these ids to avoid confusion resulting from leaving the same identifier on an object that undergoes changes.
</code></pre>
</div></td></tr><tr><td style="white-space:nowrap">VW<a name="v3-IdentifierScope-VW"> </a></td><td>View Specific Identifier</td><td><div><p>Description: An identifier that references a particular object as it existed at a given point in time. The identifier SHALL change with each state transition on the object.</p>
<pre><code>                       Example The version identifier of an object prior to a 'suspend' state transition is distinct from the identifier of the object after the state transition. Each version identifier can be tied to exactly one ControlAct event which brought that version into being (though the control act may never be instantiated).

                    
                        NOTE: Applications that do not support versioning of objects must ignore and not persist these ids to avoid confusion resulting from leaving the same identifier on an object that undergoes changes.
</code></pre>
</div></td></tr></table></div>
  </text>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
    <valueCode value="external"/>
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
    <valueInteger value="0"/>
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/package-source">
    <extension url="packageId">
      <valueId value="hl7.fhir.uv.xver-r4.r4b"/>
    </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://terminology.hl7.org/CodeSystem/v3-IdentifierScope"/>
  <version value="2018-08-12"/>
  <name value="v3.IdentifierScope"/>
  <title value="v3 Code System IdentifierScope"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2018-08-12T00:00:00+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="Description:&#xD;&#xA;Codes to specify the scope in which the identifier applies to the object with which it is associated, and used in the datatype property II."/>
  <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://terminology.hl7.org/ValueSet/v3-IdentifierScope|3.0.0"/>
  <hierarchyMeaning value="is-a"/>
  <content value="complete"/>
  <concept>
    <code value="BUSN"/>
    <display value="Business Identifier"/>
    <definition value="Description: An identifier whose scope is defined by the business practices associated with the object. In contrast to the other scope identifiers, the scope of the use of the id is not necessarily restricted to a single object, but may be reused for other objects closely associated with the object due to business practice."/>
  </concept>
  <concept>
    <code value="OBJ"/>
    <display value="Object Identifier"/>
    <definition value="Description: The identifier associated with a particular object. It remains consistent as the object undergoes state transitions."/>
  </concept>
  <concept>
    <code value="VER"/>
    <display value="Version Identifier"/>
    <definition value="Description: An identifier that references a particular object as it existed at a given point in time. The identifier SHALL change with each state transition on the object. I.e. The version identifier of an object prior to a 'suspend' state transition is distinct from the identifier of the object after the state transition. Each version identifier can be tied to exactly one ControlAct event which brought that version into being (though the control act may never be instantiated).&#xD;&#xA;&#xA;                        &#xA;                            NOTE: Applications that do not support versioning of objects must ignore and not persist these ids to avoid confusion resulting from leaving the same identifier on an object that undergoes changes."/>
  </concept>
  <concept>
    <code value="VW"/>
    <display value="View Specific Identifier"/>
    <definition value="Description: An identifier that references a particular object as it existed at a given point in time. The identifier SHALL change with each state transition on the object.&#xD;&#xA;&#xA;                        &#xA;                           Example The version identifier of an object prior to a 'suspend' state transition is distinct from the identifier of the object after the state transition. Each version identifier can be tied to exactly one ControlAct event which brought that version into being (though the control act may never be instantiated).&#xD;&#xA;&#xA;                        &#xA;                            NOTE: Applications that do not support versioning of objects must ignore and not persist these ids to avoid confusion resulting from leaving the same identifier on an object that undergoes changes."/>
  </concept>
</CodeSystem>