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

Name Flags Card. Type Description & Constraints doco
. . extension Extension URL = 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..1 Extension The name of this set of history entries
. . . . extension 0..* Extension Additional Content defined by implementations
. . . . url 1..1 uri identifies the meaning of the extension
Fixed Value: name
. . . . valueString 0..1 string Value of extension
. . . extension 0..* Extension Audit of all changes for a history entry
. . . . extension 1..1 Extension Date the change was made
. . . . . extension 0..* Extension Additional Content defined by implementations
. . . . . url 1..1 uri identifies the meaning of the extension
Fixed Value: date
. . . . . valueDateTime 0..1 dateTime Value of extension
. . . . extension 1..1 Extension Version marker after the change was made
. . . . . extension 0..* Extension Additional Content defined by implementations
. . . . . url 1..1 uri identifies the meaning of the extension
Fixed Value: id
. . . . . valueString 0..1 string Value of extension
. . . . extension 1..1 Extension Who made the change
. . . . . extension 0..* Extension Additional Content defined by implementations
. . . . . url 1..1 uri identifies the meaning of the extension
Fixed Value: author
. . . . . valueString 0..1 string Value of extension
. . . . extension 0..1 Extension Information about the change
. . . . . extension 0..* Extension Additional Content defined by implementations
. . . . . url 1..1 uri identifies the meaning of the extension
Fixed Value: notes
. . . . . valueString 0..1 string Value of extension
. . . . url 1..1 uri identifies the meaning of the extension
Fixed Value: revision
. . . . value[x] 0 .. 0 *
. . . url 1..1 uri identifies 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

Name Flags Card. Type Description & Constraints doco
. . extension Extension URL = 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..1 Extension The name of this set of history entries
. . . . extension 0..* Extension Additional Content defined by implementations
. . . . url 1..1 uri identifies the meaning of the extension
Fixed Value: name
. . . . valueString 0..1 string Value of extension
. . . extension 0..* Extension Audit of all changes for a history entry
. . . . extension 1..1 Extension Date the change was made
. . . . . extension 0..* Extension Additional Content defined by implementations
. . . . . url 1..1 uri identifies the meaning of the extension
Fixed Value: date
. . . . . valueDateTime 0..1 dateTime Value of extension
. . . . extension 1..1 Extension Version marker after the change was made
. . . . . extension 0..* Extension Additional Content defined by implementations
. . . . . url 1..1 uri identifies the meaning of the extension
Fixed Value: id
. . . . . valueString 0..1 string Value of extension
. . . . extension 1..1 Extension Who made the change
. . . . . extension 0..* Extension Additional Content defined by implementations
. . . . . url 1..1 uri identifies the meaning of the extension
Fixed Value: author
. . . . . valueString 0..1 string Value of extension
. . . . extension 0..1 Extension Information about the change
. . . . . extension 0..* Extension Additional Content defined by implementations
. . . . . url 1..1 uri identifies the meaning of the extension
Fixed Value: notes
. . . . . valueString 0..1 string Value of extension
. . . . url 1..1 uri identifies the meaning of the extension
Fixed Value: revision
. . . . value[x] 0 .. 0 *
. . . url 1..1 uri identifies 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