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 target value range to be achieved - Definition

URL for this extension:

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

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

The target value range of the focus to be achieved to signify the fulfillment of the goal, e.g., 150 pounds, 7.0%. Either the high or low or both values of the range can be specified. When a low value is missing, it indicates that the goal is achieved at any focus value at or below the high value. Similarly, if the high value is missing, it indicates that the goal is achieved at any focus value at or above the low value.

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-detail
The target value range to be achieved: The target value range of the focus to be achieved to signify the fulfillment of the goal, e.g., 150 pounds, 7.0%. Either the high or low or both values of the range can be specified. When a low value is missing, it indicates that the goal is achieved at any focus value at or below the high value. Similarly, if the high value is missing, it indicates that the goal is achieved at any focus value at or above the low value.
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-detail
... value[x] 0..1Range, CodeableConceptValue of extension

XML Template

<!-- The target value range to be achieved -->doco

<extension xmlns="http://hl7.org/fhir"
     url="http://hl7.org/fhir/StructureDefinition/goal-detail" >
  <!-- from Element: extension -->
 <value[x] ><!-- 0..1 Range|CodeableConcept Value of extension
</extension>

JSON Template

{ // The target value range to be achieved
  // from Element: extension
    "url" : "http://hl7.org/fhir/StructureDefinition/goal-detail", // R! 
// value[x]: Value of extension. One of these 2:
    "valueRange" : { Range } //Value of extension
    "valueCodeableConcept" : { CodeableConcept }, //Value of extension
  }

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. extensionExtensionURL = http://hl7.org/fhir/StructureDefinition/goal-detail
The target value range to be achieved: The target value range of the focus to be achieved to signify the fulfillment of the goal, e.g., 150 pounds, 7.0%. Either the high or low or both values of the range can be specified. When a low value is missing, it indicates that the goal is achieved at any focus value at or below the high value. Similarly, if the high value is missing, it indicates that the goal is achieved at any focus value at or above the low value.
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-detail
... value[x] 0..1Range, CodeableConceptValue of extension

XML Template

<!-- The target value range to be achieved -->doco

<extension xmlns="http://hl7.org/fhir"
     url="http://hl7.org/fhir/StructureDefinition/goal-detail" >
  <!-- from Element: extension -->
 <value[x] ><!-- 0..1 Range|CodeableConcept Value of extension
</extension>

JSON Template

to do