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: R4B R4 R3 R2

Extension When the value set version becomes Active and is available for use - Definition

URL for this extension:

http://hl7.org/fhir/ExtensionDefinition/valueset-effectiveDate

Status: draft

This is the first date-time when the value set version becomes active, so this value is present on Inactive value set versions as well. The start Date_time is expected to be as of 0001 UTC of the Effective Date.

HL7

usage info: todo

Extension Content

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. extensionExtensionURL = http://hl7.org/fhir/ExtensionDefinition/valueset-effectiveDate
When the value set version becomes Active and is available for use: This is the first date-time when the value set version becomes active, so this value is present on Inactive value set versions as well. The start Date_time is expected to be as of 0001 UTC of the Effective Date.
Use on element: ValueSet
..valueDate 0..1dateWhen the value set version becomes Active and is available for use
Use on element: ValueSet

XML Template

<!-- When the value set version becomes Active and is available for use -->doco

<extension xmlns="http://hl7.org/fhir"
     url="http://hl7.org/fhir/ExtensionDefinition/valueset-effectiveDate" >
 <!-- from Element: extension -->
 <valueDate value="[date]"/>
</extension>

JSON Template

// extension added to existing objectdoco

  "http://hl7.org/fhir/ExtensionDefinition/valueset-effectiveDate" : { // When the value set version becomes Active and is available for use
    "valueDate" : ["<date>"] //When the value set version becomes Active and is available for use
  }

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. extensionExtensionURL = http://hl7.org/fhir/ExtensionDefinition/valueset-effectiveDate
When the value set version becomes Active and is available for use: This is the first date-time when the value set version becomes active, so this value is present on Inactive value set versions as well. The start Date_time is expected to be as of 0001 UTC of the Effective Date.
Use on element: ValueSet
..valueDate 0..1dateWhen the value set version becomes Active and is available for use
Use on element: ValueSet

XML Template

<!-- When the value set version becomes Active and is available for use -->doco

<extension xmlns="http://hl7.org/fhir"
     url="http://hl7.org/fhir/ExtensionDefinition/valueset-effectiveDate" >
 <!-- from Element: extension -->
 <valueDate value="[date]"/>
</extension>

JSON Template

to do