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
{
"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:\">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>"
},
"lifecycleStatus" : "active",
"description" : {
"text" : "The patient lives safely at home with gradually reduced need for assistance"
},
"subject" : {
🔗 "reference" : "Patient/example-patient"
},
"startDate" : "2026-01-20",
"target" : [
{
"measure" : {
"text" : "Functional level in activities of daily living"
},
"detailString" : "Manages personal hygiene and simple cooking with minimal assistance",
"dueDate" : "2026-03-15"
}
]
}