DSTU2 Ballot Source

This page is part of the FHIR Specification (v0.5.0: DSTU 2 Ballot 2). 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 What has happened over time - Definition

URL for this extension:

http://hl7.org/fhir/StructureDefinition/valueset-history

Status: draft. Extension maintained by: HL7

Information on changes made to the Value Set Definition over time, and also has a contained audit trail of all such changes.

Context of Use: Use on element: ValueSet

usage info: insert a list of places where this extension is used

Extension Content

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. extensionExtensionURL = http://hl7.org/fhir/StructureDefinition/valueset-history
What has happened over time: Information on changes made to the Value Set Definition over time, and also has a contained audit trail of all such changes.
Use on element: ValueSet
... extension 0..1ExtensionThe name of this set of history entries
.... extension 0..*ExtensionAdditional Content defined by implementations
.... url 1..1uriidentifies the meaning of the extension
Fixed Value: name
.... valueString 0..1stringValue of extension
... extension 0..*ExtensionAudit of all changes for a history entry
.... extension 1..1ExtensionDate the change was made
..... extension 0..*ExtensionAdditional Content defined by implementations
..... url 1..1uriidentifies the meaning of the extension
Fixed Value: date
..... valueDateTime 0..1dateTimeValue of extension
.... extension 1..1ExtensionVersion marker after the change was made
..... extension 0..*ExtensionAdditional Content defined by implementations
..... url 1..1uriidentifies the meaning of the extension
Fixed Value: id
..... valueString 0..1stringValue of extension
.... extension 1..1ExtensionWho made the change
..... extension 0..*ExtensionAdditional Content defined by implementations
..... url 1..1uriidentifies the meaning of the extension
Fixed Value: author
..... valueString 0..1stringValue of extension
.... extension 0..1ExtensionInformation about the change
..... extension 0..*ExtensionAdditional Content defined by implementations
..... url 1..1uriidentifies the meaning of the extension
Fixed Value: notes
..... valueString 0..1stringValue of extension
.... url 1..1uriidentifies the meaning of the extension
Fixed Value: revision
.... value[x] 0..0*
... url 1..1uriidentifies the meaning of the extension
Fixed Value: http://hl7.org/fhir/StructureDefinition/valueset-history
... value[x] 0..0*

XML Template

<!-- What has happened over time -->doco

<extension xmlns="http://hl7.org/fhir"
     url="http://hl7.org/fhir/StructureDefinition/valueset-history" >
  <!-- from Element: extension -->
 <valueString  value="[string]"/><!-- 0..1 Value of extension
 <valueDateTime  value="[dateTime]"/><!-- 0..1 Value of extension
 <valueString  value="[string]"/><!-- 0..1 Value of extension
 <valueString  value="[string]"/><!-- 0..1 Value of extension
 <valueString  value="[string]"/><!-- 0..1 Value of extension
 <value* ><!-- 0..0 * Value of extension
 <value* ><!-- 0..0 * Value of extension
</extension>

JSON Template

{ // What has happened over time
  // from Element: extension
    "url" : "name", // R! 
    "valueString" : "<string>", //Value of extension
    "url" : "date", // R! 
    "valueDateTime" : "<dateTime>", //Value of extension
    "url" : "id", // R! 
    "valueString" : "<string>", //Value of extension
    "url" : "author", // R! 
    "valueString" : "<string>", //Value of extension
    "url" : "notes", // R! 
    "valueString" : "<string>", //Value of extension
    "url" : "revision", // R! 
    "value*" : { * }, //Value of extension
    "url" : "http://hl7.org/fhir/StructureDefinition/valueset-history", // R! 
    "value*" : { * } //Value of extension
  }

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. extensionExtensionURL = http://hl7.org/fhir/StructureDefinition/valueset-history
What has happened over time: Information on changes made to the Value Set Definition over time, and also has a contained audit trail of all such changes.
Use on element: ValueSet
... extension 0..1ExtensionThe name of this set of history entries
.... extension 0..*ExtensionAdditional Content defined by implementations
.... url 1..1uriidentifies the meaning of the extension
Fixed Value: name
.... valueString 0..1stringValue of extension
... extension 0..*ExtensionAudit of all changes for a history entry
.... extension 1..1ExtensionDate the change was made
..... extension 0..*ExtensionAdditional Content defined by implementations
..... url 1..1uriidentifies the meaning of the extension
Fixed Value: date
..... valueDateTime 0..1dateTimeValue of extension
.... extension 1..1ExtensionVersion marker after the change was made
..... extension 0..*ExtensionAdditional Content defined by implementations
..... url 1..1uriidentifies the meaning of the extension
Fixed Value: id
..... valueString 0..1stringValue of extension
.... extension 1..1ExtensionWho made the change
..... extension 0..*ExtensionAdditional Content defined by implementations
..... url 1..1uriidentifies the meaning of the extension
Fixed Value: author
..... valueString 0..1stringValue of extension
.... extension 0..1ExtensionInformation about the change
..... extension 0..*ExtensionAdditional Content defined by implementations
..... url 1..1uriidentifies the meaning of the extension
Fixed Value: notes
..... valueString 0..1stringValue of extension
.... url 1..1uriidentifies the meaning of the extension
Fixed Value: revision
.... value[x] 0..0*
... url 1..1uriidentifies the meaning of the extension
Fixed Value: http://hl7.org/fhir/StructureDefinition/valueset-history
... value[x] 0..0*

XML Template

<!-- What has happened over time -->doco

<extension xmlns="http://hl7.org/fhir"
     url="http://hl7.org/fhir/StructureDefinition/valueset-history" >
  <!-- from Element: extension -->
 <valueString  value="[string]"/><!-- 0..1 Value of extension
 <valueDateTime  value="[dateTime]"/><!-- 0..1 Value of extension
 <valueString  value="[string]"/><!-- 0..1 Value of extension
 <valueString  value="[string]"/><!-- 0..1 Value of extension
 <valueString  value="[string]"/><!-- 0..1 Value of extension
 <value* ><!-- 0..0 * Value of extension
 <value* ><!-- 0..0 * Value of extension
</extension>

JSON Template

to do