FHIR Clinical Guidelines (v1.0.0) (STU1)

This page is part of the Clinical Guidelines (v1.0.0: STU 1) based on FHIR R4. This is the current published version in it's permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

Goal/chf-scenario1-creatinine

Formats: Narrative, XML, JSON, Turtle

Raw xml



<Goal xmlns="http://hl7.org/fhir">
  <id value="chf-scenario1-creatinine"/>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></p><p><b>goalFor</b>: <a href="http://hl7.org/fhir/uv/cpg/PlanDefinition/chf-creatinine">http://hl7.org/fhir/uv/cpg/PlanDefinition/chf-creatinine</a></p><p><b>lifecycleStatus</b>: active</p><p><b>achievementStatus</b>: <span title="Codes: {http://terminology.hl7.org/CodeSystem/goal-achievement improving}">Improving</span></p><p><b>description</b>: <span title="Codes: ">Creatinine &lt; 1.2 mg/dL</span></p><p><b>subject</b>: <a href="Patient-chf-scenario1.html">Generated Summary: active; Patterson, Jeremy; gender: male; birthDate: 1949-03-17; </a></p><h3>Targets</h3><table class="grid"><tr><td>-</td><td><b>Measure</b></td><td><b>Detail[x]</b></td></tr><tr><td>*</td><td><span title="Codes: {http://loinc.org 39802-4}">Creatinine in dialysis fluid/Creatinine in serum or plasma</span></td><td>&lt;1.2 mg/dL</td></tr></table></div>
  </text>
  <extension url="http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-goalFor">
    <valueCanonical
                    value="http://hl7.org/fhir/uv/cpg/PlanDefinition/chf-creatinine"/>
  </extension>
  <lifecycleStatus value="active"/>
  <achievementStatus>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/goal-achievement"/>
      <code value="improving"/>
    </coding>
  </achievementStatus>
  <description>
    <text value="Creatinine &lt; 1.2 mg/dL"/>
  </description>
  <subject>
    <reference value="Patient/chf-scenario1"/>
  </subject>
  <target>
    <measure>
      <coding>
        <system value="http://loinc.org"/>
        <code value="39802-4"/>
      </coding>
    </measure>
    <detailQuantity>
      <value value="1.2"/>
      <comparator value="&lt;"/>
      <unit value="mg/dL"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="mg/dL"/>
    </detailQuantity>
  </target>
</Goal>