2nd DSTU Draft For Comment

This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). 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-goal-common-target.xml

Raw XML (canonical form)

Target for Goal

Raw XML

<ExtensionDefinition xmlns="http://hl7.org/fhir">
  <id value="goal-common-target"/>
  <url value="http://hl7.org/fhir/ExtensionDefinition/goal-common-target"/>
  <name value="Target for Goal"/>
  <publisher value="Health Level Seven, Inc. - FHIR WG"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://hl7.org/special/committees/fhir"/>
    </telecom>
  </contact>
  <description value="Target for Goal."/>
  <status value="draft"/>
  <date value="2014-12-07"/>
  <contextType value="resource"/>
  <context value="Goal"/>
  <element>
    <path value="Extension"/>
    <short value="Target for Goal"/>
    <definition value="Target for Goal."/>
    <min value="0"/>
    <max value="*"/>
  </element>
  <element>
    <path value="Extension.measure"/>
    <short value="Measurable clinical attribute"/>
    <definition value="The parameter whose value is being tracked.  E.g., body weight, blood pressure, hemoglobin
     A1c level."/>
    <min value="1"/>
    <max value="1"/>
    <type>
      <code value="CodeableConcept"/>
    </type>
  </element>
  <element>
    <path value="Extension.detail"/>
    <short value="Target value of the clinical attribute"/>
    <definition value="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."/>
    <min value="1"/>
    <max value="1"/>
    <type>
      <code value="Range"/>
    </type>
    <type>
      <code value="CodeableConcept"/>
    </type>
  </element>
</ExtensionDefinition>

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.