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 - JSON Representation

Raw json | Download

{
  "resourceType" : "Goal",
  "id" : "example-goal",
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "lifecycleStatus" : "active",
  "description" : {
    "text" : "Pasienten bor trygt hjemme med gradvis mindre behov for bistand"
  },
  "subject" : {
    🔗 "reference" : "Patient/example-patient"
  },
  "startDate" : "2026-01-20",
  "target" : [
    {
      "measure" : {
        "text" : "Funksjonsnivå i daglige aktiviteter"
      },
      "detailString" : "Klarer personlig hygiene og enkel matlaging med minimal hjelp",
      "dueDate" : "2026-03-15"
    }
  ]
}