HL7 Norway
FHIR implementasjonsguide for norsk kommunesektor
Felles startpunkt for forståelse og omforent bruk av FHIR i kommunal helse- og omsorgstjeneste.

FHIR implementasjonsguide for norsk kommunesektor
0.1.0 - ci-build NO

FHIR implementasjonsguide for norsk kommunesektor - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Eksempel mål - 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:">Pasienten bor trygt hjemme med gradvis mindre behov for bistand</span></p><p><b>subject</b>: <a href="Patient-example-patient.html">Kari Hansen  Female, DoB: 1948-09-12</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:">Funksjonsnivå i daglige aktiviteter</span></td><td>Klarer personlig hygiene og enkel matlaging med minimal hjelp</td><td>2026-03-15</td></tr></table></div>
  </text>
  <lifecycleStatus value="active"/>
  <description>
    <text
          value="Pasienten bor trygt hjemme med gradvis mindre behov for bistand"/>
  </description>
  <subject>🔗 
    <reference value="Patient/example-patient"/>
  </subject>
  <startDate value="2026-01-20"/>
  <target>
    <measure>
      <text value="Funksjonsnivå i daglige aktiviteter"/>
    </measure>
    <detailString
                  value="Klarer personlig hygiene og enkel matlaging med minimal hjelp"/>
    <dueDate value="2026-03-15"/>
  </target>
</Goal>