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 When this information was last updated - Definition

URL for this extension:

http://hl7.org/fhir/ExtensionDefinition/hspc-Updated

Status: draft

When this information in the element that contains this extension was last updated.

HSPC

usage info: todo

Extension Content

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. extensionExtensionURL = http://hl7.org/fhir/ExtensionDefinition/hspc-Updated
When this information was last updated: When this information in the element that contains this extension was last updated.
Use on element: Any
..valueDateTime 0..1dateTimeWhen this information was last updated
Use on element: Any

XML Template

<!-- When this information was last updated -->doco

<extension xmlns="http://hl7.org/fhir"
     url="http://hl7.org/fhir/ExtensionDefinition/hspc-Updated" >
 <!-- from Element: extension -->
 <valueDateTime value="[dateTime]"/>
</extension>

JSON Template

// extension added to existing objectdoco

  "http://hl7.org/fhir/ExtensionDefinition/hspc-Updated" : { // When this information was last updated
    "valueDateTime" : ["<dateTime>"] //When this information was last updated
  }

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. extensionExtensionURL = http://hl7.org/fhir/ExtensionDefinition/hspc-Updated
When this information was last updated: When this information in the element that contains this extension was last updated.
Use on element: Any
..valueDateTime 0..1dateTimeWhen this information was last updated
Use on element: Any

XML Template

<!-- When this information was last updated -->doco

<extension xmlns="http://hl7.org/fhir"
     url="http://hl7.org/fhir/ExtensionDefinition/hspc-Updated" >
 <!-- from Element: extension -->
 <valueDateTime value="[dateTime]"/>
</extension>

JSON Template

to do