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

Extension Most recent change - Definition

URL for this extension:

http://hl7.org/fhir/ExtensionDefinition/provenance

Status: draft

Provides the provenance record associated with the most recent update of the resource.

HL7

usage info: todo

Extension Content

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. extensionExtensionURL = http://hl7.org/fhir/ExtensionDefinition/provenance
Most recent change: Provides the provenance record associated with the most recent update of the resource.
Use on element: *
..valueReference 0..1ProvenanceMost recent change
Use on element: *

XML Template

<!-- Most recent change -->doco

<extension xmlns="http://hl7.org/fhir"
     url="http://hl7.org/fhir/ExtensionDefinition/provenance" >
 <!-- from Element: extension -->
 <valueReference> <!-- Reference --!> /<valueReference> 
</extension>

JSON Template

// extension added to existing objectdoco

  "http://hl7.org/fhir/ExtensionDefinition/provenance" : { // Most recent change
    "valueReference" : [{ Reference(Provenance) }] //Most recent change
  }

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. extensionExtensionURL = http://hl7.org/fhir/ExtensionDefinition/provenance
Most recent change: Provides the provenance record associated with the most recent update of the resource.
Use on element: *
..valueReference 0..1ProvenanceMost recent change
Use on element: *

XML Template

<!-- Most recent change -->doco

<extension xmlns="http://hl7.org/fhir"
     url="http://hl7.org/fhir/ExtensionDefinition/provenance" >
 <!-- from Element: extension -->
 <valueReference> <!-- Reference --!> /<valueReference> 
</extension>

JSON Template

to do