HL7 Norway
FHIR Implementation Guide for the Norwegian Municipal Sector
Shared starting point for understanding and consistent use of FHIR in municipal health and care services.
Norwegian

FHIR Implementation Guide for the Norwegian Municipal Sector
0.2.0 - ci-build NO

FHIR Implementation Guide for the Norwegian Municipal Sector - Local Development build (v0.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example goal - XML Representation

Raw xml | Download


<Goal xmlns="http://hl7.org/fhir">
  <id value="example-goal"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Goal example-goal</b></p><a name="example-goal"> </a><a name="hcexample-goal"> </a><p><b>lifecycleStatus</b>: Active</p><p><b>description</b>: <span title="Codes:">The patient lives safely at home with gradually reduced need for assistance</span></p><p><b>subject</b>: <a href="Patient-example-patient.html">Kari Hansen  Female, DoB: 1948-09-12 ( urn:oid:2.16.578.1.12.4.1.4.1#Foedselsnummer#12094812345)</a></p><p><b>start</b>: 2026-01-20</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><span title="Codes:">Functional level in activities of daily living</span></td><td>Manages personal hygiene and simple cooking with minimal assistance</td><td>2026-03-15</td></tr></table></div>
  </text>
  <lifecycleStatus value="active"/>
  <description>
    <text
          value="The patient lives safely at home with gradually reduced need for assistance"/>
  </description>
  <subject>🔗 
    <reference value="Patient/example-patient"/>
  </subject>
  <startDate value="2026-01-20"/>
  <target>
    <measure>
      <text value="Functional level in activities of daily living"/>
    </measure>
    <detailString
                  value="Manages personal hygiene and simple cooking with minimal assistance"/>
    <dueDate value="2026-03-15"/>
  </target>
</Goal>