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
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
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
extension | Extension | URL = 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..1 | Extension | The parameter whose value is being tracked | |
extension | 0..* | Extension | Additional Content defined by implementations | |
url | 1..1 | uri | identifies the meaning of the extension Fixed Value: measure | |
valueCodeableConcept | 0..1 | CodeableConcept | Value of extension | |
extension | 1..1 | Extension | The target value range to be achieved | |
extension | 0..* | Extension | Additional Content defined by implementations | |
url | 1..1 | uri | identifies the meaning of the extension Fixed Value: detail | |
value[x] | 0..1 | Quantity, Range, CodeableConcept | Value of extension | |
url | 1..1 | uri | identifies the meaning of the extension Fixed Value: http://hl7.org/fhir/StructureDefinition/goal-target | |
valueElement | 0..1 | Element | Value of extension |
XML Template
<!-- Target for goal --> <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
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
extension | Extension | URL = 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..1 | Extension | The parameter whose value is being tracked | |
extension | 0..* | Extension | Additional Content defined by implementations | |
url | 1..1 | uri | identifies the meaning of the extension Fixed Value: measure | |
valueCodeableConcept | 0..1 | CodeableConcept | Value of extension | |
extension | 1..1 | Extension | The target value range to be achieved | |
extension | 0..* | Extension | Additional Content defined by implementations | |
url | 1..1 | uri | identifies the meaning of the extension Fixed Value: detail | |
value[x] | 0..1 | Quantity, Range, CodeableConcept | Value of extension | |
url | 1..1 | uri | identifies the meaning of the extension Fixed Value: http://hl7.org/fhir/StructureDefinition/goal-target | |
valueElement | 0..1 | Element | Value of extension |
XML Template
<!-- Target for goal --> <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>