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
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
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
extension | Extension | URL = 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..* | Extension | Additional Content defined by implementations | |
url | 1..1 | uri | identifies the meaning of the extension Fixed Value: http://hl7.org/fhir/StructureDefinition/goal-effectiveTime | |
valuePeriod | 0..1 | Period | Value of extension |
XML Template
<!-- The effective time period for the goal --> <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
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
extension | Extension | URL = 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..* | Extension | Additional Content defined by implementations | |
url | 1..1 | uri | identifies the meaning of the extension Fixed Value: http://hl7.org/fhir/StructureDefinition/goal-effectiveTime | |
valuePeriod | 0..1 | Period | Value of extension |
XML Template
<!-- The effective time period for the goal --> <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>