This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R4 R3 R2

V3-IdentifierScope.xml

Description: 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.

Raw XML

<ValueSet xmlns="http://hl7.org/fhir">
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>Release Date: 2014-08-07</p>

      <h2>Description</h2>

      <p>
                  
                     Description: 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.
        <br/>

               
      </p>

      <hr/>

      <table class="grid">
 
        <tr>
          <td>
            <b>Level</b>
          </td>
          <td>
            <b>Code</b>
          </td>
          <td>
            <b>Display</b>
          </td>
          <td>
            <b>Definition</b>
          </td>
        </tr>
 
        <tr>
          <td>1</td>
          <td>BUSN
            <a name="BUSN"> </a>
          </td>
          <td>Business Identifier</td>
          <td>
                        
                           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.
            <br/>

                     
          </td>
        </tr>
 
        <tr>
          <td>1</td>
          <td>OBJ
            <a name="OBJ"> </a>
          </td>
          <td>Object Identifier</td>
          <td>
                        
                           Description: The identifier associated with a particular object.
               It remains consistent as the object undergoes state transitions.
            <br/>

                     
          </td>
        </tr>
 
        <tr>
          <td>1</td>
          <td>VER
            <a name="VER"> </a>
          </td>
          <td>Version Identifier</td>
          <td>
                        
                           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).
            <br/>

                        
                            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. 
            <br/>

                     
          </td>
        </tr>
 
        <tr>
          <td>1</td>
          <td>VW
            <a name="VW"> </a>
          </td>
          <td>View Specific Identifier</td>
          <td>
                        
                           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.
            <br/>

                        
                           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).
            <br/>

                        
                            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. 
            <br/>

                     
          </td>
        </tr>

      </table>

    </div>
  </text>
  <identifier value="http://hl7.org/fhir/v3/vs/IdentifierScope"/>
  <name value="v3 Code System IdentifierScope"/>
  <publisher value="HL7, Inc"/>
  <telecom>
    <system value="url"/>
    <value value="http://hl7.org"/>
  </telecom>
  <description value="  Description: 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."/>
  <status value="active"/>
  <date value="2014-08-07T00:00:00+10:00"/>
  <define>
    <system value="http://hl7.org/fhir/v3/IdentifierScope"/>
    <caseSensitive value="true"/>
    <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).                                          
                     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. 
                                                             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."/>
    </concept>
  </define>
</ValueSet>