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 data element is "valid" - Definition

URL for this extension:

http://hl7.org/fhir/ExtensionDefinition/11179-effective-period

Status: draft

Identifies the date on which the element became (or is expected to become) active and the date on which the element became (or is expected to become) retired.

Health Level Seven

usage info: todo

Extension Content

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. extensionExtensionURL = http://hl7.org/fhir/ExtensionDefinition/11179-effective-period
When data element is "valid": Identifies the date on which the element became (or is expected to become) active and the date on which the element became (or is expected to become) retired.
Use on element: DataElement
..valuePeriod 0..1PeriodWhen data element is "valid"
Use on element: DataElement

XML Template

<!-- When data element is "valid" -->doco

<extension xmlns="http://hl7.org/fhir"
     url="http://hl7.org/fhir/ExtensionDefinition/11179-effective-period" >
 <!-- from Element: extension -->
 <valuePeriod> <!-- Period --!> /<valuePeriod> 
</extension>

JSON Template

// extension added to existing objectdoco

  "http://hl7.org/fhir/ExtensionDefinition/11179-effective-period" : { // When data element is "valid"
    "valuePeriod" : [{ Period }] //When data element is "valid"
  }

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. extensionExtensionURL = http://hl7.org/fhir/ExtensionDefinition/11179-effective-period
When data element is "valid": Identifies the date on which the element became (or is expected to become) active and the date on which the element became (or is expected to become) retired.
Use on element: DataElement
..valuePeriod 0..1PeriodWhen data element is "valid"
Use on element: DataElement

XML Template

<!-- When data element is "valid" -->doco

<extension xmlns="http://hl7.org/fhir"
     url="http://hl7.org/fhir/ExtensionDefinition/11179-effective-period" >
 <!-- from Element: extension -->
 <valuePeriod> <!-- Period --!> /<valuePeriod> 
</extension>

JSON Template

to do