2nd DSTU Draft For Comment

This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). 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: R3 R2

Extension-valueset-history.xml

Raw XML (canonical form)

What has happened over time

Raw XML

<ExtensionDefinition xmlns="http://hl7.org/fhir">
  <id value="valueset-history"/>
  <url value="http://hl7.org/fhir/ExtensionDefinition/valueset-history"/>
  <name value="What has happened over time"/>
  <publisher value="HL7"/>
  <description value="Information on changes made to the Value Set Definition over time, and also has a contained
   audit trail of all such changes."/>
  <status value="draft"/>
  <date value="2015-02-23T09:07:27+11:00"/>
  <contextType value="resource"/>
  <context value="ValueSet"/>
  <element>
    <path value="Extension"/>
    <short value="What has happened over time"/>
    <definition value="Information on changes made to the Value Set Definition over time, and also has a contained
     audit trail of all such changes."/>
    <min value="0"/>
    <max value="*"/>
  </element>
  <element>
    <path value="Extension.name"/>
    <short value="The name of this set of history entries"/>
    <definition value="Label for a set of entries, such as a version."/>
    <comments value="Typically, a value set will have a set of history entries for each major publication milestone."/>
    <min value="0"/>
    <max value="1"/>
    <type>
      <code value="string"/>
    </type>
  </element>
  <element>
    <path value="Extension.revision"/>
    <short value="Audit of all changes for a history entry"/>
    <definition value="A list of specific changes, who made them and when."/>
    <min value="0"/>
    <max value="*"/>
  </element>
  <element>
    <path value="Extension.revision.date"/>
    <short value="Date the change was made"/>
    <definition value="Date the change took place."/>
    <min value="1"/>
    <max value="1"/>
    <type>
      <code value="dateTime"/>
    </type>
  </element>
  <element>
    <path value="Extension.revision.id"/>
    <short value="Version marker after the change was made"/>
    <definition value="Unique id for the specific change."/>
    <min value="1"/>
    <max value="1"/>
    <type>
      <code value="string"/>
    </type>
  </element>
  <element>
    <path value="Extension.revision.author"/>
    <short value="Who made the change"/>
    <definition value="Person or device responsible for the change."/>
    <min value="1"/>
    <max value="1"/>
    <type>
      <code value="string"/>
    </type>
  </element>
  <element>
    <path value="Extension.revision.notes"/>
    <short value="Information about the change"/>
    <definition value="Description of exactly what was changed and how."/>
    <min value="0"/>
    <max value="1"/>
    <type>
      <code value="string"/>
    </type>
  </element>
</ExtensionDefinition>

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.