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

Extension The effective time period for the goal - Definition

URL for this extension:

http://hl7.org/fhir/StructureDefinition/goal-effectiveTime

Status: draft. Extension maintained by: Health Level Seven, Inc. - FHIR WG

The effective time period for the goal, from the time the goal was created to the time goal was removed or revoked as an active goal.

Context of Use: Use on element: Goal

usage info: insert a list of places where this extension is used

Extension Content

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. extensionExtensionURL = http://hl7.org/fhir/StructureDefinition/goal-effectiveTime
The effective time period for the goal: The effective time period for the goal, from the time the goal was created to the time goal was removed or revoked as an active goal.
Use on element: Goal
... extension 0..*ExtensionAdditional Content defined by implementations
... url 1..1uriidentifies the meaning of the extension
Fixed Value: http://hl7.org/fhir/StructureDefinition/goal-effectiveTime
... valuePeriod 0..1PeriodValue of extension

XML Template

<!-- The effective time period for the goal -->doco

<extension xmlns="http://hl7.org/fhir"
     url="http://hl7.org/fhir/StructureDefinition/goal-effectiveTime" >
  <!-- from Element: extension -->
 <valuePeriod ><!-- 0..1 Period Value of extension
</extension>

JSON Template

{ // The effective time period for the goal
  // from Element: extension
    "url" : "http://hl7.org/fhir/StructureDefinition/goal-effectiveTime", // R! 
    "valuePeriod" : { Period } //Value of extension
  }

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. extensionExtensionURL = http://hl7.org/fhir/StructureDefinition/goal-effectiveTime
The effective time period for the goal: The effective time period for the goal, from the time the goal was created to the time goal was removed or revoked as an active goal.
Use on element: Goal
... extension 0..*ExtensionAdditional Content defined by implementations
... url 1..1uriidentifies the meaning of the extension
Fixed Value: http://hl7.org/fhir/StructureDefinition/goal-effectiveTime
... valuePeriod 0..1PeriodValue of extension

XML Template

<!-- The effective time period for the goal -->doco

<extension xmlns="http://hl7.org/fhir"
     url="http://hl7.org/fhir/StructureDefinition/goal-effectiveTime" >
  <!-- from Element: extension -->
 <valuePeriod ><!-- 0..1 Period Value of extension
</extension>

JSON Template

to do