Terminology Change Set Exchange
1.0.0 - STU1 International flag

Terminology Change Set Exchange, published by HL7 International / Terminology Infrastructure. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/termchangeset-ig/ and changes regularly. See the Directory of published versions

: Change Type Value Set - XML Representation

Page standards status: Draft Maturity Level: 0

Raw xml | Download


<ValueSet xmlns="http://hl7.org/fhir">
  <id value="changetype-vs"/>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: ValueSet changetype-vs</b></p><a name="changetype-vs"> </a><a name="hcchangetype-vs"> </a><ul><li>Include these codes as defined in <a href="http://terminology.hl7.org/6.5.0/CodeSystem-v3-DataOperation.html"><code>http://terminology.hl7.org/CodeSystem/v3-DataOperation</code></a><table class="none"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href="http://terminology.hl7.org/6.5.0/CodeSystem-v3-DataOperation.html#v3-DataOperation-CREATE">CREATE</a></td><td style="color: #cccccc">create</td><td>Fundamental operation in an Information System (IS) that results only in the act of bringing an object into existence. Note: The preceding definition is taken from the HL7 RBAC specification. There is no restriction on how the operation is invoked, e.g., via a user interface. For an HL7 Act, the state transitions per the HL7 Reference Information Model.</td></tr><tr><td><a href="http://terminology.hl7.org/6.5.0/CodeSystem-v3-DataOperation.html#v3-DataOperation-DELETE">DELETE</a></td><td style="color: #cccccc">delete</td><td>Fundamental operation in an Information System (IS) that results only in the removal of information about an object from memory or storage. Note: The preceding definition is taken from the HL7 RBAC specification. There is no restriction on how the operation is invoked, e.g., via a user interface.</td></tr><tr><td><a href="http://terminology.hl7.org/6.5.0/CodeSystem-v3-DataOperation.html#v3-DataOperation-UPDATE">UPDATE</a></td><td style="color: #cccccc">revise</td><td>Fundamental operation in an Information System (IS) that results only in the revision or alteration of an object. Note: The preceding definition is taken from the HL7 RBAC specification. There is no restriction on how the operation is invoked, e.g., via a user interface.</td></tr><tr><td><a href="http://terminology.hl7.org/6.5.0/CodeSystem-v3-DataOperation.html#v3-DataOperation-DEPRECATE">DEPRECATE</a></td><td style="color: #cccccc">deprecate</td><td>Fundamental operation in HL7 Standards Governance that results only in the addition of deprecation information to an object already in existence without changing the status of the object.  Operation used internally in the maintenance and recordkeeping of HL7 terminology and standards artifacts.</td></tr></table></li></ul></div>
  </text>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="vocab"/>
  </extension>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
    <valueInteger value="0">
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom">
        <valueCanonical
                        value="http://hl7.org/fhir/uv/termchangeset/ImplementationGuide/hl7.fhir.uv.termchangeset"/>
      </extension>
    </valueInteger>
  </extension>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
    <valueCode value="draft">
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom">
        <valueCanonical
                        value="http://hl7.org/fhir/uv/termchangeset/ImplementationGuide/hl7.fhir.uv.termchangeset"/>
      </extension>
    </valueCode>
  </extension>
  <url value="http://hl7.org/fhir/uv/termchangeset/ValueSet/changetype-vs"/>
  <version value="1.0.0"/>
  <name value="ChangeTypeVS"/>
  <title value="Change Type Value Set"/>
  <status value="draft"/>
  <experimental value="false"/>
  <date value="2025-08-14T13:28:37+00:00"/>
  <publisher value="HL7 International / Terminology Infrastructure"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://www.hl7.org/Special/committees/Vocab"/>
    </telecom>
  </contact>
  <description
               value="Codes representing the type of change to an element for a concept. The value set includes the terms CREATE, DELETE, UPDATE, and DEPRECATE from the following CodeSystem: https://terminology.hl7.org/CodeSystem-v3-DataOperation.html."/>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
    </coding>
  </jurisdiction>
  <compose>
    <include>
      <system value="http://terminology.hl7.org/CodeSystem/v3-DataOperation"/>
      <concept>
        <code value="CREATE"/>
      </concept>
      <concept>
        <code value="DELETE"/>
      </concept>
      <concept>
        <code value="UPDATE"/>
      </concept>
      <concept>
        <code value="DEPRECATE"/>
      </concept>
    </include>
  </compose>
</ValueSet>