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 - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Goal ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "example-goal"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<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>"^^rdf:XMLLiteral ]
] ; #
fhir:lifecycleStatus [ fhir:v "active"] ; #
fhir:description [
fhir:text [ fhir:v "The patient lives safely at home with gradually reduced need for assistance" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/example-patient" ]
] ; #
fhir:start [
a fhir:date ;
fhir:v "2026-01-20"^^xsd:date
] ; #
fhir:target ( [
fhir:measure [
fhir:text [ fhir:v "Functional level in activities of daily living" ] ] ;
fhir:detail [
a fhir:string ;
fhir:v "Manages personal hygiene and simple cooking with minimal assistance" ] ;
fhir:due [
a fhir:date ;
fhir:v "2026-03-15"^^xsd:date ]
] ) . #