DSTU2 Ballot Source

This page is part of the FHIR Specification (v0.5.0: DSTU 2 Ballot 2). 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 Target for goal - Definition

URL for this extension:

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

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

The element describing the target for the goal, allowing the progress of the goal to be monitored against an observation.

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-target
Target for goal: The element describing the target for the goal, allowing the progress of the goal to be monitored against an observation.
Use on element: Goal
... extension 1..1ExtensionThe parameter whose value is being tracked
.... extension 0..*ExtensionAdditional Content defined by implementations
.... url 1..1uriidentifies the meaning of the extension
Fixed Value: measure
.... valueCodeableConcept 0..1CodeableConceptValue of extension
... extension 1..1ExtensionThe target value range to be achieved
.... extension 0..*ExtensionAdditional Content defined by implementations
.... url 1..1uriidentifies the meaning of the extension
Fixed Value: detail
.... value[x] 0..1Quantity, Range, CodeableConceptValue of extension
... url 1..1uriidentifies the meaning of the extension
Fixed Value: http://hl7.org/fhir/StructureDefinition/goal-target
... valueElement 0..1ElementValue of extension

XML Template

<!-- Target for goal -->doco

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

JSON Template

{ // Target for goal
  // from Element: extension
    "url" : "measure", // R! 
    "valueCodeableConcept" : { CodeableConcept }, //Value of extension
    "url" : "detail", // R! 
// value[x]: Value of extension. One of these 3:
    "valueQuantity" : { Quantity }, //Value of extension
    "valueRange" : { Range }, //Value of extension
    "valueCodeableConcept" : { CodeableConcept } //Value of extension
    "url" : "http://hl7.org/fhir/StructureDefinition/goal-target", // R! 
    "valueElement" : { Element }, //Value of extension
  }

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. extensionExtensionURL = http://hl7.org/fhir/StructureDefinition/goal-target
Target for goal: The element describing the target for the goal, allowing the progress of the goal to be monitored against an observation.
Use on element: Goal
... extension 1..1ExtensionThe parameter whose value is being tracked
.... extension 0..*ExtensionAdditional Content defined by implementations
.... url 1..1uriidentifies the meaning of the extension
Fixed Value: measure
.... valueCodeableConcept 0..1CodeableConceptValue of extension
... extension 1..1ExtensionThe target value range to be achieved
.... extension 0..*ExtensionAdditional Content defined by implementations
.... url 1..1uriidentifies the meaning of the extension
Fixed Value: detail
.... value[x] 0..1Quantity, Range, CodeableConceptValue of extension
... url 1..1uriidentifies the meaning of the extension
Fixed Value: http://hl7.org/fhir/StructureDefinition/goal-target
... valueElement 0..1ElementValue of extension

XML Template

<!-- Target for goal -->doco

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

JSON Template

to do