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 - 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:\">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>"^^rdf:XMLLiteral ]
] ; #
fhir:lifecycleStatus [ fhir:v "active"] ; #
fhir:description [
fhir:text [ fhir:v "Pasienten bor trygt hjemme med gradvis mindre behov for bistand" ]
] ; #
fhir:subject [
fhir:l fhir:Patient/example-patient ;
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 "Funksjonsnivå i daglige aktiviteter" ] ] ;
fhir:detail [
a fhir:String ;
fhir:v "Klarer personlig hygiene og enkel matlaging med minimal hjelp" ] ;
fhir:due [
a fhir:Date ;
fhir:v "2026-03-15"^^xsd:date ]
] ) . #