Developer Satisfaction
0.2.0 - ci-build International flag

Developer Satisfaction - Local Development build (v0.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Goal Example 1 - XML Representation

Raw xml | Download



<Goal xmlns="http://hl7.org/fhir">
  <id value="Goal1"/>
  <meta>
    <lastUpdated value="2024-04-10T09:48:01-04:00"/>
    <profile
             value="http://touchstone.aegis.net/touchstone/fhir/dev-satisfaction/StructureDefinition/dev-satisfaction-goal"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Goal</b><a name="Goal1"> </a><a name="hcGoal1"> </a></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource Goal &quot;Goal1&quot; Updated &quot;2024-04-10 09:48:01-0400&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-dev-satisfaction-goal.html">Developer Satisfaction Goal Profile - Required Data</a></p></div><p><b>identifier</b>: <code>https://example.com/fhir/satisfactionidentifier</code>/88834500123</p><p><b>lifecycleStatus</b>: active</p><p><b>category</b>: Behavioral <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.3.0/CodeSystem-goal-category.html">Goal category</a>#behavioral)</span></p><p><b>description</b>: Satisfaction Goal <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> ()</span></p><p><b>subject</b>: <span>: Test Subject</span></p><p><b>start</b>: 2024-01-01</p><h3>Targets</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Measure</b></td><td><b>Detail[x]</b></td><td><b>Due[x]</b></td></tr><tr><td style="display: none">*</td><td>Mental health Note <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://loinc.org/">LOINC</a>#34786-4)</span></td><td>1</td><td>2024-12-31</td></tr></table></div>
  </text>
  <identifier>
    <system value="https://example.com/fhir/satisfactionidentifier"/>
    <value value="88834500123"/>
  </identifier>
  <lifecycleStatus value="active"/>
  <category>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/goal-category"/>
      <code value="behavioral"/>
    </coding>
  </category>
  <description>
    <text value="Satisfaction Goal"/>
  </description>
  <subject>
    <display value="Test Subject"/>
  </subject>
  <startDate value="2024-01-01"/>
  <target>
    <measure>
      <coding>
        <system value="http://loinc.org"/>
        <code value="34786-4"/>
        <display value="Mental health Note"/>
      </coding>
    </measure>
    <detailQuantity>
      <value value="1"/>
    </detailQuantity>
    <dueDate value="2024-12-31"/>
  </target>
</Goal>